Home
last modified time | relevance | path

Searched refs:GetBoardApiLevel (Results 1 – 8 of 8) sorted by relevance

/test/vts-testcase/hal/treble/vintf/
DDeviceMatrixTest.cpp39 if (GetBoardApiLevel() < 28) { in TEST_F()
Dutils.cpp53 uint64_t GetBoardApiLevel() { in GetBoardApiLevel() function
DDeviceManifestTest.cpp41 uint64_t board_api_level = GetBoardApiLevel(); in TEST_F()
Dutils.h98 uint64_t GetBoardApiLevel();
DSingleManifestTest.cpp50 return GetBoardApiLevel() <= 27 && !IsAndroidPlatformInterface(fq_name); in LegacyAndExempt()
/test/vts-testcase/security/avb/
Dgsi_validation_utils.h93 uint32_t GetBoardApiLevel();
Dgsi_validation_utils.cpp118 uint32_t GetBoardApiLevel() { in GetBoardApiLevel() function
DVtsSecurityAvbTest.cpp591 uint32_t board_api_level = GetBoardApiLevel(); in TEST()