Searched refs:old_owner (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/libchrome_tools/patches/ |
D | Connect-to-NameOwnerChanged-signal-when-setting-call.patch | 89 void ObjectManager::NameOwnerChanged(const std::string& old_owner, 98 if (!old_owner.empty()) { 105 void NameOwnerChanged(const std::string& old_owner,
|
/external/libchrome/dbus/ |
D | object_proxy.cc | 716 std::string name, old_owner, new_owner; in HandleNameOwnerChanged() local 718 reader.PopString(&old_owner) && in HandleNameOwnerChanged() 725 this, old_owner, new_owner)); in HandleNameOwnerChanged() 742 void ObjectProxy::RunNameOwnerChangedCallback(const std::string& old_owner, in RunNameOwnerChangedCallback() argument 746 name_owner_changed_callback_.Run(old_owner, new_owner); in RunNameOwnerChangedCallback()
|
D | object_proxy.h | 93 base::Callback<void(const std::string& old_owner, 328 void RunNameOwnerChangedCallback(const std::string& old_owner,
|
D | object_manager.h | 315 void NameOwnerChanged(const std::string& old_owner,
|
D | object_manager.cc | 502 void ObjectManager::NameOwnerChanged(const std::string& old_owner, in NameOwnerChanged() argument 506 if (!old_owner.empty()) { in NameOwnerChanged()
|
D | signal_sender_verification_unittest.cc | 130 const std::string& old_owner, in OnNameOwnerChanged() argument
|
D | bus.cc | 1078 std::string old_owner; in OnServiceOwnerChanged() local 1081 !reader.PopString(&old_owner) || in OnServiceOwnerChanged()
|
/external/libcap/contrib/sucap/ |
D | su.c | 1579 old_owner: in main()
|