Home
last modified time | relevance | path

Searched refs:assertTypeMatchReportMode (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h115 static void assertTypeMatchReportMode(SensorType type, SensorFlagBits reportMode);
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp183 EXPECT_NO_FATAL_FAILURE(assertTypeMatchReportMode(s.type, extractReportMode(s.flags))); in TEST_P()
/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp137 void SensorsHidlTestBase::assertTypeMatchReportMode(SensorType type, SensorFlagBits reportMode) { in assertTypeMatchReportMode() function in SensorsHidlTestBase
/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp347 EXPECT_NO_FATAL_FAILURE(assertTypeMatchReportMode(s.type, extractReportMode(s.flags))); in TEST_P()