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

  /system/connectivity/shill/wimax/
wimax_service.cc 253 adaptor()->EmitRpcIdentifierChanged(kDeviceProperty,
257 kDeviceProperty, control_interface()->NullRPCIdentifier());
wimax_service_unittest.cc 355 EmitRpcIdentifierChanged(kDeviceProperty, _));
360 EmitRpcIdentifierChanged(kDeviceProperty, _));
  /external/cros/system_api/dbus/
service_constants.h 412 const char kDeviceProperty[] = "Device";
483 const char kDeviceProperty[] = "Device";
    [all...]
  /external/cros/system_api/dbus/shill/
dbus-constants.h 64 const char kDeviceProperty[] = "Device";
    [all...]
  /system/connectivity/shill/wifi/
wifi_service.cc     [all...]
wifi_service_unittest.cc     [all...]
  /system/connectivity/shill/
service.cc 219 HelpRegisterConstDerivedRpcIdentifier(kDeviceProperty,
    [all...]
service_unittest.cc 326 ASSERT_FALSE(props.find(kDeviceProperty) == props.end());
327 EXPECT_TRUE(props[kDeviceProperty].IsTypeCompatible<dbus::ObjectPath>());
328 EXPECT_EQ(props[kDeviceProperty].Get<dbus::ObjectPath>().value(),
    [all...]

Completed in 381 milliseconds