Home
last modified time | relevance | path

Searched refs:IsAndroidPlatformInterface (Results 1 – 3 of 3) sorted by relevance

/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp54 return GetBoardApiLevel() <= 27 && !IsAndroidPlatformInterface(fq_name); in LegacyAndExempt()
348 if (!IsAndroidPlatformInterface(fq_name)) { in TEST_P()
456 if (!IsAndroidPlatformInterface(fq_name)) { in TEST_P()
494 (!IsAndroidPlatformInterface(fq_name) || in TEST_P()
528 } else if (IsAndroidPlatformInterface(fq_iface_name)) { in TEST_P()
Dutils.cpp132 bool IsAndroidPlatformInterface(const FQName &fq_iface_name) { in IsAndroidPlatformInterface() function
Dutils.h166 bool IsAndroidPlatformInterface(const FQName& fq_iface_name);