Searched refs:GetMetaKey (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_key_function.cpp | 31 keyEventObj->SetProperty<int32_t>("metaKey", event.GetMetaKey()); in createKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 646 int32_t GetMetaKey() const in GetMetaKey() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_interactable_view_ffi.cpp | 260 ffiKeyInfo.metaKey = keyInfo.GetMetaKey(); in FfiOHOSAceFrameworkInteractableViewOnKey()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_frame_node_bridge.cpp | 747 … panda::NumberRef::New(vm, info.GetDeviceId()), panda::NumberRef::New(vm, info.GetMetaKey()), in SetOnKeyEvent()
|
H A D | arkts_native_common_bridge.cpp | 7057 … panda::NumberRef::New(vm, info.GetDeviceId()), panda::NumberRef::New(vm, info.GetMetaKey()), in SetOnKeyEvent() 7110 … panda::NumberRef::New(vm, info.GetDeviceId()), panda::NumberRef::New(vm, info.GetMetaKey()), in SetOnKeyPreIme()
|