Home
last modified time | relevance | path

Searched defs:AddHandler (Results 1 – 3 of 3) sorted by relevance

/foundation/distributedhardware/distributedhardwarefwk/utils/include/eventbus/
Devent_bus.h59 std::shared_ptr<EventRegistration> AddHandler(const std::string &typeId, in AddHandler() function
84 …std::shared_ptr<EventRegistration> AddHandler(const std::string &typeId, EventBusHandler<T> &handl… in AddHandler() function
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/framework/eventcenter/
Devent_center.cpp131 void EventCenter::AsyncQueue::AddHandler(int32_t evtId, std::function<void(const Event &)> handler) in AddHandler() function in OHOS::DistributedData::EventCenter::AsyncQueue
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dinput_handler_manager.cpp29 int32_t InputHandlerManager::AddHandler(InputHandlerType handlerType, in AddHandler() function in OHOS::MMI::InputHandlerManager