Home
last modified time | relevance | path

Searched refs:old_owner (Results 1 – 18 of 18) sorted by relevance

/system/connectivity/apmanager/dbus/
Dfirewalld_dbus_proxy.cc111 void FirewalldDBusProxy::OnServiceOwnerChanged(const string& old_owner, in OnServiceOwnerChanged() argument
113 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
Dpermission_broker_dbus_proxy.cc126 void PermissionBrokerDBusProxy::OnServiceOwnerChanged(const string& old_owner, in OnServiceOwnerChanged() argument
128 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
Dshill_dbus_proxy.cc128 void ShillDBusProxy::OnServiceOwnerChanged(const string& old_owner, in OnServiceOwnerChanged() argument
130 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
Dfirewalld_dbus_proxy.h50 void OnServiceOwnerChanged(const std::string& old_owner,
Dpermission_broker_dbus_proxy.h50 void OnServiceOwnerChanged(const std::string& old_owner,
Dshill_dbus_proxy.h48 void OnServiceOwnerChanged(const std::string& old_owner,
/system/connectivity/shill/dbus/
Dchromeos_modem_manager_proxy.cc118 const string& old_owner, const string& new_owner) { in OnServiceOwnerChanged() argument
119 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
Dchromeos_wimax_manager_proxy.cc137 const string& old_owner, const string& new_owner) { in OnServiceOwnerChanged() argument
139 << "old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
Dchromeos_dbus_objectmanager_proxy.cc106 const string& old_owner, const string& new_owner) { in OnServiceOwnerChanged() argument
107 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
Dchromeos_modem_manager_proxy.h59 void OnServiceOwnerChanged(const std::string& old_owner,
Dchromeos_wimax_manager_proxy.h64 void OnServiceOwnerChanged(const std::string& old_owner,
Dchromeos_supplicant_process_proxy.cc245 const string& old_owner, const string& new_owner) { in OnServiceOwnerChanged() argument
247 << "old: " << old_owner << " new: " << new_owner; in OnServiceOwnerChanged()
Dchromeos_dbus_objectmanager_proxy.h81 void OnServiceOwnerChanged(const std::string& old_owner,
Dchromeos_power_manager_proxy.h83 void OnServiceOwnerChanged(const std::string& old_owner,
Dchromeos_supplicant_process_proxy.h89 void OnServiceOwnerChanged(const std::string& old_owner,
Dchromeos_power_manager_proxy.cc327 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/
Dshill_client.h78 void OnShillServiceOwnerChange(const std::string& old_owner,
Dshill_client.cc236 void ShillClient::OnShillServiceOwnerChange(const string& old_owner, in OnShillServiceOwnerChange() argument