|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIInfoManager.h"#include "ServiceBroker.h"#include "settings/Settings.h"#include "utils/CPUInfo.h"#include "utils/SystemInfo.h"#include <gtest/gtest.h>#include "PlatformDefs.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, 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 | , |
| IsAeroDisabled | |||
| ) |
| TEST_F | ( | TestSystemInfo | , |
| IsWindowsVersion | |||
| ) |
| TEST_F | ( | TestSystemInfo | , |
| IsWindowsVersionAtLeast | |||
| ) |
| TEST_F | ( | TestSystemInfo | , |
| Print_System_Info | |||
| ) |