Home
last modified time | relevance | path

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

/external/chromium_org/dbus/
Dobject_proxy.cc665 std::string name, old_owner, new_owner; in HandleNameOwnerChanged() local
667 reader.PopString(&old_owner) && in HandleNameOwnerChanged()
674 this, old_owner, new_owner)); in HandleNameOwnerChanged()
691 void ObjectProxy::RunNameOwnerChangedCallback(const std::string& old_owner, in RunNameOwnerChangedCallback() argument
695 name_owner_changed_callback_.Run(old_owner, new_owner); in RunNameOwnerChangedCallback()
Dobject_proxy.h79 const std::string& old_owner,
290 void RunNameOwnerChangedCallback(const std::string& old_owner,
Dobject_manager.h314 void NameOwnerChanged(const std::string& old_owner,
Dobject_manager.cc497 void ObjectManager::NameOwnerChanged(const std::string& old_owner, in NameOwnerChanged() argument
501 if (!old_owner.empty()) { in NameOwnerChanged()
Dsignal_sender_verification_unittest.cc128 const std::string& old_owner, in OnNameOwnerChanged() argument
Dbus.cc1146 std::string old_owner; in OnServiceOwnerChanged() local
1149 !reader.PopString(&old_owner) || in OnServiceOwnerChanged()
/external/chromium_org/mojo/shell/
Ddbus_application_loader_linux.cc112 void HandleNameOwnerChanged(const std::string& old_owner, in HandleNameOwnerChanged() argument
/external/chromium_org/chromeos/dbus/
Dpower_manager_client.cc348 void NameOwnerChangedReceived(const std::string& old_owner, in NameOwnerChangedReceived() argument
351 << (old_owner.empty() ? "[none]" : old_owner.c_str()) in NameOwnerChangedReceived()
Dcras_audio_client.cc242 void NameOwnerChangedReceived(const std::string& old_owner, in NameOwnerChangedReceived() argument