Searched defs:old_owner (Results 1 - 7 of 7) sorted by relevance
/external/dbus/test/name-test/ |
H A D | test-privserver-client.c | 27 const char *name, *old_owner, *new_owner; local 35 DBUS_TYPE_STRING, &old_owner, 39 old_owner[0] != '\0' &&
|
/external/dhcpcd-6.8.2/dbus/ |
H A D | rpc-dbus.c | 621 const char *old_owner = NULL; local 630 DBUS_TYPE_STRING, &old_owner,
|
/external/libchrome/dbus/ |
H A D | object_manager.cc | 504 void ObjectManager::NameOwnerChanged(const std::string& old_owner, argument 508 if (!old_owner.empty()) {
|
H A D | object_proxy.cc | 669 std::string name, old_owner, new_owner; local 671 reader.PopString(&old_owner) && 678 this, old_owner, new_owner)); 695 void ObjectProxy::RunNameOwnerChangedCallback(const std::string& old_owner, argument 699 name_owner_changed_callback_.Run(old_owner, new_owner);
|
H A D | bus.cc | 1115 std::string old_owner; local 1118 !reader.PopString(&old_owner) ||
|
/external/dbus/bus/ |
H A D | driver.c | 48 const char *old_owner, 62 old_owner ? old_owner : null_service, 80 DBUS_TYPE_STRING, old_owner ? &old_owner : &null_service, 47 bus_driver_send_service_owner_changed(const char *service_name, const char *old_owner, const char *new_owner, BusTransaction *transaction, DBusError *error) argument
|
H A D | dispatch.c | 560 const char *service_name, *old_owner, *new_owner; local 588 old_owner = NULL; 593 DBUS_TYPE_STRING, &old_owner, 612 if ((d->expected_kind == SERVICE_CREATED && ( old_owner[0] || !new_owner[0])) 613 || (d->expected_kind == OWNER_CHANGED && (!old_owner[0] || !new_owner[0])) 614 || (d->expected_kind == SERVICE_DELETED && (!old_owner[0] || new_owner[0]))) 632 service_name, old_owner, new_owner); 1776 const char *base_service, *base_service_from_bus, *old_owner; local 1782 old_owner = NULL; 1796 old_owner 1895 const char *service_name, *base_service_from_bus, *old_owner; local 2386 const char *service_name, *old_owner, *new_owner; local [all...] |
Completed in 176 milliseconds