Home
last modified time | relevance | path

Searched refs:object_proxy_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/dbus/
Dproperty.cc41 : object_proxy_(object_proxy), in PropertySet()
56 DCHECK(object_proxy_); in ConnectSignals()
57 object_proxy_->ConnectToSignal( in ConnectSignals()
106 DCHECK(object_proxy_); in Get()
107 object_proxy_->CallMethod(&method_call, in Get()
143 DCHECK(object_proxy_); in GetAndBlock()
144 std::unique_ptr<dbus::Response> response(object_proxy_->CallMethodAndBlock( in GetAndBlock()
170 DCHECK(object_proxy_); in GetAll()
171 object_proxy_->CallMethod(&method_call, in GetAll()
197 DCHECK(object_proxy_); in Set()
[all …]
Dobject_manager.cc45 object_proxy_ = bus_->GetObjectProxy(service_name_, object_path_); in ObjectManager()
46 object_proxy_->SetNameOwnerChangedCallback( in ObjectManager()
143 object_proxy_->CallMethod( in GetManagedObjects()
172 DCHECK(object_proxy_); in InitializeObjects()
180 object_proxy_->ConnectToSignal( in InitializeObjects()
188 object_proxy_->ConnectToSignal( in InitializeObjects()
Dproperty.h310 ObjectProxy* object_proxy() { return object_proxy_; } in object_proxy()
330 ObjectProxy* object_proxy_; variable
Dobject_manager.h325 ObjectProxy* object_proxy_; variable