Home
last modified time | relevance | path

Searched refs:keyval (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/common/
Dhwid_override_unittest.cc47 std::string keyval(HwidOverride::kHwidOverrideKey); in TEST_F() local
48 keyval += ("=" + expected_hwid); in TEST_F()
50 keyval.c_str(), keyval.length()), in TEST_F()
51 static_cast<int>(keyval.length())); in TEST_F()
56 std::string keyval("SOMETHING_ELSE=UNINTERESTING"); in TEST_F() local
58 keyval.c_str(), keyval.length()), in TEST_F()
59 static_cast<int>(keyval.length())); in TEST_F()
/system/connectivity/shill/
Deap_credentials.cc163 for (const auto& keyval : propertyvals) { in PopulateSupplicantProperties() local
164 if (strlen(keyval.second) > 0) { in PopulateSupplicantProperties()
165 params->SetString(keyval.first, keyval.second); in PopulateSupplicantProperties()
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c756 char *keyval = (char *)hash_map_get(params, "closing"); in out_set_parameters() local
758 if (keyval && strcmp(keyval, "true") == 0) in out_set_parameters()
764 keyval = (char *)hash_map_get(params, "A2dpSuspended"); in out_set_parameters()
766 if (keyval && strcmp(keyval, "true") == 0) in out_set_parameters()