HomeSort by relevance Sort by last modified time
    Searched refs:ObjectID (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /system/connectivity/shill/binder/
binder_adaptor.cc 35 static string ObjectID(BinderAdaptor* b) {
device_binder_adaptor.cc 37 static string ObjectID(DeviceBinderAdaptor* d) {
manager_binder_adaptor.cc 41 static string ObjectID(ManagerBinderAdaptor* m) {
service_binder_adaptor.cc 34 static string ObjectID(ServiceBinderAdaptor* s) {
  /system/connectivity/shill/cellular/
subscription_state_out_of_credits_detector.cc 32 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); }
out_of_credits_detector.cc 33 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); }
cellular_capability.cc 38 static string ObjectID(CellularCapability* c) {
  /system/connectivity/shill/ethernet/
virtio_ethernet.cc 34 static string ObjectID(VirtioEthernet* v) { return v->GetRpcIdentifier(); }
  /system/connectivity/shill/
logging.h 55 << (object ? Logging::ObjectID(object) : "(anon)") << " "
61 << (object ? Logging::ObjectID(object) : "(anon)") << " "
ephemeral_profile.cc 36 static string ObjectID(EphemeralProfile* e) { return e->GetRpcIdentifier(); }
connection_tester.cc 43 static string ObjectID(Connection* c) { return c->interface_name(); }
virtual_device.cc 31 static string ObjectID(VirtualDevice* v) { return "(virtual_device)"; }
resolver.cc 38 static string ObjectID(Resolver* r) { return "(resolver)"; }
  /system/connectivity/shill/dbus/
chromeos_dhcpcd_proxy.cc 26 static string ObjectID(ChromeosDHCPCDProxy* d) { return "(dhcpcd_proxy)"; }
chromeos_modem_gobi_proxy.cc 33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
chromeos_rpc_task_dbus_adaptor.cc 34 static string ObjectID(ChromeosRPCTaskDBusAdaptor* r) {
chromeos_supplicant_bss_proxy.cc 33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
chromeos_supplicant_network_proxy.cc 32 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
chromeos_dbus_properties_proxy.cc 28 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
chromeos_ipconfig_dbus_adaptor.cc 38 static string ObjectID(ChromeosIPConfigDBusAdaptor* i) {
chromeos_mm1_modem_modem3gpp_proxy.cc 30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
chromeos_mm1_modem_modemcdma_proxy.cc 30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
chromeos_mm1_sim_proxy.cc 30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
chromeos_modem_manager_proxy.cc 30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
  /system/connectivity/shill/wifi/
callback80211_metrics.cc 33 static string ObjectID(const Callback80211Metrics* c) {

Completed in 832 milliseconds

1 2 3 4 5