/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | pointer_event_test.cpp | 332 auto inputEvent = InputEvent::Create(); variable 589 auto inputEvent = InputEvent::Create(); variable 761 auto inputEvent = InputEvent::Create(); variable 775 auto inputEvent = InputEvent::Create(); variable 824 auto inputEvent = InputEvent::Create(); variable 843 auto inputEvent = InputEvent::Create(); variable 1615 auto inputEvent = InputEvent::Create(); variable 1647 auto inputEvent = InputEvent::Create(); variable 1667 auto inputEvent = InputEvent::Create(); variable 1689 auto inputEvent = InputEvent::Create(); variable [all …]
|
H A D | key_event_test.cpp | 208 auto inputEvent = InputEvent::Create(); variable 457 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/adapter/ |
H A D | mock_ace_extra_input_data.cpp | 19 void AceExtraInputData::WriteToInput(const std::shared_ptr<MMI::InputEvent>& inputEvent, AceExtraIn… in WriteToInput() 21 void AceExtraInputData::ReadToTouchEvent(const std::shared_ptr<MMI::InputEvent>& inputEvent, TouchE… in ReadToTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_extra_input_data.cpp | 25 void AceExtraInputData::WriteToInput(const std::shared_ptr<MMI::InputEvent>& inputEvent, AceExtraIn… in WriteToInput() 33 void AceExtraInputData::ReadToTouchEvent(const std::shared_ptr<MMI::InputEvent>& inputEvent, TouchE… in ReadToTouchEvent()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/ |
H A D | ec_speke_protocol.c | 107 static int32_t GetAuthIdPeerFromInput(const CJson *inputEvent, EcSpekeParams *params, bool isClient) in GetAuthIdPeerFromInput() 131 static int32_t GetSaltFromInput(const CJson *inputEvent, EcSpekeParams *params) in GetSaltFromInput() 144 static int32_t GetEpkPeerFromInput(const CJson *inputEvent, EcSpekeParams *params, bool isClient) in GetEpkPeerFromInput() 163 static int32_t GetKcfDataPeerFromInput(const CJson *inputEvent, EcSpekeParams *params, bool isClien… in GetKcfDataPeerFromInput() 177 static int32_t EcSpekeClientStartReq(EcSpekeProtocol *impl, const CJson *inputEvent, CJson **output… in EcSpekeClientStartReq() 183 static int32_t EcSpekeServerStartRspParseEvent(const CJson *inputEvent, EcSpekeParams *params) in EcSpekeServerStartRspParseEvent() 726 static int32_t EcSpekeClientFinishReqParseEvent(const CJson *inputEvent, EcSpekeParams *params) in EcSpekeClientFinishReqParseEvent() 811 static int32_t EcSpekeServerFinishRspParseEvent(const CJson *inputEvent, EcSpekeParams *params) in EcSpekeServerFinishRspParseEvent() 876 static int32_t EcSpekeClientFinishParseEvent(const CJson *inputEvent, EcSpekeParams *params) in EcSpekeClientFinishParseEvent() 890 static int32_t EcSpekeClientFinish(EcSpekeProtocol *impl, const CJson *inputEvent, CJson **outputEv… in EcSpekeClientFinish() [all …]
|
H A D | iso_protocol.c | 304 static int32_t ClientGenRandom(IsoProtocol *impl, const CJson *inputEvent, CJson **outputEvent) in ClientGenRandom() 314 static int32_t ServerGenTokenParseEvent(const CJson *inputEvent, IsoParams *params) in ServerGenTokenParseEvent() 408 static int32_t ServerGenToken(IsoProtocol *impl, const CJson *inputEvent, CJson **outputEvent) in ServerGenToken() 421 static int32_t ClientGenTokenParseEvent(const CJson *inputEvent, IsoParams *params) in ClientGenTokenParseEvent() 515 static int32_t ClientGenToken(IsoProtocol *impl, const CJson *inputEvent, CJson **outputEvent) in ClientGenToken() 528 static int32_t ServerGenSessKeyParseEvent(const CJson *inputEvent, IsoParams *params) in ServerGenSessKeyParseEvent() 597 static int32_t ServerGenSessKey(IsoProtocol *impl, const CJson *inputEvent, CJson **outputEvent) in ServerGenSessKey() 610 static int32_t ClientGenSessKeyParseEvent(const CJson *inputEvent, IsoParams *params) in ClientGenSessKeyParseEvent() 646 static int32_t ClientGenSessKey(IsoProtocol *impl, const CJson *inputEvent, CJson **outputEvent) in ClientGenSessKey() 684 static int32_t ThrowException(IsoProtocol *impl, const CJson *inputEvent, CJson **outputEvent) in ThrowException()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/ |
H A D | ui_input_event_impl.h | 37 void* inputEvent; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | input_event.h | 174 void AddInputEvent(const RefPtr<InputEvent>& inputEvent) in AddInputEvent() 185 void RemoveInputEvent(const RefPtr<InputEvent>& inputEvent) in RemoveInputEvent()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | auth_code_import.c | 215 static int32_t GetAuthIdPeerFromInput(const CJson *inputEvent, CmdParams *params, bool isClient) in GetAuthIdPeerFromInput() 239 static int32_t ServerGenAuthCodeParseEvent(const CJson *inputEvent, CmdParams *params) in ServerGenAuthCodeParseEvent() 318 static int32_t ClientImportAuthCodeParseEvent(const CJson *inputEvent, CmdParams *params) in ClientImportAuthCodeParseEvent() 404 static int32_t ClientSendDevInfo(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientSendDevInfo() 411 static int32_t ServerGenAuthCode(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ServerGenAuthCode() 425 static int32_t ClientImportAuthCode(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientImportAuthCode()
|
H A D | pub_key_exchange.c | 299 static int32_t GetAuthIdPeerFromInput(const CJson *inputEvent, CmdParams *params, bool isClient) in GetAuthIdPeerFromInput() 323 static int32_t ServerSendPkInfoParseEvent(const CJson *inputEvent, CmdParams *params) in ServerSendPkInfoParseEvent() 494 static int32_t ClientImportPkParseEvent(const CJson *inputEvent, CmdParams *params) in ClientImportPkParseEvent() 565 static int32_t ClientSendPkInfo(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientSendPkInfo() 576 static int32_t ServerSendPkInfo(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ServerSendPkInfo() 590 static int32_t ClientImportPk(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientImportPk()
|
H A D | save_trusted_info.c | 220 static int32_t ServerSendTrustedInfoParseEvent(const CJson *inputEvent, CmdParams *params) in ServerSendTrustedInfoParseEvent() 565 static int32_t ClientFinishProcParseEvent(const CJson *inputEvent, CmdParams *params) in ClientFinishProcParseEvent() 669 static int32_t ClientSendTrustedInfo(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientSendTrustedInfo() 680 static int32_t ServerSendTrustedInfo(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ServerSendTrustedInfo() 694 static int32_t ClientFinishProc(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientFinishProc()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | axis_event.cpp | 25 std::shared_ptr<AxisEvent> AxisEvent::from(std::shared_ptr<InputEvent> inputEvent) in from()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_key_event_test.cpp | 144 auto inputEvent = OH_ArkUI_NodeEvent_GetInputEvent(&nodeEvent); variable
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 1724 static int32_t ProcHandshakeReqEventInner(SessionImpl *impl, SessionEvent *inputEvent, CJson *sessi… in ProcHandshakeReqEventInner() 1803 static int32_t ProcHandshakeRspEventInner(SessionImpl *impl, SessionEvent *inputEvent) in ProcHandshakeRspEventInner() 1921 static int32_t ProcAuthEventInner(SessionImpl *impl, SessionEvent *inputEvent, CJson *sessionMsg, b… in ProcAuthEventInner() 1962 static int32_t ProcExpandEventInner(SessionImpl *impl, SessionEvent *inputEvent, CJson *sessionMsg, in ProcExpandEventInner() 1986 static int32_t ProcFailEvent(SessionImpl *impl, SessionEvent *inputEvent, CJson *sessionMsg, JumpPo… in ProcFailEvent() 1995 static int32_t ProcStartEvent(SessionImpl *impl, SessionEvent *inputEvent, CJson *sessionMsg, JumpP… in ProcStartEvent() 2007 static int32_t ProcHandshakeReqEvent(SessionImpl *impl, SessionEvent *inputEvent, CJson *sessionMsg… in ProcHandshakeReqEvent() 2019 static int32_t ProcHandshakeRspEvent(SessionImpl *impl, SessionEvent *inputEvent, CJson *sessionMsg… in ProcHandshakeRspEvent() 2031 static int32_t ProcFirstAuthEvent(SessionImpl *impl, SessionEvent *inputEvent, CJson *sessionMsg, J… in ProcFirstAuthEvent() 2044 static int32_t ProcAuthEvent(SessionImpl *impl, SessionEvent *inputEvent, CJson *sessionMsg, JumpPo… in ProcAuthEvent() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | input_event_hub_test_ng.cpp | 123 auto inputEvent = AceType::MakeRefPtr<InputEvent>(std::move(onMouse2)); variable 301 auto inputEvent = AceType::MakeRefPtr<InputEvent>(std::move(onMouse3)); variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_test_ng.cpp | 163 RefPtr<InputEvent> inputEvent = mouseEventHub->mouseEventActuator_->inputEvents_.front(); in Mouse() local 171 RefPtr<InputEvent> inputEvent = hoverEventHub->hoverEventActuator_->inputEvents_.front(); in Hover() local
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 410 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 445 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 3175 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 4061 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 4237 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 4308 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_window.h | 107 virtual void ConsumeKeyEvent(std::shared_ptr<MMI::KeyEvent>& inputEvent) {} in ConsumeKeyEvent() 108 virtual void ConsumePointerEvent(const std::shared_ptr<MMI::PointerEvent>& inputEvent) {} in ConsumePointerEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/event_resample/test/ |
H A D | event_resample_test.cpp | 703 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 742 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable
|
/ohos5.0/foundation/window/window_manager/extension/window_extension/src/ |
H A D | js_window_extension.cpp | 44 void OnDispatchPointerEvent(std::shared_ptr<MMI::PointerEvent>& inputEvent) override in OnDispatchPointerEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_test.cpp | 399 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 2341 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 4441 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 4462 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 4492 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 4548 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 4570 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable 5877 std::shared_ptr<InputEvent> inputEvent = InputEvent::Create(); variable
|
H A D | input_display_bind_helper_test.cpp | 824 std::string inputEvent = inputNode; variable
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_test.cpp | 953 std::shared_ptr<MMI::KeyEvent> inputEvent = nullptr; variable 969 std::shared_ptr<MMI::KeyEvent> inputEvent = nullptr; variable 985 std::shared_ptr<MMI::PointerEvent> inputEvent = nullptr; variable
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 229 virtual void OnDispatchPointerEvent(std::shared_ptr<MMI::PointerEvent>& inputEvent) {} in OnDispatchPointerEvent() 1181 virtual void ConsumeKeyEvent(std::shared_ptr<MMI::KeyEvent>& inputEvent) {} in ConsumeKeyEvent() 1193 virtual void ConsumePointerEvent(const std::shared_ptr<MMI::PointerEvent>& inputEvent) {} in ConsumePointerEvent()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 379 MapFun JsInputMonitor::GetInputEventFunc(const std::shared_ptr<InputEvent> inputEvent) in GetInputEventFunc() 391 int32_t JsInputMonitor::SetInputEventProperty(const std::shared_ptr<InputEvent> inputEvent, napi_va… in SetInputEventProperty()
|