Home | History | Annotate | Download | only in glib

Lines Matching refs:Proxy

17 bool CallPtrArray(const Proxy& proxy,
26 if (!::dbus_g_proxy_call(proxy.gproxy(), method, &Resetter(&error).lvalue(),
109 bool RetrieveProperties(const Proxy& proxy,
114 if (!::dbus_g_proxy_call(proxy.gproxy(), "GetAll", &Resetter(&error).lvalue(),
126 Proxy::Proxy()
132 Proxy::Proxy(const BusConnection& connection,
141 // Equivalent to Proxy(connection, name, path, interface, false).
142 Proxy::Proxy(const BusConnection& connection,
149 // Creates a peer proxy using dbus_g_proxy_new_for_peer.
150 Proxy::Proxy(const BusConnection& connection,
156 Proxy::Proxy(const Proxy& x)
162 Proxy::~Proxy() {
168 Proxy::value_type Proxy::GetGProxy(const BusConnection& connection,
182 DLOG(ERROR) << "Failed to construct proxy: "
192 LOG(ERROR) << "Failed to construct proxy: " << path;
199 Proxy::value_type Proxy::GetGPeerProxy(const BusConnection& connection,
206 LOG(ERROR) << "Failed to construct peer proxy: " << path;
219 // Create a proxy to DBus itself so that we can request to become a
221 Proxy proxy = brillo::dbus::Proxy(connection,
231 if (!org_freedesktop_DBus_request_name(proxy.gproxy(),
259 proxy.gproxy(),
281 Proxy proxy(dbus::GetSystemBusConnection(),
285 ::dbus_g_proxy_call_no_reply(proxy.gproxy(), method_name, G_TYPE_INVALID);