Searched refs:GetHandlerType (Results 1 – 7 of 7) sorted by relevance
220 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 …]
36 InputHandlerType GetHandlerType() const override;39 inline InputHandlerType InputInterceptorManager::GetHandlerType() const in GetHandlerType() function
37 InputHandlerType GetHandlerType() const override;43 inline InputHandlerType InputMonitorManager::GetHandlerType() const in GetHandlerType() function
51 virtual InputHandlerType GetHandlerType() const = 0;
49 uint32_t GetHandlerType() const { return handlerType_; } in GetHandlerType() function
44 InputHandlerType GetHandlerType() const override in GetHandlerType() function in OHOS::MMI::MyInputHandlerManager56 InputHandlerType GetHandlerType() const override in GetHandlerType() function in OHOS::MMI::MYInputHandlerManager
127 if (!hdlrBox_ || (hdlrBox_ && hdlrBox_->GetHandlerType() != HANDLER_TYPE_PICT)) { in AssembleBoxes()