Home | History | Annotate | Download | only in functional

Lines Matching refs:stringType

528   static void assertTypeMatchStringType(SensorType type, const hidl_string& stringType);
610 void SensorsHidlTest::assertTypeMatchStringType(SensorType type, const hidl_string& stringType) {
618 case SensorType::type: ASSERT_STREQ(SENSOR_STRING_TYPE_ ## type, stringType.c_str()); break;
656 << "stringType = " << stringType;