Home
last modified time | relevance | path

Searched defs:attachOptions (Results 1 – 11 of 11) sorted by relevance

/base/inputmethod/imf/frameworks/cj/src/
Dinput_method_ffi.cpp309 AttachOptions attachOptions; in FfiInputMethodControllerAttach() local
317 AttachOptions attachOptions; in FfiInputMethodControllerAttachWithReason() local
330 AttachOptions attachOptions; in FfiInputMethodControllerShowTextInput() local
338 AttachOptions attachOptions; in FfiInputMethodControllerShowTextInputWithReason() local
Dcj_input_method_controller.cpp59 …32_t CjInputMethodController::Attach(const CTextConfig &txtCfg, const AttachOptions &attachOptions) in Attach()
93 int32_t CjInputMethodController::ShowTextInput(const AttachOptions &attachOptions) in ShowTextInput()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_attach_test.cpp771 AttachOptions attachOptions; variable
824 AttachOptions attachOptions; variable
849 AttachOptions attachOptions; variable
/base/inputmethod/imf/frameworks/ndk/src/
Dinputmethod_controller_capi.cpp179 AttachOptions attachOptions; in OH_InputMethodController_Attach() local
Dinputmethod_inputmethod_proxy_capi.cpp67 AttachOptions attachOptions; in OH_InputMethodProxy_ShowTextInput() local
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp357 OHOS::MiscServices::AttachOptions attachOptions; in AttachWithRequestKeyboardReason() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_text_input_client_engine.cpp1219 napi_value JsAttachOptions::Write(napi_env env, const AttachOptions &attachOptions) in Write()
1230 bool JsAttachOptions::Read(napi_env env, napi_value jsObject, AttachOptions &attachOptions) in Read()
1328 void JsTextInputClientEngine::OnAttachOptionsChanged(const AttachOptions &attachOptions) in OnAttachOptionsChanged()
1350 napi_value attachOptions = JsAttachOptions::Write(env, entry->attachOptions); in OnAttachOptionsChanged() local
1362 auto attachOptions = InputMethodAbility::GetInstance().GetAttachOptions(); in GetAttachOptions() local
Djs_text_input_client_engine.h446 AttachOptions attachOptions; member
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp283 AttachOptions attachOptions; in Attach() local
307 …tMethodController::Attach(sptr<OnTextChangedListener> listener, const AttachOptions &attachOptions, in Attach()
358 int32_t InputMethodController::ShowTextInputInner(const AttachOptions &attachOptions, ClientType ty… in ShowTextInputInner()
1807 AttachOptions attachOptions; in ShowTextInput() local
1811 int32_t InputMethodController::ShowTextInput(const AttachOptions &attachOptions, ClientType type) in ShowTextInput()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp269 AttachOptions attachOptions; in TestShowTextInputInner() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.cpp658 OHOS::MiscServices::AttachOptions attachOptions; in Attach() local
694 AttachOptions attachOptions; in ShowTextInput() local
711 napi_env env, napi_callback_info cbinfo, AttachOptions &attachOptions) in GetAttachOptionsValue()