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

  /external/libbrillo/brillo/dbus/
dbus_service_watcher.cc 14 const std::string& connection_name,
17 connection_name_{connection_name},
dbus_service_watcher.h 23 // |connection_name|, DBusServiceWatcher asks for the current owner. If at any
33 const std::string& connection_name,
36 virtual std::string connection_name() const { return connection_name_; } function in class:brillo::dbus_utils::DBusServiceWatcher
  /external/libchrome/mojo/public/cpp/system/
invitation.h 124 // If |connection_name| is non-empty, any previously established isolated
128 base::StringPiece connection_name = {});
134 // If |connection_name| is non-empty, any previously established isolated
138 base::StringPiece connection_name = {});
invitation.cc 176 base::StringPiece connection_name) {
184 connection_name); local
191 base::StringPiece connection_name) {
199 connection_name); local
  /external/libchrome/mojo/core/
node_controller.h 93 base::StringPiece connection_name);
169 const std::string& connection_name);
node_controller.cc 235 base::StringPiece connection_name) {
240 port, connection_name.as_string()));
401 const std::string& connection_name) {
411 token, IsolatedConnection{channel, port, connection_name});
412 if (!connection_name.empty()) {
414 auto it = named_isolated_connections_.find(connection_name);
428 named_isolated_connections_.emplace(connection_name, token);
    [all...]
core.h 107 // |connection_name| if non-empty guarantees that no other isolated
113 base::StringPiece connection_name);
core.cc 210 base::StringPiece connection_name) {
213 connection_name); local
1387 connection_name); local
    [all...]

Completed in 148 milliseconds