![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "utils/SystemInfo.h"
#include "settings/Settings.h"
#include "GUIInfoManager.h"
#include "gtest/gtest.h"
Classes | |
class | TestSystemInfo |
Functions | |
TEST_F (TestSystemInfo, Print_System_Info) | |
TEST_F (TestSystemInfo, GetKernelName) | |
TEST_F (TestSystemInfo, GetKernelVersionFull) | |
TEST_F (TestSystemInfo, GetKernelVersion) | |
TEST_F (TestSystemInfo, GetOsName) | |
TEST_F (TestSystemInfo, DISABLED_GetOsVersion) | |
TEST_F (TestSystemInfo, GetOsPrettyNameWithVersion) | |
TEST_F (TestSystemInfo, GetManufacturerName) | |
TEST_F (TestSystemInfo, GetModelName) | |
TEST_F (TestSystemInfo, IsAeroDisabled) | |
TEST_F (TestSystemInfo, IsWindowsVersion) | |
TEST_F (TestSystemInfo, IsWindowsVersionAtLeast) | |
TEST_F (TestSystemInfo, GetWindowsVersion) | |
TEST_F (TestSystemInfo, GetKernelBitness) | |
TEST_F (TestSystemInfo, GetKernelCpuFamily) | |
TEST_F (TestSystemInfo, GetXbmcBitness) | |
TEST_F (TestSystemInfo, GetUserAgent) | |
TEST_F (TestSystemInfo, HasVideoToolBoxDecoder) | |
TEST_F (TestSystemInfo, GetBuildTargetPlatformName) | |
TEST_F (TestSystemInfo, GetBuildTargetPlatformVersion) | |
TEST_F (TestSystemInfo, GetBuildTargetPlatformVersionDecoded) | |
TEST_F (TestSystemInfo, GetBuildTargetCpuFamily) | |
TEST_F (TestSystemInfo, GetUsedCompilerNameAndVer) | |
TEST_F (TestSystemInfo, GetDiskSpace) | |
TEST_F | ( | TestSystemInfo | , |
DISABLED_GetOsVersion | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetBuildTargetCpuFamily | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetBuildTargetPlatformName | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetBuildTargetPlatformVersion | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetBuildTargetPlatformVersionDecoded | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetDiskSpace | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetKernelBitness | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetKernelCpuFamily | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetKernelName | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetKernelVersion | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetKernelVersionFull | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetManufacturerName | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetModelName | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetOsName | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetOsPrettyNameWithVersion | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetUsedCompilerNameAndVer | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetUserAgent | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetWindowsVersion | |||
) |
TEST_F | ( | TestSystemInfo | , |
GetXbmcBitness | |||
) |
TEST_F | ( | TestSystemInfo | , |
HasVideoToolBoxDecoder | |||
) |
TEST_F | ( | TestSystemInfo | , |
IsAeroDisabled | |||
) |
TEST_F | ( | TestSystemInfo | , |
IsWindowsVersion | |||
) |
TEST_F | ( | TestSystemInfo | , |
IsWindowsVersionAtLeast | |||
) |
TEST_F | ( | TestSystemInfo | , |
Print_System_Info | |||
) |