Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dobject_proxy.cc673 std::string name, old_owner, new_owner; in HandleNameOwnerChanged() local
675 reader.PopString(&old_owner) && in HandleNameOwnerChanged()
682 this, old_owner, new_owner)); in HandleNameOwnerChanged()
699 void ObjectProxy::RunNameOwnerChangedCallback(const std::string& old_owner, in RunNameOwnerChangedCallback() argument
703 name_owner_changed_callback_.Run(old_owner, new_owner); in RunNameOwnerChangedCallback()
Dobject_proxy.h81 const std::string& old_owner,
297 void RunNameOwnerChangedCallback(const std::string& old_owner,
Dobject_manager.h317 void NameOwnerChanged(const std::string& old_owner,
Dobject_manager.cc503 void ObjectManager::NameOwnerChanged(const std::string& old_owner, in NameOwnerChanged() argument
507 if (!old_owner.empty()) { in NameOwnerChanged()
Dbus.cc1118 std::string old_owner; in OnServiceOwnerChanged() local
1121 !reader.PopString(&old_owner) || in OnServiceOwnerChanged()
/external/dhcpcd-6.8.2/dbus/
Drpc-dbus.c621 const char *old_owner = NULL; in dhcpcd_dbus_filter() local
630 DBUS_TYPE_STRING, &old_owner, in dhcpcd_dbus_filter()