HomeSort by relevance Sort by last modified time
    Searched refs:GetServiceOwnerAndBlock (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/dbus/
bus.h 164 // Specifies whether the GetServiceOwnerAndBlock call should report or
239 // |service_owner| is the return value from GetServiceOwnerAndBlock().
576 virtual std::string GetServiceOwnerAndBlock(const std::string& service_name,
579 // A non-blocking version of GetServiceOwnerAndBlock().
bus_unittest.cc 383 bus->GetServiceOwnerAndBlock("org.chromium.TestService",
bus.cc 868 std::string Bus::GetServiceOwnerAndBlock(const std::string& service_name,
922 service_owner = GetServiceOwnerAndBlock(service_name, SUPPRESS_ERRORS);
    [all...]
object_proxy.cc 616 bus_->GetServiceOwnerAndBlock(service_name_, Bus::REPORT_ERRORS);

Completed in 441 milliseconds