Home
last modified time | relevance | path

Searched defs:ObjectID (Results 1 – 25 of 114) sorted by relevance

12345

/system/connectivity/shill/binder/
Dbinder_adaptor.cc35 static string ObjectID(BinderAdaptor* b) { in ObjectID() function
/system/connectivity/shill/cellular/
Dsubscription_state_out_of_credits_detector.cc32 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); } in ObjectID() function
Dout_of_credits_detector.cc33 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); } in ObjectID() function
/system/connectivity/shill/
Dconnection_tester.cc43 static string ObjectID(Connection* c) { return c->interface_name(); } in ObjectID() function
Dephemeral_profile.cc36 static string ObjectID(EphemeralProfile* e) { return e->GetRpcIdentifier(); } in ObjectID() function
Dresolver.cc38 static string ObjectID(Resolver* r) { return "(resolver)"; } in ObjectID() function
Ddaemon_task.cc55 static string ObjectID(DaemonTask* d) { return "(chromeos_daemon)"; } in ObjectID() function
Dpassive_link_monitor.cc38 static string ObjectID(Connection* c) { return c->interface_name(); } in ObjectID() function
Dcertificate_file.cc41 static string ObjectID(CertificateFile* c) { return "(certificate_file)"; } in ObjectID() function
Dhook_table.cc40 static string ObjectID(const HookTable* h) { return "(hook_table)"; } in ObjectID() function
Dlink_monitor.cc39 static string ObjectID(Connection* c) { return c->interface_name(); } in ObjectID() function
Dportal_detector.cc44 static string ObjectID(Connection* c) { return c->interface_name(); } in ObjectID() function
/system/connectivity/shill/dbus/
Dchromeos_supplicant_bss_proxy.cc33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } in ObjectID() function
Dchromeos_dhcpcd_proxy.cc26 static string ObjectID(ChromeosDHCPCDProxy* d) { return "(dhcpcd_proxy)"; } in ObjectID() function
Dchromeos_modem_gobi_proxy.cc33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } in ObjectID() function
Dchromeos_rpc_task_dbus_adaptor.cc34 static string ObjectID(ChromeosRPCTaskDBusAdaptor* r) { in ObjectID() function
Dchromeos_supplicant_network_proxy.cc32 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } in ObjectID() function
Dchromeos_modem_manager_proxy.cc30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } in ObjectID() function
Dchromeos_dbus_properties_proxy.cc28 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } in ObjectID() function
Dchromeos_modem_simple_proxy.cc33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } in ObjectID() function
Dchromeos_third_party_vpn_dbus_adaptor.cc38 static std::string ObjectID(const ChromeosThirdPartyVpnDBusAdaptor* v) { in ObjectID() function
Dchromeos_wimax_manager_proxy.cc39 static string ObjectID(ChromeosWiMaxManagerProxy* w) { in ObjectID() function
/system/connectivity/shill/ethernet/
Dvirtio_ethernet.cc34 static string ObjectID(VirtioEthernet* v) { return v->GetRpcIdentifier(); } in ObjectID() function
/system/connectivity/shill/wifi/
Dcallback80211_metrics.cc33 static string ObjectID(const Callback80211Metrics* c) { in ObjectID() function
Dtdls_manager.cc39 static string ObjectID(const TDLSManager* c) { in ObjectID() function

12345