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.h40 MOCK_METHOD2(RequestOwnershipAndBlock, bool(const std::string& service_name,
Dbus.h421 virtual bool RequestOwnershipAndBlock(const std::string& service_name,
Dbus.cc526 success = RequestOwnershipAndBlock(service_name, options); in RequestOwnershipInternal()
534 bool Bus::RequestOwnershipAndBlock(const std::string& service_name, in RequestOwnershipAndBlock() function in dbus::Bus