Searched refs:RequestOwnershipAndBlock (Results 1 – 5 of 5) sorted by relevance
77 CHECK(bus_->RequestOwnershipAndBlock(service_name_, in TakeServiceOwnership()
40 MOCK_METHOD2(RequestOwnershipAndBlock, bool(const std::string& service_name,
421 virtual bool RequestOwnershipAndBlock(const std::string& service_name,
350 ASSERT_TRUE(bus->RequestOwnershipAndBlock("org.chromium.TestService", in TEST()
526 success = RequestOwnershipAndBlock(service_name, options); in RequestOwnershipInternal()534 bool Bus::RequestOwnershipAndBlock(const std::string& service_name, in RequestOwnershipAndBlock() function in dbus::Bus