Home
last modified time | relevance | path

Searched defs:key_code (Results 1 – 3 of 3) 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/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()
1043 bool ArkWebNWebImpl::WebSendKeyEvent(int32_t key_code, int32_t key_action, const ArkWebInt32Vector&… in WebSendKeyEvent()
/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()
1209 bool ArkWebNWebWrapper::WebSendKeyEvent(int32_t key_code, int32_t key_action, const std::vector<int… in WebSendKeyEvent()