Home | History | Annotate | Download | only in glib

Lines Matching refs:connection

56     DCHECK(object_) << "referencing an empty connection";
83 // Proxy has reference semantics and represents a connection to on object on
84 // the bus. A proxy object is constructed with a connection to a bus, a name
96 Proxy(const BusConnection& connection,
102 // Equivalent to Proxy(connection, name, path, interface, false).
103 Proxy(const BusConnection& connection,
109 Proxy(const BusConnection& connection,
138 BRILLO_PRIVATE static value_type GetGProxy(const BusConnection& connection,
145 const BusConnection& connection,
163 // supplied \param object at \param service_path on the \param connection.
165 // location and confirming that the connection is the primary owner.
170 BRILLO_EXPORT bool RegisterExclusiveService(const BusConnection& connection,
350 void Disconnect(MonitorConnection<F>* connection) {
353 ::dbus_g_proxy_disconnect_signal(connection->proxy().gproxy(),
354 connection->name().c_str(),
356 connection);
357 delete connection;
422 // \brief Returns a connection to the system bus.
426 // \brief Returns a private connection to a bus at |address|.