Searched refs:property_value (Results 1 – 2 of 2) sorted by relevance
110 std::string property_value; in GetProperty() local117 auto property_value = reinterpret_cast<std::string*>(cookie); in GetProperty() local118 *property_value = value; in GetProperty()120 &property_value); in GetProperty()125 property_value = it->second; in GetProperty()130 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()