Home
last modified time | relevance | path

Searched refs:InjectEvent (Results 1 - 25 of 28) sorted by relevance

12

/foundation/multimodalinput/input/tools/event_inject/src/
H A Ddevice_base.cpp29 void DeviceBase::SetTimeToLibinputEvent(InjectEvent &injectEvent) in SetTimeToLibinputEvent()
39 InjectEvent injectEvent = {}; in SetSynConfigReport()
50 InjectEvent injectEvent = {}; in SetKeyLongPressEvent()
61 InjectEvent injectEvent = {}; in SetSynReport()
72 InjectEvent injectEvent = {}; in SetKeyPressEvent()
83 InjectEvent injectEvent = {}; in SetKeyReleaseEvent()
94 InjectEvent injectEvent = {}; in SetMtSlot()
105 InjectEvent injectEvent = {}; in SetTrackingId()
117 InjectEvent injectEvent = {}; in SetPositionX()
128 InjectEvent injectEven in SetPositionY()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.h32 static JSIValue InjectEvent(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
55 JSI::SetModuleAPI(exports, "injectEvent", DfxModule::InjectEvent); in InitDfxModule()
H A Ddfx_module.cpp223 JSIValue DfxModule::InjectEvent(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in DumpDomTree() function in OHOS::ACELite::DfxModule
/foundation/multimodalinput/input/tools/event_inject/include/
H A Dmsg_head.h74 struct InjectEvent { struct
82 std::vector<InjectEvent> events;
H A Ddevice_base.h32 void SetTimeToLibinputEvent(InjectEvent& injectEvent);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/mirror/src/
H A Dmirror_player_impl.cpp84 int32_t MirrorPlayerImpl::InjectEvent(const OHRemoteControlEvent &event) in InjectEvent() function in OHOS::CastEngine::CastEngineService::MirrorPlayerImpl
86 CLOGD("InjectEvent in"); in InjectEvent()
92 return session->InjectEvent(event); in InjectEvent()
H A Dmirror_player_impl_stub.cpp151 if (!reply.WriteInt32(InjectEvent(*remoteControlEvent))) { in DoInjectEvent()
/foundation/CastEngine/castengine_cast_plus_stream/src/mirror/src/
H A Dmirror_player_impl.cpp84 int32_t MirrorPlayerImpl::InjectEvent(const OHRemoteControlEvent &event) in InjectEvent() function in OHOS::CastEngine::CastEngineService::MirrorPlayerImpl
86 CLOGD("InjectEvent in"); in InjectEvent()
92 return session->InjectEvent(event); in InjectEvent()
H A Dmirror_player_impl_stub.cpp151 if (!reply.WriteInt32(InjectEvent(*remoteControlEvent))) { in DoInjectEvent()
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dmirror_player.cpp82 int32_t MirrorPlayer::InjectEvent(const OHRemoteControlEvent &event) in InjectEvent() function in OHOS::CastEngine::CastEngineClient::MirrorPlayer
84 return proxy_ ? proxy_->InjectEvent(event) : CAST_ENGINE_ERROR; in InjectEvent()
H A Dmirror_player_impl_proxy.cpp175 int32_t MirrorPlayerImplProxy::InjectEvent(const OHRemoteControlEvent &event) in InjectEvent() function in OHOS::CastEngine::CastEngineClient::MirrorPlayerImplProxy
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_mirror_player.h41 virtual int32_t InjectEvent(const OHRemoteControlEvent &event) = 0;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/mirror/include/
H A Dmirror_player_impl.h40 int32_t InjectEvent(const OHRemoteControlEvent &event) override;
/foundation/CastEngine/castengine_cast_plus_stream/src/mirror/include/
H A Dmirror_player_impl.h40 int32_t InjectEvent(const OHRemoteControlEvent &event) override;
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dmirror_player.h40 int32_t InjectEvent(const OHRemoteControlEvent &event) override;
H A Dmirror_player_impl_proxy.h40 int32_t InjectEvent(const OHRemoteControlEvent &event) override;
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_mirror_player_impl.h46 virtual int32_t InjectEvent(const OHRemoteControlEvent &event) = 0;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dmultimodal_event_handler.h47 int32_t InjectEvent(const std::shared_ptr<KeyEvent> keyEvent, bool isNativeInject);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dmultimodal_event_handler.cpp96 int32_t MultimodalEventHandler::InjectEvent(const std::shared_ptr<KeyEvent> keyEvent, bool isNativeInject) in InjectEvent() function in OHOS::MMI::MultimodalEventHandler
/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Ddistributed_input_node_manager.h108 void InjectEvent();
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_node_manager.cpp466 eventInjectThread_ = std::thread([this]() { this->InjectEvent(); }); in StartInjectThread()
490 void DistributedInputNodeManager::InjectEvent() in InjectEvent() function in OHOS::DistributedHardware::DistributedInput::DistributedInputNodeManager
494 DHLOGE("InjectEvent setname failed."); in InjectEvent()
546 DHLOGI("InjectEvent deviceId: %{public}s, dhId: %{public}s, eventType: %{public}d, eventCode: %{public}d, " in ProcessInjectEvent()
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp163 static napi_value InjectEvent(napi_env env, napi_callback_info info) in InjectEvent() function
715 DECLARE_NAPI_FUNCTION("injectEvent", InjectEvent), in MmiInit()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl_class.h92 int32_t InjectEvent(const OHRemoteControlEvent &event);
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl_class.h92 int32_t InjectEvent(const OHRemoteControlEvent &event);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp484 int32_t CastSessionImpl::InjectEvent(const OHRemoteControlEvent &event) in InjectEvent() function in OHOS::CastEngine::CastEngineService::CastSessionImpl
489 CLOGD("InjectEvent in."); in InjectEvent()
491 CLOGE("InjectEvent failed, not playing."); in InjectEvent()

Completed in 12 milliseconds

12