Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_event.h53 Token AddHandler(const ICallable::Ptr& p) in AddHandler() function
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Di_cooperate_state.h55 …void AddHandler(CooperateEventType event, std::function<void(Context&, const CooperateEvent&)> han… in AddHandler() function
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Di_cooperate_state.h58 …void AddHandler(CooperateEventType event, std::function<void(Context&, const CooperateEvent&)> han… in AddHandler() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Daging_handler_chain.cpp35 void AgingHandlerChain::AddHandler(const std::shared_ptr<AgingHandler> &handler) in AddHandler() function in OHOS::AppExecFwk::AgingHandlerChain
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/dump/
H A Ddump_manager.cpp49 void DumpManager::AddHandler(const std::string &infoName, uintptr_t ptr, const Handler &handler) in AddHandler() function in OHOS::DistributedData::DumpManager
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/
H A Devent_center.cpp139 void EventCenter::AsyncQueue::AddHandler(int32_t evtId, std::function<void(const Event &)> handler) in AddHandler() function in OHOS::MiscServices::EventCenter::AsyncQueue
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/
H A Devent_center.cpp140 void EventCenter::AsyncQueue::AddHandler(int32_t evtId, std::function<void(const Event &)> handler) in AddHandler() function in OHOS::DistributedData::EventCenter::AsyncQueue
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp91 int32_t KeyGestureManager::KeyGesture::AddHandler(int32_t pid, int32_t longPressTime, in AddHandler() function in OHOS::MMI::KeyGestureManager::KeyGesture
351 int32_t KeyGestureManager::PullUpAccessibility::AddHandler(int32_t pid, in AddHandler() function in OHOS::MMI::KeyGestureManager::PullUpAccessibility
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Devent_impl.h109 Token AddHandler(const ICallable::Ptr& p, Token userToken) override in AddHandler() function
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp92 int32_t DelegateInterface::AddHandler(InputHandlerType type, HandlerSummary summary) in AddHandler() function in OHOS::MMI::DelegateInterface
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dio_event_reactor.cpp77 ErrCode IOEventReactor::AddHandler(IOEventHandler* target) in AddHandler() function in OHOS::Utils::IOEventReactor
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp50 int32_t InputHandlerManager::AddHandler(InputHandlerType handlerType, std::shared_ptr<IInputEventCo… in AddHandler() function in OHOS::MMI::InputHandlerManager
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dstate_machine.cpp198 void StateMachine::AddHandler(CooperateEventType event, std::function<void(Context&, const Cooperat… in AddHandler() function in OHOS::Msdp::DeviceStatus::Cooperate::StateMachine
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dstate_machine.cpp198 void StateMachine::AddHandler(CooperateEventType event, std::function<void(Context&, const Cooperat… in AddHandler() function in OHOS::Msdp::DeviceStatus::Cooperate::StateMachine
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp208 static void AddHandler(std::shared_ptr<IOEventReactor>& reactor, std::shared_ptr<IOEventHandler>& h… in AddHandler() function