Searched refs:TryRegisterObjectPath (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/libchrome_tools/patches/ |
D | dbus-Add-TryRegisterFallback.patch | 6 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/ |
D | mock_bus.h | 61 MOCK_METHOD4(TryRegisterObjectPath, bool(const ObjectPath& object_path,
|
D | exported_object.cc | 176 const bool success = bus_->TryRegisterObjectPath(object_path_, in Register()
|
D | bus.h | 518 virtual bool TryRegisterObjectPath(const ObjectPath& object_path,
|
D | bus.cc | 721 bool Bus::TryRegisterObjectPath(const ObjectPath& object_path, in TryRegisterObjectPath() function in dbus::Bus
|