Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dbus_unittest.cc104 bus->GetObjectProxyWithOptions( in TEST()
112 bus->GetObjectProxyWithOptions( in TEST()
121 bus->GetObjectProxyWithOptions( in TEST()
Dmock_bus.h25 MOCK_METHOD3(GetObjectProxyWithOptions,
Dbus.h262 virtual ObjectProxy* GetObjectProxyWithOptions(
Dbus.cc192 return GetObjectProxyWithOptions(service_name, object_path, in GetObjectProxy()
196 ObjectProxy* Bus::GetObjectProxyWithOptions(const std::string& service_name, in GetObjectProxyWithOptions() function in dbus::Bus