Home
last modified time | relevance | path

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

/packages/services/Car/vehicle_network_service/
DVehiclePropertyAccessControl.cpp167 std::string tmp_str((const char*)property_value_str); in populate() local
168 if (isHexNotation(tmp_str)) { in populate()
169 property_value = std::stoul(tmp_str, nullptr, 16); in populate()
171 property_value = std::stoul(tmp_str, nullptr, 10); in populate()
204 std::string tmp_str((const char *)uid_value_str); in populate() local
205 if (isHexNotation(tmp_str)) { in populate()
206 uid_value = std::stoul(tmp_str, nullptr, 16); in populate()
208 uid_value = std::stoul(tmp_str, nullptr, 10); in populate()