Searched refs:isHexNotation (Results 1 – 5 of 5) sorted by relevance
73 TEST_F(VehiclePropertyAccessControlTest, isHexNotation) { in TEST_F() argument88 ASSERT_TRUE(mVehiclePropertyAccessControl.isHexNotation(h)); in TEST_F()92 ASSERT_FALSE(mVehiclePropertyAccessControl.isHexNotation(h)); in TEST_F()
20 bool VehiclePropertyAccessControlForTesting::isHexNotation(std::string const& s) { in isHexNotation() function in android::VehiclePropertyAccessControlForTesting21 return VehiclePropertyAccessControl::isHexNotation(s); in isHexNotation()
16 bool isHexNotation(std::string const& s);
59 bool VehiclePropertyAccessControl::isHexNotation(std::string const& s) { in isHexNotation() function in android::VehiclePropertyAccessControl168 if (isHexNotation(tmp_str)) { in populate()205 if (isHexNotation(tmp_str)) { in populate()
44 bool isHexNotation(std::string const& s);