Searched refs:handlerType_ (Results 1 - 8 of 8) sorted by relevance
/foundation/multimodalinput/input/service/monitor/include/ |
H A D | event_monitor_handler.h | 81 : handlerType_(handlerType), eventType_(eventType & HANDLE_EVENT_TYPE_ALL), in SessionHandler() 86 : handlerType_(handlerType), eventType_(eventType & HANDLE_EVENT_TYPE_ALL), in SessionHandler() 94 : handlerType_(handlerType), eventType_(eventType), session_(session), actionsType_(actionsType), in SessionHandler() 99 handlerType_ = other.handlerType_; in SessionHandler() 119 InputHandlerType handlerType_; member in OHOS::MMI::final::SessionHandler
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/ |
H A D | basic_box.h | 49 uint32_t GetHandlerType() const { return handlerType_; } in GetHandlerType() 58 uint32_t handlerType_ = HANDLER_TYPE_PICT; member in OHOS::ImagePlugin::HeifHdlrBox
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | basic_box.cpp | 58 handlerType_ = reader.Read32(); in ParseContent() 71 writer.Write32(handlerType_); in Write()
|
/foundation/multimodalinput/input/service/interceptor/include/ |
H A D | event_interceptor_handler.h | 67 uint32_t deviceTags, SessionPtr session) : handlerType_(handlerType), in SessionHandler() 72 InputHandlerType handlerType_ { NONE };
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 267 .handlerType_ = InputHandlerType::MONITOR, in AddGestureToLocal() 288 .handlerType_ = handlerType, in AddLocal() 322 .handlerType_ = handlerType, in AddLocal() 356 if (handlerType != iter->second.handlerType_) { in RemoveLocal() 358 iter->second.handlerType_); in RemoveLocal() 400 if (handlerType != iter->second.handlerType_) { in RemoveLocalActions() 401 MMI_HILOGE("Unmatched handler type, FindHandlerType:%{public}d", iter->second.handlerType_); in RemoveLocalActions()
|
/foundation/multimodalinput/input/service/interceptor/src/ |
H A D | event_interceptor_handler.cpp | 183 pkt << handlerType_ << deviceTags_; in SendToClient() 206 MMI_HILOGD("Service send to client InputHandlerType:%{public}d", handlerType_); in SendToClient() 207 pkt << handlerType_ << deviceTags_; in SendToClient() 391 item.handlerType_, item.eventType_, in Dump()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_handler_manager.h | 76 InputHandlerType handlerType_ { NONE };
|
/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 254 handlerType_, session_->GetTokenType(), session_->GetPid()); in SendToClient() 609 monitor.callback_->OnInputEvent(monitor.handlerType_, pointerEvent); in IsSendToClient() 708 item.handlerType_, session->GetPid(), in Dump()
|
Completed in 6 milliseconds