Searched defs:GetObjectProxy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dnfc_client_helpers.cc59 dbus::ObjectProxy* DBusObjectMap::GetObjectProxy( function in class:chromeos::nfc_client_helpers::DBusObjectMap
107 dbus::ObjectProxy* object_proxy = bus_->GetObjectProxy(service_name_,
232 object_map->GetObjectProxy(object_proxy_path);
/external/chromium_org/dbus/
H A Dobject_manager.cc43 object_proxy_ = bus_->GetObjectProxy(service_name_, object_path_);
113 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) { function in class:dbus::ObjectManager
448 object->object_proxy = bus_->GetObjectProxy(service_name_, object_path);
H A Dbus.cc223 ObjectProxy* Bus::GetObjectProxy(const std::string& service_name, function in class:dbus::Bus

Completed in 462 milliseconds