Home
last modified time | relevance | path

Searched refs:OH_InputMethodController_Attach (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/inputmethod/
H A Duse-inputmethod-in-custom-edit-box-ndk.md29 开发者需要在输入框获焦时,通过调用接口[OH_InputMethodController_Attach](../reference/apis-ime-kit/_input_method.md#oh_…
46 4. 调用OH_InputMethodController_Attach发起绑定输入法服务,调用成功后,可以获取到用于和输入法交互的InputMethod_InputMethodProxy。示例代码…
51 …if (OH_InputMethodController_Attach(textEditorProxy, options, &inputMethodProxy) != InputMethod_Er…
96 …/_input_method.md#inputmethod_texteditorproxy)中,再通过绑定输入法时调用的[OH_InputMethodController_Attach](../r…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A D_input_method.md362 …utMethod_TextEditorProxy](#inputmethod_texteditorproxy)中,并通过[OH_InputMethodController_Attach](#oh_…
384 …utMethod_TextEditorProxy](#inputmethod_texteditorproxy)中,并通过[OH_InputMethodController_Attach](#oh_…
406 …utMethod_TextEditorProxy](#inputmethod_texteditorproxy)中,并通过[OH_InputMethodController_Attach](#oh_…
427 …utMethod_TextEditorProxy](#inputmethod_texteditorproxy)中,并通过[OH_InputMethodController_Attach](#oh_…
450 …utMethod_TextEditorProxy](#inputmethod_texteditorproxy)中,并通过[OH_InputMethodController_Attach](#oh_…
473 …utMethod_TextEditorProxy](#inputmethod_texteditorproxy)中,并通过[OH_InputMethodController_Attach](#oh_…
495 …utMethod_TextEditorProxy](#inputmethod_texteditorproxy)中,并通过[OH_InputMethodController_Attach](#oh_…
520 …utMethod_TextEditorProxy](#inputmethod_texteditorproxy)中,并通过[OH_InputMethodController_Attach](#oh_…
542 …utMethod_TextEditorProxy](#inputmethod_texteditorproxy)中,并通过[OH_InputMethodController_Attach](#oh_…
565 …utMethod_TextEditorProxy](#inputmethod_texteditorproxy)中,并通过[OH_InputMethodController_Attach](#oh_…
[all …]
H A Dinputmethod__controller__capi_8h.md24 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_InputMethodController_Attach]…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp1317 auto ret = OH_InputMethodController_Attach(nullptr, nullptr, nullptr);
1320 ret = OH_InputMethodController_Attach(textEditorProxy, nullptr, nullptr);
1323 ret = OH_InputMethodController_Attach(textEditorProxy, nullptr, nullptr);
1326 ret = OH_InputMethodController_Attach(textEditorProxy, options, nullptr);
1437 auto ret = OH_InputMethodController_Attach(nullptr, nullptr, nullptr);
1443 …EXPECT_EQ(IME_ERR_NULL_POINTER, OH_InputMethodController_Attach(textEditorProxy, nullptr, nullptr)…
1446 …EXPECT_EQ(IME_ERR_NULL_POINTER, OH_InputMethodController_Attach(textEditorProxy, nullptr, nullptr)…
1449 …EXPECT_EQ(IME_ERR_NULL_POINTER, OH_InputMethodController_Attach(textEditorProxy, nullptr, nullptr)…
1452 …EXPECT_EQ(IME_ERR_NULL_POINTER, OH_InputMethodController_Attach(textEditorProxy, nullptr, nullptr)…
1455 …EXPECT_EQ(IME_ERR_NULL_POINTER, OH_InputMethodController_Attach(textEditorProxy, nullptr, nullptr)…
[all …]
/ohos5.0/docs/en/application-dev/inputmethod/
H A Duse-inputmethod-in-custom-edit-box-ndk.md29 When the input box is focused, you can call the [OH_InputMethodController_Attach](../reference/apis…
46 4. Call **OH_InputMethodController_Attach** to bind the input method service. After the call is suc…
51 …if (OH_InputMethodController_Attach(textEditorProxy, options, &inputMethodProxy) != InputMethod_Er…
96 …t the response function to the input method framework using [OH_InputMethodController_Attach](../r…
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_controller_capi.h67 InputMethod_ErrorCode OH_InputMethodController_Attach(InputMethod_TextEditorProxy *textEditorProxy,
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A D_input_method.md362 …Proxy](#inputmethod_texteditorproxy), and register it using [OH_InputMethodController_Attach](#oh_…
384 …Proxy](#inputmethod_texteditorproxy), and register it using [OH_InputMethodController_Attach](#oh_…
406 …Proxy](#inputmethod_texteditorproxy), and register it using [OH_InputMethodController_Attach](#oh_…
427 …Proxy](#inputmethod_texteditorproxy), and register it using [OH_InputMethodController_Attach](#oh_…
450 …Proxy](#inputmethod_texteditorproxy), and register it using [OH_InputMethodController_Attach](#oh_…
473 …Proxy](#inputmethod_texteditorproxy), and register it using [OH_InputMethodController_Attach](#oh_…
495 …Proxy](#inputmethod_texteditorproxy), and register it using [OH_InputMethodController_Attach](#oh_…
520 …Proxy](#inputmethod_texteditorproxy), and register it using [OH_InputMethodController_Attach](#oh_…
542 …Proxy](#inputmethod_texteditorproxy), and register it using [OH_InputMethodController_Attach](#oh_…
565 …Proxy](#inputmethod_texteditorproxy), and register it using [OH_InputMethodController_Attach](#oh_…
[all …]
H A Dinputmethod__controller__capi_8h.md24 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_InputMethodController_Attach]…
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_controller_capi.cpp147 InputMethod_ErrorCode OH_InputMethodController_Attach(InputMethod_TextEditorProxy *textEditor, in OH_InputMethodController_Attach() function