Searched refs:property_value (Results 1 – 2 of 2) sorted by relevance
81 std::string property_value; in GetProperty() local88 auto property_value = reinterpret_cast<std::string*>(cookie); in GetProperty() local89 *property_value = value; in GetProperty()91 &property_value); in GetProperty()95 property_value = it->second; in GetProperty()100 return property_value.empty() ? default_value : property_value; in GetProperty()
558 char property_value[PROPERTY_VALUE_MAX]; in startService() local560 property_get(MDNS_SERVICE_STATUS, property_value, ""); in startService()561 if (strcmp("running", property_value) != 0) { in startService()