Searched refs:keyval (Results 1 – 3 of 3) sorted by relevance
47 std::string keyval(HwidOverride::kHwidOverrideKey); in TEST_F() local48 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() local58 keyval.c_str(), keyval.length()), in TEST_F()59 static_cast<int>(keyval.length())); in TEST_F()
163 for (const auto& keyval : propertyvals) { in PopulateSupplicantProperties() local164 if (strlen(keyval.second) > 0) { in PopulateSupplicantProperties()165 params->SetString(keyval.first, keyval.second); in PopulateSupplicantProperties()
756 char *keyval = (char *)hash_map_get(params, "closing"); in out_set_parameters() local758 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()