Home
last modified time | relevance | path

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

/system/core/base/
Dproperties.cpp81 std::string property_value; in GetProperty() local
88 auto property_value = reinterpret_cast<std::string*>(cookie); in GetProperty() local
89 *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()
/system/netd/server/
DMDnsSdListener.cpp558 char property_value[PROPERTY_VALUE_MAX]; in startService() local
560 property_get(MDNS_SERVICE_STATUS, property_value, ""); in startService()
561 if (strcmp("running", property_value) != 0) { in startService()