HomeSort by relevance Sort by last modified time
    Searched defs:service_properties (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_shill_profile_client.cc 188 const base::DictionaryValue* service_properties = local
190 if (!service_properties) {
195 service_properties->GetStringWithoutPathExpansion(shill::kProfileProperty,
209 service_properties->DeepCopy());
fake_shill_service_client.cc 180 base::DictionaryValue* service_properties = NULL; local
182 service_path.value(), &service_properties)) {
244 base::DictionaryValue* service_properties = local
246 if (!service_properties) {
279 base::DictionaryValue* service_properties = local
281 if (service_properties) {
283 if (service_properties->GetStringWithoutPathExpansion(
551 const base::DictionaryValue* service_properties = GetServiceProperties( local
553 if (!service_properties) {
558 service_properties->GetString(shill::kTypeProperty, &service_type)
597 base::DictionaryValue* service_properties = NULL; local
    [all...]

Completed in 158 milliseconds