Home
last modified time | relevance | path

Searched defs:onTextInput (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/incremental/graphics/native/platform/cpp/jsc/
Djsc-interop.h71 JSObjectRef onTextInput; member
137 …JSValueRef onTextInput = JSObjectGetProperty(context, api->obj(), JSStringCreateWithUTF8CString("o… in initPlatform() local
296 JSObjectRef onTextInput = this->onTextInput; in callOnTextInput() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/incremental/graphics/native/platform/cpp/node/
Dnode-interop.h60 v8::Global<v8::Function> onTextInput; member
119 … v8::Local<v8::Value> onTextInput = api->Get(context, makeString("onTextInput")).ToLocalChecked(); in initPlatform() local
323 v8::Local<v8::Function> onTextInput = this->onTextInput.Get(isolate); in callOnTextInput() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/framework/src/
DPeerNode.ts155 onTextInput: (text: string) => void property