Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dmock_bus.h65 MOCK_METHOD1(UnregisterObjectPath, void(const ObjectPath& object_path));
Dexported_object.cc121 bus_->UnregisterObjectPath(object_path_); in Unregister()
Dbus.h526 virtual void UnregisterObjectPath(const ObjectPath& object_path);
Dbus.cc745 void Bus::UnregisterObjectPath(const ObjectPath& object_path) { in UnregisterObjectPath() function in dbus::Bus