HomeSort by relevance Sort by last modified time
    Searched full:property_value_str (Results 1 - 1 of 1) sorted by null

  /packages/services/Car/vehicle_network_service/
VehiclePropertyAccessControl.cpp 134 xmlChar* property_value_str = NULL; local
161 property_value_str = xmlGetProp(cur_node, (const xmlChar*)"value");
162 if (!property_value_str) {
167 std::string tmp_str((const char*)property_value_str);

Completed in 100 milliseconds