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

12345

/system/connectivity/shill/binder/
H A Dbinder_adaptor.cc35 static string ObjectID(BinderAdaptor* b) { function in namespace:shill::Logging
H A Ddevice_binder_adaptor.cc37 static string ObjectID(DeviceBinderAdaptor* d) { function in namespace:shill::Logging
H A Dservice_binder_adaptor.cc34 static string ObjectID(ServiceBinderAdaptor* s) { function in namespace:shill::Logging
/system/connectivity/shill/cellular/
H A Dout_of_credits_detector.cc33 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); } function in namespace:shill::Logging
H A Dsubscription_state_out_of_credits_detector.cc32 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); } function in namespace:shill::Logging
/system/connectivity/shill/
H A Dconnection_tester.cc43 static string ObjectID(Connection* c) { return c->interface_name(); } function in namespace:shill::Logging
H A Dmock_log_unittest.cc32 static string ObjectID(testing::Test* m) { return "(mock_log_test)"; } function in namespace:shill::Logging
H A Dephemeral_profile.cc36 static string ObjectID(EphemeralProfile* e) { return e->GetRpcIdentifier(); } function in namespace:shill::Logging
H A Dresolver.cc38 static string ObjectID(Resolver* r) { return "(resolver)"; } function in namespace:shill::Logging
H A Dcertificate_file.cc41 static string ObjectID(CertificateFile* c) { return "(certificate_file)"; } function in namespace:shill::Logging
H A Ddaemon_task.cc55 static string ObjectID(DaemonTask* d) { return "(chromeos_daemon)"; } function in namespace:shill::Logging
/system/connectivity/shill/dbus/
H A Dchromeos_dhcpcd_proxy.cc26 static string ObjectID(ChromeosDHCPCDProxy* d) { return "(dhcpcd_proxy)"; } function in namespace:shill::Logging
H A Dchromeos_modem_gobi_proxy.cc33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
H A Dchromeos_rpc_task_dbus_adaptor.cc34 static string ObjectID(ChromeosRPCTaskDBusAdaptor* r) { function in namespace:shill::Logging
H A Dchromeos_supplicant_bss_proxy.cc33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
H A Dchromeos_dbus_properties_proxy.cc28 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
H A Dchromeos_ipconfig_dbus_adaptor.cc38 static string ObjectID(ChromeosIPConfigDBusAdaptor* i) { function in namespace:shill::Logging
H A Dchromeos_mm1_modem_modem3gpp_proxy.cc30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
H A Dchromeos_mm1_sim_proxy.cc30 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
H A Dchromeos_modem_simple_proxy.cc33 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
H A Dchromeos_profile_dbus_adaptor.cc36 static string ObjectID(ChromeosProfileDBusAdaptor* p) { function in namespace:shill::Logging
H A Dchromeos_supplicant_network_proxy.cc32 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
H A Dchromeos_third_party_vpn_dbus_adaptor.cc38 static std::string ObjectID(const ChromeosThirdPartyVpnDBusAdaptor* v) { function in namespace:shill::Logging
/system/connectivity/shill/wifi/
H A Dcallback80211_metrics.cc33 static string ObjectID(const Callback80211Metrics* c) { function in namespace:shill::Logging
/system/connectivity/shill/ethernet/
H A Dvirtio_ethernet.cc34 static string ObjectID(VirtioEthernet* v) { return v->GetRpcIdentifier(); } function in namespace:shill::Logging

Completed in 268 milliseconds

12345