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

  /external/dbus/test/name-test/
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/
rpc-dbus.c 621 const char *old_owner = NULL; local
630 DBUS_TYPE_STRING, &old_owner,
  /external/libchrome/dbus/
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,
699 name_owner_changed_callback_.Run(old_owner, new_owner);
bus.cc 1115 std::string old_owner; local
    [all...]
  /art/runtime/base/
mutex.cc 875 uint64_t old_owner = guard_.exclusive_owner_; local
879 guard_.exclusive_owner_ = old_owner;
921 uint64_t old_owner = guard_.exclusive_owner_; local
    [all...]
  /external/dbus/bus/
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
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 3330 milliseconds