Home
last modified time | relevance | path

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

/external/libchrome/libchrome_tools/patches/
DConnect-to-NameOwnerChanged-signal-when-setting-call.patch89 void ObjectManager::NameOwnerChanged(const std::string& old_owner,
98 if (!old_owner.empty()) {
105 void NameOwnerChanged(const std::string& old_owner,
/external/libchrome/dbus/
Dobject_proxy.cc716 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()
Dobject_proxy.h93 base::Callback<void(const std::string& old_owner,
328 void RunNameOwnerChangedCallback(const std::string& old_owner,
Dobject_manager.h315 void NameOwnerChanged(const std::string& old_owner,
Dobject_manager.cc502 void ObjectManager::NameOwnerChanged(const std::string& old_owner, in NameOwnerChanged() argument
506 if (!old_owner.empty()) { in NameOwnerChanged()
Dsignal_sender_verification_unittest.cc130 const std::string& old_owner, in OnNameOwnerChanged() argument
Dbus.cc1078 std::string old_owner; in OnServiceOwnerChanged() local
1081 !reader.PopString(&old_owner) || in OnServiceOwnerChanged()
/external/libcap/contrib/sucap/
Dsu.c1579 old_owner: in main()