Searched refs:kDevicesProperty (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dshill_property_handler_unittest.cc72 AddPropertyUpdate(shill::kDevicesProperty, device_path);
126 return shill::kDevicesProperty;
310 listener_->entries(shill::kDevicesProperty).size());
352 listener_->entries(shill::kDevicesProperty).size());
358 EXPECT_EQ(1, listener_->list_updates(shill::kDevicesProperty));
360 listener_->entries(shill::kDevicesProperty).size());
366 EXPECT_EQ(1, listener_->list_updates(shill::kDevicesProperty));
368 listener_->entries(shill::kDevicesProperty).size());
H A Dnetwork_sms_handler.cc378 if (name != shill::kDevicesProperty)
414 if (!properties.GetWithoutPathExpansion(shill::kDevicesProperty, &value) ||
417 << shill::kDevicesProperty; member in class:chromeos::shill
H A Dshill_property_handler.cc262 if ((key.empty() || key == shill::kDevicesProperty) &&
282 } else if (key == shill::kDevicesProperty) {
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_manager_client.cc382 if (GetListProperty(shill::kDevicesProperty)
384 CallNotifyObserversPropertyChanged(shill::kDevicesProperty);
390 if (GetListProperty(shill::kDevicesProperty)->Remove(
392 CallNotifyObserversPropertyChanged(shill::kDevicesProperty);
397 GetListProperty(shill::kDevicesProperty)->Clear();
398 CallNotifyObserversPropertyChanged(shill::kDevicesProperty);
H A Dnfc_adapter_client.cc32 RegisterProperty(nfc_adapter::kDevicesProperty, &devices);
H A Dnfc_client_unittest.cc271 nfc_adapter::kDevicesProperty));
275 nfc_adapter::kDevicesProperty,

Completed in 864 milliseconds