HomeSort by relevance Sort by last modified time
    Searched refs:service_owner (Results 1 - 4 of 4) 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);
  /external/libchrome/dbus/
bus.cc 887 std::string service_owner; local
888 if (!reader.PopString(&service_owner))
889 service_owner.clear();
890 return service_owner;
906 std::string service_owner; local
908 service_owner = GetServiceOwnerAndBlock(service_name, SUPPRESS_ERRORS);
910 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 265 milliseconds