Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/shill/
H A Dfake_shill_service_client.cc397 std::string guid_to_set = guid; in SetServiceProperties() local
398 if (guid_to_set.empty()) { in SetServiceProperties()
407 guid_to_set = *profile_guid; in SetServiceProperties()
410 if (!guid_to_set.empty()) in SetServiceProperties()
411 properties->SetKey(shill::kGuidProperty, base::Value(guid_to_set)); in SetServiceProperties()