HomeSort by relevance Sort by last modified time
    Searched refs:kDevicesProperty (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc 72 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());
network_sms_handler.cc 378 if (name != shill::kDevicesProperty)
414 if (!properties.GetWithoutPathExpansion(shill::kDevicesProperty, &value) ||
417 << shill::kDevicesProperty;
shill_property_handler.cc 262 if ((key.empty() || key == shill::kDevicesProperty) &&
282 } else if (key == shill::kDevicesProperty) {
  /external/chromium_org/chromeos/dbus/
fake_shill_manager_client.cc 382 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);
    [all...]
nfc_adapter_client.cc 32 RegisterProperty(nfc_adapter::kDevicesProperty, &devices);
nfc_client_unittest.cc 271 nfc_adapter::kDevicesProperty));
275 nfc_adapter::kDevicesProperty,
    [all...]

Completed in 106 milliseconds