Home
last modified time | relevance | path

Searched refs:GetHandlerType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp220 if (GetHandlerType() == InputHandlerType::MONITOR) { in FindHandler()
226 if (GetHandlerType() == InputHandlerType::INTERCEPTOR) { in FindHandler()
243 if (GetHandlerType() == InputHandlerType::MONITOR) { in OnInputEvent()
256 if (GetHandlerType() == InputHandlerType::INTERCEPTOR) { in OnInputEvent()
296 if (GetHandlerType() == InputHandlerType::MONITOR) { in GetConsumerInfos()
300 if (GetHandlerType() == InputHandlerType::INTERCEPTOR) { in GetConsumerInfos()
560 if (GetHandlerType() == InputHandlerType::MONITOR) { in HasHandler()
564 if (GetHandlerType() == InputHandlerType::INTERCEPTOR) { in HasHandler()
577 if (GetHandlerType() == InputHandlerType::MONITOR) { in GetEventType()
587 if (GetHandlerType() == InputHandlerType::INTERCEPTOR) { in GetEventType()
[all …]
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_interceptor_manager.h36 InputHandlerType GetHandlerType() const override;
39 inline InputHandlerType InputInterceptorManager::GetHandlerType() const in GetHandlerType() function
H A Dinput_monitor_manager.h37 InputHandlerType GetHandlerType() const override;
43 inline InputHandlerType InputMonitorManager::GetHandlerType() const in GetHandlerType() function
H A Dinput_handler_manager.h51 virtual InputHandlerType GetHandlerType() const = 0;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Dbasic_box.h49 uint32_t GetHandlerType() const { return handlerType_; } in GetHandlerType() function
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_handler_manager_test.cpp44 InputHandlerType GetHandlerType() const override in GetHandlerType() function in OHOS::MMI::MyInputHandlerManager
56 InputHandlerType GetHandlerType() const override in GetHandlerType() function in OHOS::MMI::MYInputHandlerManager
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp127 if (!hdlrBox_ || (hdlrBox_ && hdlrBox_->GetHandlerType() != HANDLER_TYPE_PICT)) { in AssembleBoxes()