Searched refs:ObjectID (Results 51 - 75 of 115) sorted by relevance

12345

/system/connectivity/shill/
H A Dportal_detector.cc44 static string ObjectID(Connection* c) { return c->interface_name(); } function in namespace:shill::Logging
H A Dppp_device.cc33 static string ObjectID(PPPDevice* p) { return p->link_name(); } function in namespace:shill::Logging
H A Dtraffic_monitor.cc37 static string ObjectID(Device* d) { return d->link_name(); } function in namespace:shill::Logging
H A Dactive_link_monitor.cc44 static string ObjectID(Connection* c) { return c->interface_name(); } function in namespace:shill::Logging
H A Dconnection_info_reader.cc38 static string ObjectID(ConnectionInfoReader* c) { function in namespace:shill::Logging
H A Dconnectivity_trial.cc51 static string ObjectID(Connection* c) { return c->interface_name(); } function in namespace:shill::Logging
H A Dfake_store.cc33 static string ObjectID(const FakeStore* j) { function in namespace:shill::Logging
H A Dhttp_request.cc44 static string ObjectID(Connection* c) { return c->interface_name(); } function in namespace:shill::Logging
H A Dipconfig.cc43 static string ObjectID(IPConfig* i) { return i->GetRpcIdentifier(); } function in namespace:shill::Logging
H A Dsocket_info_reader.cc37 static string ObjectID(SocketInfoReader* s) { return "(socket_info_reader)"; } function in namespace:shill::Logging
/system/connectivity/shill/cellular/
H A Dmobile_operator_info.cc33 static string ObjectID(const MobileOperatorInfo* m) { function in namespace:shill::Logging
H A Dcellular_capability_cdma.cc45 static string ObjectID(CellularCapabilityCDMA* c) { function in namespace:shill::Logging
H A Dcellular_capability_classic.cc42 static string ObjectID(CellularCapabilityClassic* c) { function in namespace:shill::Logging
/system/connectivity/shill/dbus/
H A Dchromeos_modem_cdma_proxy.cc36 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
H A Dchromeos_modem_gsm_card_proxy.cc38 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
H A Dchromeos_modem_gsm_network_proxy.cc37 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
H A Dchromeos_service_dbus_adaptor.cc36 static string ObjectID(ChromeosServiceDBusAdaptor* s) { function in namespace:shill::Logging
H A Dchromeos_supplicant_process_proxy.cc31 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
H A Dchromeos_wimax_device_proxy.cc40 static string ObjectID(const dbus::ObjectPath* path) { function in namespace:shill::Logging
H A Dchromeos_device_dbus_adaptor.cc33 static string ObjectID(ChromeosDeviceDBusAdaptor* d) { function in namespace:shill::Logging
H A Dchromeos_mm1_modem_proxy.cc31 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); } function in namespace:shill::Logging
/system/connectivity/shill/dhcp/
H A Ddhcp_config.cc51 static string ObjectID(DHCPConfig* d) { function in namespace:shill::Logging
/system/connectivity/shill/vpn/
H A Dvpn_service.cc47 static string ObjectID(const VPNService* s) { return s->GetRpcIdentifier(); } function in namespace:shill::Logging
/system/connectivity/shill/wifi/
H A Dmac80211_monitor.cc37 static string ObjectID(Mac80211Monitor* m) { return m->link_name(); } function in namespace:shill::Logging
/system/connectivity/shill/wimax/
H A Dwimax_service.cc46 static string ObjectID(WiMaxService* w) { return w->GetRpcIdentifier(); } function in namespace:shill::Logging

Completed in 263 milliseconds

12345