HomeSort by relevance Sort by last modified time
    Searched full:old_owner (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/dbus/
object_proxy.cc 665 std::string name, old_owner, new_owner; local
667 reader.PopString(&old_owner) &&
674 this, old_owner, new_owner));
691 void ObjectProxy::RunNameOwnerChangedCallback(const std::string& old_owner,
695 name_owner_changed_callback_.Run(old_owner, new_owner);
object_proxy.h 79 const std::string& old_owner,
290 void RunNameOwnerChangedCallback(const std::string& old_owner,
object_manager.cc 497 void ObjectManager::NameOwnerChanged(const std::string& old_owner,
501 if (!old_owner.empty()) {
object_manager.h 312 // |old_owner| is not the empty string and/or re-requests the set of managed
314 void NameOwnerChanged(const std::string& old_owner,
signal_sender_verification_unittest.cc 128 const std::string& old_owner,
bus.cc 1146 std::string old_owner; local
    [all...]
  /external/chromium_org/mojo/shell/
dbus_application_loader_linux.cc 112 void HandleNameOwnerChanged(const std::string& old_owner,
  /art/runtime/base/
mutex.cc 787 uint64_t old_owner = guard_.exclusive_owner_; local
791 guard_.exclusive_owner_ = old_owner;
831 uint64_t old_owner = guard_.exclusive_owner_; local
841 guard_.exclusive_owner_ = old_owner;
    [all...]
  /external/chromium_org/chromeos/dbus/
power_manager_client.cc 348 void NameOwnerChangedReceived(const std::string& old_owner,
351 << (old_owner.empty() ? "[none]" : old_owner.c_str())
    [all...]
cras_audio_client.cc 242 void NameOwnerChangedReceived(const std::string& old_owner,

Completed in 3202 milliseconds