OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:service_owner
(Results
1 - 6
of
6
) sorted by null
/external/libbrillo/brillo/dbus/
dbus_service_watcher.cc
32
const std::string&
service_owner
) {
33
if (
service_owner
.empty()) {
dbus_service_watcher.h
39
void OnServiceOwnerChange(const std::string&
service_owner
);
/system/webservd/webservd/
dbus_protocol_handler.cc
131
const std::string&
service_owner
) {
133
// changed which could be either the client exiting (|
service_owner
| is empty)
142
if (p == dbus_service_data_.end() || p->second.owner ==
service_owner
)
dbus_protocol_handler.h
111
const std::string&
service_owner
);
/external/libchrome/dbus/
bus.cc
884
std::string
service_owner
;
local
885
if (!reader.PopString(&
service_owner
))
886
service_owner
.clear();
887
return
service_owner
;
903
std::string
service_owner
;
local
905
service_owner
= GetServiceOwnerAndBlock(service_name, SUPPRESS_ERRORS);
907
base::Bind(callback,
service_owner
));
[
all
...]
bus.h
236
// |
service_owner
| is the return value from GetServiceOwnerAndBlock().
237
typedef base::Callback<void (const std::string&
service_owner
)>
Completed in 1133 milliseconds