HomeSort by relevance Sort by last modified time
    Searched refs:old_owner (Results 1 - 25 of 29) sorted by null

1 2

  /external/dbus/bus/
driver.h 44 const char *old_owner,
dispatch.c 560 const char *service_name, *old_owner, *new_owner; local
588 old_owner = NULL;
593 DBUS_TYPE_STRING, &old_owner,
612 if ((d->expected_kind == SERVICE_CREATED && ( old_owner[0] || !new_owner[0]))
613 || (d->expected_kind == OWNER_CHANGED && (!old_owner[0] || !new_owner[0]))
614 || (d->expected_kind == SERVICE_DELETED && (!old_owner[0] || new_owner[0])))
632 service_name, old_owner, new_owner);
1776 const char *base_service, *base_service_from_bus, *old_owner; local
1895 const char *service_name, *base_service_from_bus, *old_owner; local
2386 const char *service_name, *old_owner, *new_owner; local
    [all...]
driver.c 48 const char *old_owner,
62 old_owner ? old_owner : null_service,
80 DBUS_TYPE_STRING, old_owner ? &old_owner : &null_service,
    [all...]
  /system/connectivity/apmanager/dbus/
firewalld_dbus_proxy.h 50 void OnServiceOwnerChanged(const std::string& old_owner,
permission_broker_dbus_proxy.h 50 void OnServiceOwnerChanged(const std::string& old_owner,
shill_dbus_proxy.h 48 void OnServiceOwnerChanged(const std::string& old_owner,
firewalld_dbus_proxy.cc 111 void FirewalldDBusProxy::OnServiceOwnerChanged(const string& old_owner,
113 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner;
permission_broker_dbus_proxy.cc 126 void PermissionBrokerDBusProxy::OnServiceOwnerChanged(const string& old_owner,
128 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner;
shill_dbus_proxy.cc 128 void ShillDBusProxy::OnServiceOwnerChanged(const string& old_owner,
130 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner;
  /external/dbus/test/name-test/
test-privserver-client.c 27 const char *name, *old_owner, *new_owner; local
35 DBUS_TYPE_STRING, &old_owner,
39 old_owner[0] != '\0' &&
  /system/connectivity/shill/dbus/
chromeos_modem_manager_proxy.cc 118 const string& old_owner, const string& new_owner) {
119 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner;
chromeos_modem_manager_proxy.h 59 void OnServiceOwnerChanged(const std::string& old_owner,
chromeos_wimax_manager_proxy.h 64 void OnServiceOwnerChanged(const std::string& old_owner,
chromeos_dbus_objectmanager_proxy.cc 106 const string& old_owner, const string& new_owner) {
107 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner;
chromeos_wimax_manager_proxy.cc 137 const string& old_owner, const string& new_owner) {
139 << "old: " << old_owner << " new: " << new_owner;
chromeos_dbus_objectmanager_proxy.h 81 void OnServiceOwnerChanged(const std::string& old_owner,
chromeos_power_manager_proxy.h 83 void OnServiceOwnerChanged(const std::string& old_owner,
chromeos_supplicant_process_proxy.h 89 void OnServiceOwnerChanged(const std::string& old_owner,
chromeos_supplicant_process_proxy.cc 245 const string& old_owner, const string& new_owner) {
247 << "old: " << old_owner << " new: " << new_owner;
chromeos_power_manager_proxy.cc 327 const string& old_owner, const string& new_owner) {
328 LOG(INFO) << __func__ << "old: " << old_owner << " new: " << new_owner;
  /external/libchrome/dbus/
object_proxy.h 80 const std::string& old_owner,
295 void RunNameOwnerChangedCallback(const std::string& old_owner,
object_manager.h 315 // |old_owner| is not the empty string and/or re-requests the set of managed
317 void NameOwnerChanged(const std::string& old_owner,
object_proxy.cc 669 std::string name, old_owner, new_owner; local
671 reader.PopString(&old_owner) &&
678 this, old_owner, new_owner));
695 void ObjectProxy::RunNameOwnerChangedCallback(const std::string& old_owner,
699 name_owner_changed_callback_.Run(old_owner, new_owner);
  /system/weaved/buffet/
shill_client.h 78 void OnShillServiceOwnerChange(const std::string& old_owner,
  /art/runtime/base/
mutex.cc 875 uint64_t old_owner = guard_.exclusive_owner_; local
879 guard_.exclusive_owner_ = old_owner;
921 uint64_t old_owner = guard_.exclusive_owner_; local
    [all...]

Completed in 402 milliseconds

1 2