/system/connectivity/shill/dbus/ |
chromeos_dbus_service_watcher.cc | 23 const std::string& connection_name, 27 bus, connection_name, on_connection_vanished)) {}
|
dbus_service_watcher_factory.cc | 36 scoped_refptr<dbus::Bus> bus, const std::string& connection_name, 38 return new ChromeosDBusServiceWatcher(bus, connection_name,
|
chromeos_dbus_service_watcher.h | 32 const std::string& connection_name,
|
mock_dbus_service_watcher_factory.h | 34 const std::string& connection_name,
|
dbus_service_watcher_factory.h | 39 scoped_refptr<dbus::Bus> bus, const std::string& connection_name,
|
/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/ |
layer1.py | 83 def allocate_connection_on_interconnect(self, bandwidth, connection_name, 98 :type connection_name: string 99 :param connection_name: Name of the provisioned connection. 127 'connectionName': connection_name, 290 def create_connection(self, location, bandwidth, connection_name): 317 :type connection_name: string 318 :param connection_name: The name of the connection. 327 'connectionName': connection_name,
|
/system/connectivity/shill/ |
mock_control.h | 55 const std::string& connection_name,
|
nice_mock_control.h | 55 const std::string& connection_name,
|