Home
last modified time | relevance | path

Searched defs:SetOnKeyPreIme (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h269 virtual void SetOnKeyPreIme(OnKeyConsumeFunc&& onKeyCallback) {} in SetOnKeyPreIme() function
H A Dview_abstract_model_ng.h954 void SetOnKeyPreIme(OnKeyConsumeFunc&& onKeyCallback) override in SetOnKeyPreIme() function
961 static void SetOnKeyPreIme(FrameNode* frameNode, OnKeyConsumeFunc&& onKeyCallback) in SetOnKeyPreIme() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp6639 void SetOnKeyPreIme(ArkUINodeHandle node, void* extraParam) in SetOnKeyPreIme() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp7087 ArkUINativeModuleValue CommonBridge::SetOnKeyPreIme(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOnKeyPreIme() function in OHOS::Ace::NG::CommonBridge