Home
last modified time | relevance | path

Searched refs:GetObjectProxy (Results 1 – 9 of 9) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_proxy.cc105 bus->GetObjectProxy(chromeos::kNetworkProxyServiceName, in GetChromeProxyServers()
120 dbus::ObjectProxy* proxy = bus->GetObjectProxy( in GetChromeProxyServersAsync()
Dhttp_proxy_unittest.cc61 EXPECT_CALL(*bus_, GetObjectProxy(chromeos::kNetworkProxyServiceName, in HttpProxyTest()
/external/libchrome/dbus/
Dobject_manager.cc45 object_proxy_ = bus_->GetObjectProxy(service_name_, object_path_); in ObjectManager()
115 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) { in GetObjectProxy() function in dbus::ObjectManager
452 object->object_proxy = bus_->GetObjectProxy(service_name_, object_path); in AddInterface()
Dmock_bus.h23 MOCK_METHOD2(GetObjectProxy, ObjectProxy*(const std::string& service_name,
Dobject_manager.h215 virtual ObjectProxy* GetObjectProxy(const ObjectPath& object_path);
Dbus.h257 virtual ObjectProxy* GetObjectProxy(const std::string& service_name,
Dbus.cc190 ObjectProxy* Bus::GetObjectProxy(const std::string& service_name, in GetObjectProxy() function in dbus::Bus
/external/libbrillo/brillo/dbus/
Ddbus_method_invoker_unittest.cc84 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath))) in SetUp()
243 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath))) in SetUp()
Ddbus_signal_handler_unittest.cc42 GetObjectProxy(kTestServiceName, dbus::ObjectPath(kTestPath))) in SetUp()