Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
Dutils.cpp132 bool IsAndroidPlatformInterface(const FQName &fq_iface_name) { in IsAndroidPlatformInterface() function
DSingleManifestTest.cpp69 return GetVendorApiLevel() <= 27 && !IsAndroidPlatformInterface(fq_name); in LegacyAndExempt()
377 if (!IsAndroidPlatformInterface(fq_name)) { in TEST_P()
487 if (!IsAndroidPlatformInterface(fq_name)) { in TEST_P()
526 (!IsAndroidPlatformInterface(fq_name) || in TEST_P()
560 } else if (IsAndroidPlatformInterface(fq_iface_name)) { in TEST_P()
Dutils.h162 bool IsAndroidPlatformInterface(const FQName& fq_iface_name);