Home
last modified time | relevance | path

Searched refs:isHexNotation (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/vehiclenetworkservice_unit_tests/
DVehiclePropertyAccessControlTest.cpp73 TEST_F(VehiclePropertyAccessControlTest, isHexNotation) { in TEST_F() argument
88 ASSERT_TRUE(mVehiclePropertyAccessControl.isHexNotation(h)); in TEST_F()
92 ASSERT_FALSE(mVehiclePropertyAccessControl.isHexNotation(h)); in TEST_F()
DVehiclePropertyAccessControlForTesting.cpp20 bool VehiclePropertyAccessControlForTesting::isHexNotation(std::string const& s) { in isHexNotation() function in android::VehiclePropertyAccessControlForTesting
21 return VehiclePropertyAccessControl::isHexNotation(s); in isHexNotation()
DVehiclePropertyAccessControlForTesting.h16 bool isHexNotation(std::string const& s);
/packages/services/Car/vehicle_network_service/
DVehiclePropertyAccessControl.cpp59 bool VehiclePropertyAccessControl::isHexNotation(std::string const& s) { in isHexNotation() function in android::VehiclePropertyAccessControl
168 if (isHexNotation(tmp_str)) { in populate()
205 if (isHexNotation(tmp_str)) { in populate()
DVehiclePropertyAccessControl.h44 bool isHexNotation(std::string const& s);