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

1 2 3 4 5

  /system/connectivity/shill/binder/
binder_adaptor.cc 35 static string ObjectID(BinderAdaptor* b) {
  /system/connectivity/shill/cellular/
out_of_credits_detector.cc 33 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); }
subscription_state_out_of_credits_detector.cc 32 static string ObjectID(CellularService* c) { return c->GetRpcIdentifier(); }
  /system/connectivity/shill/ethernet/
virtio_ethernet.cc 34 static string ObjectID(VirtioEthernet* v) { return v->GetRpcIdentifier(); }
  /system/connectivity/shill/
mock_log_unittest.cc 32 static string ObjectID(testing::Test* m) { return "(mock_log_test)"; }
connection_tester.cc 43 static string ObjectID(Connection* c) { return c->interface_name(); }
ephemeral_profile.cc 36 static string ObjectID(EphemeralProfile* e) { return e->GetRpcIdentifier(); }
daemon_task.cc 55 static string ObjectID(DaemonTask* d) { return "(chromeos_daemon)"; }
hook_table.cc 40 static string ObjectID(const HookTable* h) { return "(hook_table)"; }
passive_link_monitor.cc 38 static string ObjectID(Connection* c) { return c->interface_name(); }
ppp_device.cc 33 static string ObjectID(PPPDevice* p) { return p->link_name(); }
  /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_modem_simple_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_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_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(); }
chromeos_profile_dbus_adaptor.cc 36 static string ObjectID(ChromeosProfileDBusAdaptor* p) {
chromeos_supplicant_network_proxy.cc 32 static string ObjectID(const dbus::ObjectPath* p) { return p->value(); }
chromeos_third_party_vpn_dbus_adaptor.cc 38 static std::string ObjectID(const ChromeosThirdPartyVpnDBusAdaptor* v) {
  /system/connectivity/shill/wifi/
callback80211_metrics.cc 33 static string ObjectID(const Callback80211Metrics* c) {

Completed in 2074 milliseconds

1 2 3 4 5