Home
last modified time | relevance | path

Searched refs:key_code (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/
H A Dkey_event.rs54 pub fn key_code(&self) -> i32 { in key_code() method
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/key_code/
H A DBUILD.gn20 "${mmi_path}/frameworks/napi/key_code/include",
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp118 bool ArkWebNWebImpl::SendKeyEvent(int32_t key_code, int32_t key_action) in SendKeyEvent() argument
120 return nweb_nweb_->SendKeyEvent(key_code, key_action); in SendKeyEvent()
1043 bool ArkWebNWebImpl::WebSendKeyEvent(int32_t key_code, int32_t key_action, const ArkWebInt32Vector&… in WebSendKeyEvent() argument
1046key_code, key_action, ArkWebBasicVectorStructToClass<int32_t, ArkWebInt32Vector>(pressedCodes)); in WebSendKeyEvent()
H A Dark_web_nweb_impl.h56 bool SendKeyEvent(int32_t key_code, int32_t key_action) override;
1169 …bool WebSendKeyEvent(int32_t key_code, int32_t key_action, const ArkWebInt32Vector& pressedCodes) …
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h98 virtual bool SendKeyEvent(int32_t key_code, int32_t key_action) = 0;
1418 …virtual bool WebSendKeyEvent(int32_t key_code, int32_t key_action, const ArkWebInt32Vector& presse…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp116 bool ArkWebNWebWrapper::SendKeyEvent(int32_t key_code, int32_t key_action) in SendKeyEvent() argument
118 return ark_web_nweb_->SendKeyEvent(key_code, key_action); in SendKeyEvent()
1209 bool ArkWebNWebWrapper::WebSendKeyEvent(int32_t key_code, int32_t key_action, const std::vector<int… in WebSendKeyEvent() argument
1213 bool result = ark_web_nweb_->WebSendKeyEvent(key_code, key_action, pCodes); in WebSendKeyEvent()
H A Dark_web_nweb_wrapper.h62 bool SendKeyEvent(int32_t key_code, int32_t key_action) override;
1178 bool WebSendKeyEvent(int32_t key_code, int32_t key_action,
/ohos5.0/foundation/multimodalinput/input/
H A DBUILD.gn91 "frameworks/napi/key_code:keycode",