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 163 const base::DictionaryValue* service_properties = local
165 if (!service_properties) {
170 service_properties->GetStringWithoutPathExpansion(shill::kProfileProperty,
183 service_properties->DeepCopy());
fake_shill_service_client.cc 170 base::DictionaryValue* service_properties = NULL; local
172 service_path.value(), &service_properties)) {
246 base::DictionaryValue* service_properties = local
248 if (!service_properties) {
287 base::DictionaryValue* service_properties = local
289 if (service_properties) {
291 if (service_properties->GetStringWithoutPathExpansion(
480 const base::DictionaryValue* service_properties = GetServiceProperties( local
482 if (!service_properties) {
487 service_properties->GetString(shill::kTypeProperty, &service_type)
526 base::DictionaryValue* service_properties = NULL; local
    [all...]

Completed in 571 milliseconds