Home | History | Annotate | Download | only in dbus

Lines Matching refs:ObjectProxy

223 ObjectProxy* Bus::GetObjectProxy(const std::string& service_name,
226 ObjectProxy::DEFAULT_OPTIONS);
229 ObjectProxy* Bus::GetObjectProxyWithOptions(const std::string& service_name,
242 scoped_refptr<ObjectProxy> object_proxy =
243 new ObjectProxy(this, service_name, object_path, options);
253 ObjectProxy::DEFAULT_OPTIONS,
268 scoped_refptr<ObjectProxy> object_proxy = iter->second;
280 void Bus::RemoveObjectProxyInternal(scoped_refptr<ObjectProxy> object_proxy,
846 ObjectProxy::TIMEOUT_USE_DEFAULT,