Searched refs:assertTypeMatchStringType (Results 1 – 3 of 3) sorted by relevance
155 void assertTypeMatchStringType(::android::hardware::sensors::V2_1::SensorType type, in assertTypeMatchStringType() function162 assertTypeMatchStringType( in assertTypeMatchStringType()392 EXPECT_NO_FATAL_FAILURE(assertTypeMatchStringType(s.type, s.typeAsString)); in TEST_P()
167 EXPECT_NO_FATAL_FAILURE(assertTypeMatchStringType(s.type, s.typeAsString)); in TEST_P()
50 static void assertTypeMatchStringType(SensorTypeT type, const hidl_string& stringType) { in assertTypeMatchStringType() function