Searched refs:property_value (Results 1 – 4 of 4) 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()
83 std::string property_value; in GetProperty() local84 if (!ReadFileToString(property_file, &property_value)) { in GetProperty()87 return Trim(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()
1377 std::vector<uint8_t> property_value; in btif_dm_search_services_evt() local1385 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()