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

  /system/weaved/buffet/
shill_client.cc 133 auto it = properties.find(shill::kDevicesProperty);
135 OnManagerPropertyChange(shill::kDevicesProperty, it->second);
259 auto it = properties.find(shill::kDevicesProperty);
261 OnManagerPropertyChange(shill::kDevicesProperty, it->second);
266 if (property_name != shill::kDevicesProperty) {
  /external/cros/system_api/dbus/
service_constants.h 151 const char kDevicesProperty[] = "Devices";
617 const char kDevicesProperty[] = "Devices";
    [all...]
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.cc 182 return GetProxies<DeviceProxy>(shill::kDevicesProperty);
195 return GetMatchingProxy<DeviceProxy>(shill::kDevicesProperty, expected_properties);
  /external/cros/system_api/dbus/shill/
dbus-constants.h 152 const char kDevicesProperty[] = "Devices";
    [all...]
  /system/connectivity/shill/
manager.cc 196 HelpRegisterConstDerivedRpcIdentifiers(kDevicesProperty,
    [all...]
manager_unittest.cc 806 ASSERT_FALSE(props.find(kDevicesProperty) == props.end());
808 props[kDevicesProperty].IsTypeCompatible<vector<dbus::ObjectPath>>());
810 props[kDevicesProperty].Get<vector<dbus::ObjectPath>>();
    [all...]

Completed in 1559 milliseconds