Home
last modified time | relevance | path

Searched refs:AsyncPropertyHandlerType (Results 1 – 2 of 2) sorted by relevance

/external/ot-br-posix/src/dbus/server/
Ddbus_object.hpp68 using AsyncPropertyHandlerType = std::function<void(DBusRequest &)>; typedef in otbr::DBus::DBusObject
131 const AsyncPropertyHandlerType &aHandler);
240 std::unordered_map<std::string, std::unordered_map<std::string, AsyncPropertyHandlerType>>
Ddbus_object.cpp117 const AsyncPropertyHandlerType &aHandler) in RegisterAsyncGetPropertyHandler()