Searched refs:isSystemProp (Results 1 – 4 of 4) sorted by relevance
502 ASSERT_TRUE(isSystemProp(toInt(VehicleProperty::INFO_VIN))); in TEST()509 ASSERT_FALSE(isSystemProp(vendorProp)); in TEST()
63 inline constexpr bool isSystemProp(int32_t prop) { in isSystemProp() function
71 using ::android::hardware::automotive::vehicle::isSystemProp;259 if (!isSystemProp(propId)) { in TEST_P()
337 if (!isSystemProp(config.prop)) { in getAllPropConfigsFromHardwareLocked()