/system/connectivity/apmanager/dbus/ |
D | firewalld_dbus_proxy.cc | 111 void FirewalldDBusProxy::OnServiceOwnerChanged(const string& old_owner, in OnServiceOwnerChanged() argument 113 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
|
D | permission_broker_dbus_proxy.cc | 126 void PermissionBrokerDBusProxy::OnServiceOwnerChanged(const string& old_owner, in OnServiceOwnerChanged() argument 128 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
|
D | shill_dbus_proxy.cc | 128 void ShillDBusProxy::OnServiceOwnerChanged(const string& old_owner, in OnServiceOwnerChanged() argument 130 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
|
D | firewalld_dbus_proxy.h | 50 void OnServiceOwnerChanged(const std::string& old_owner,
|
D | permission_broker_dbus_proxy.h | 50 void OnServiceOwnerChanged(const std::string& old_owner,
|
D | shill_dbus_proxy.h | 48 void OnServiceOwnerChanged(const std::string& old_owner,
|
/system/connectivity/shill/dbus/ |
D | chromeos_modem_manager_proxy.cc | 118 const string& old_owner, const string& new_owner) { in OnServiceOwnerChanged() argument 119 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
|
D | chromeos_wimax_manager_proxy.cc | 137 const string& old_owner, const string& new_owner) { in OnServiceOwnerChanged() argument 139 << "old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
|
D | chromeos_dbus_objectmanager_proxy.cc | 106 const string& old_owner, const string& new_owner) { in OnServiceOwnerChanged() argument 107 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
|
D | chromeos_modem_manager_proxy.h | 59 void OnServiceOwnerChanged(const std::string& old_owner,
|
D | chromeos_wimax_manager_proxy.h | 64 void OnServiceOwnerChanged(const std::string& old_owner,
|
D | chromeos_supplicant_process_proxy.cc | 245 const string& old_owner, const string& new_owner) { in OnServiceOwnerChanged() argument 247 << "old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
|
D | chromeos_dbus_objectmanager_proxy.h | 81 void OnServiceOwnerChanged(const std::string& old_owner,
|
D | chromeos_power_manager_proxy.h | 83 void OnServiceOwnerChanged(const std::string& old_owner,
|
D | chromeos_supplicant_process_proxy.h | 89 void OnServiceOwnerChanged(const std::string& old_owner,
|
D | chromeos_power_manager_proxy.cc | 327 const string& old_owner, const string& new_owner) { in OnServiceOwnerChanged() argument 328 LOG(INFO) << __func__ << "old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
|
/system/weaved/buffet/ |
D | shill_client.h | 78 void OnShillServiceOwnerChange(const std::string& old_owner,
|
D | shill_client.cc | 236 void ShillClient::OnShillServiceOwnerChange(const string& old_owner, in OnShillServiceOwnerChange() argument
|