Searched refs:RequestOwnershipAndBlock (Results 1 – 4 of 4) sorted by relevance
77 CHECK(bus_->RequestOwnershipAndBlock(service_name_, in TakeServiceOwnership()
49 MOCK_METHOD2(RequestOwnershipAndBlock, bool(const std::string& service_name,
431 virtual bool RequestOwnershipAndBlock(const std::string& service_name,
553 success = RequestOwnershipAndBlock(service_name, options); in RequestOwnershipInternal()561 bool Bus::RequestOwnershipAndBlock(const std::string& service_name, in RequestOwnershipAndBlock() function in dbus::Bus