Home
last modified time | relevance | path

Searched refs:TryRegisterObjectPath (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/libchrome_tools/patches/
Ddbus-Add-TryRegisterFallback.patch6 The TryRegisterFallback works just like TryRegisterObjectPath,
26 @@ -722,6 +722,25 @@ bool Bus::TryRegisterObjectPath(const ObjectPath& object_path,
52 @@ -731,12 +750,8 @@ bool Bus::TryRegisterObjectPath(const ObjectPath& object_path,
/external/libchrome/dbus/
Dmock_bus.h61 MOCK_METHOD4(TryRegisterObjectPath, bool(const ObjectPath& object_path,
Dexported_object.cc176 const bool success = bus_->TryRegisterObjectPath(object_path_, in Register()
Dbus.h518 virtual bool TryRegisterObjectPath(const ObjectPath& object_path,
Dbus.cc721 bool Bus::TryRegisterObjectPath(const ObjectPath& object_path, in TryRegisterObjectPath() function in dbus::Bus