Searched defs:isHexNotation (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/tests/vehiclenetworkservice_unit_tests/
H A DVehiclePropertyAccessControlForTesting.cpp20 bool VehiclePropertyAccessControlForTesting::isHexNotation(std::string const& s) { function in class:android::VehiclePropertyAccessControlForTesting
21 return VehiclePropertyAccessControl::isHexNotation(s);
/packages/services/Car/vehicle_network_service/
H A DVehiclePropertyAccessControl.cpp59 bool VehiclePropertyAccessControl::isHexNotation(std::string const& s) { function in class:android::VehiclePropertyAccessControl
168 if (isHexNotation(tmp_str)) {
205 if (isHexNotation(tmp_str)) {

Completed in 311 milliseconds