Home
last modified time | relevance | path

Searched refs:RequestOwnershipAndBlock (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/brillo/daemons/
Ddbus_daemon.cc77 CHECK(bus_->RequestOwnershipAndBlock(service_name_, in TakeServiceOwnership()
/external/libchrome/dbus/
Dmock_bus.h49 MOCK_METHOD2(RequestOwnershipAndBlock, bool(const std::string& service_name,
Dbus.h431 virtual bool RequestOwnershipAndBlock(const std::string& service_name,
Dbus.cc553 success = RequestOwnershipAndBlock(service_name, options); in RequestOwnershipInternal()
561 bool Bus::RequestOwnershipAndBlock(const std::string& service_name, in RequestOwnershipAndBlock() function in dbus::Bus