Searched refs:assertTypeMatchStringType (Results 1 – 4 of 4) sorted by relevance
154 void assertTypeMatchStringType(::android::hardware::sensors::V2_1::SensorType type, in assertTypeMatchStringType() function161 assertTypeMatchStringType( in assertTypeMatchStringType()391 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()
53 static void assertTypeMatchStringType(SensorType type, const std::string& stringType) { in assertTypeMatchStringType() function562 EXPECT_NO_FATAL_FAILURE(assertTypeMatchStringType(info.type, info.typeAsString)); in TEST_P()
50 static void assertTypeMatchStringType(SensorTypeT type, const hidl_string& stringType) { in assertTypeMatchStringType() function