Home
last modified time | relevance | path

Searched refs:ObjectID (Results 1 – 25 of 115) sorted by relevance

12345

/system/connectivity/shill/
Dlogging.h55 << (object ? Logging::ObjectID(object) : "(anon)") << " "
61 << (object ? Logging::ObjectID(object) : "(anon)") << " "
Dephemeral_profile.cc36 static string ObjectID(EphemeralProfile* e) { return e->GetRpcIdentifier(); } in ObjectID() function
Dconnection_tester.cc43 static string ObjectID(Connection* c) { return c->interface_name(); } in ObjectID() function
Dvirtual_device.cc31 static string ObjectID(VirtualDevice* v) { return "(virtual_device)"; } in ObjectID() function
Dresolver.cc38 static string ObjectID(Resolver* r) { return "(resolver)"; } in ObjectID() function
Dhook_table.cc40 static string ObjectID(const HookTable* h) { return "(hook_table)"; } in ObjectID() function
Dpassive_link_monitor.cc38 static string ObjectID(Connection* c) { return c->interface_name(); } in ObjectID() function
Dmock_log_unittest.cc32 static string ObjectID(testing::Test* m) { return "(mock_log_test)"; } in ObjectID() function
Dlink_monitor.cc39 static string ObjectID(Connection* c) { return c->interface_name(); } 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/binder/
Dbinder_adaptor.cc35 static string ObjectID(BinderAdaptor* b) { in ObjectID() function
Dservice_binder_adaptor.cc34 static string ObjectID(ServiceBinderAdaptor* s) { in ObjectID() function
Ddevice_binder_adaptor.cc37 static string ObjectID(DeviceBinderAdaptor* d) { in ObjectID() function
Dmanager_binder_adaptor.cc41 static string ObjectID(ManagerBinderAdaptor* m) { in ObjectID() function
/system/connectivity/shill/ethernet/
Dvirtio_ethernet.cc34 static string ObjectID(VirtioEthernet* v) { return v->GetRpcIdentifier(); } 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_modem_gobi_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_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_mm1_modem_modem3gpp_proxy.cc30 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
/system/connectivity/shill/wifi/
Dcallback80211_metrics.cc33 static string ObjectID(const Callback80211Metrics* c) { in ObjectID() function

12345