OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetServiceOwnerAndBlock
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/dbus/
bus.h
165
// Specifies whether the
GetServiceOwnerAndBlock
call should report or
240
// |service_owner| is the return value from
GetServiceOwnerAndBlock
().
560
virtual std::string
GetServiceOwnerAndBlock
(const std::string& service_name,
563
// A non-blocking version of
GetServiceOwnerAndBlock
().
bus_unittest.cc
383
bus->
GetServiceOwnerAndBlock
("org.chromium.TestService",
bus.cc
826
std::string Bus::
GetServiceOwnerAndBlock
(const std::string& service_name,
880
service_owner =
GetServiceOwnerAndBlock
(service_name, SUPPRESS_ERRORS);
[
all
...]
object_proxy.cc
647
bus_->
GetServiceOwnerAndBlock
(service_name_, Bus::SUPPRESS_ERRORS);
Completed in 45 milliseconds