HomeSort by relevance Sort by last modified time
    Searched defs:object_proxy (Results 1 - 4 of 4) sorted by null

  /external/libchrome/dbus/
object_manager.h 46 // Properties(dbus::ObjectProxy* object_proxy,
48 // : dbus::PropertySet(object_proxy, kExampleInterface, callback) {
83 // dbus::PropertySet* CreateProperties(dbus::ObjectProxy* object_proxy,
87 // object_proxy, interface_name,
113 // object_proxy = object_manager_->GetObjectProxy(object_path);
114 // if (object_proxy) {
149 // |object_proxy|. The D-Bus interface name |interface_name| is that passed
156 ObjectProxy *object_proxy,
341 ObjectProxy* object_proxy; member in struct:dbus::ObjectManager::Object
object_proxy.h 208 ObjectProxy* object_proxy; member in struct:dbus::ObjectProxy::OnPendingCallIsCompleteData
property.h 20 #include "dbus/object_proxy.h"
45 // Properties(dbus::ObjectProxy* object_proxy,
47 // : dbus::PropertySet(object_proxy, "com.example.DBus", callback) {
81 // dbus::ObjectProxy* object_proxy = bus->GetObjectProxy(...);
85 // object_proxy,
92 // Object object = std::make_pair(object_proxy, properties);
218 // Constructs a property set, where |object_proxy| specifies the proxy for
224 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
310 ObjectProxy* object_proxy() { return object_proxy_; } function in class:dbus::PropertySet
bus.cc 21 #include "dbus/object_proxy.h"
235 scoped_refptr<ObjectProxy> object_proxy = local
237 object_proxy_table_[key] = object_proxy;
239 return object_proxy.get();
261 scoped_refptr<ObjectProxy> object_proxy = iter->second; local
267 this, object_proxy, callback));
273 void Bus::RemoveObjectProxyInternal(scoped_refptr<ObjectProxy> object_proxy,
277 object_proxy.get()->Detach();
    [all...]

Completed in 63 milliseconds