Home
last modified time | relevance | path

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

/system/libbase/
Dproperties.cpp110 std::string property_value; in GetProperty() local
117 auto property_value = reinterpret_cast<std::string*>(cookie); in GetProperty() local
118 *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()
/system/apex/apexd/
Dapex_database.cpp83 std::string property_value; in GetProperty() local
84 if (!ReadFileToString(property_file, &property_value)) { in GetProperty()
87 return Trim(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()
/system/bt/btif/src/
Dbtif_dm.cc1377 std::vector<uint8_t> property_value; in btif_dm_search_services_evt() local
1385 property_value.insert(property_value.end(), valAsBe.begin(), in btif_dm_search_services_evt()
1397 prop[0].val = (void*)property_value.data(); in btif_dm_search_services_evt()