Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp1507 auto textEditorProxy2 = OH_TextEditorProxy_Create(); variable
1508 EXPECT_NE(nullptr, textEditorProxy2);
1509 ConstructTextEditorProxy(textEditorProxy2);
1510 …EXPECT_EQ(IME_ERR_IMCLIENT, OH_InputMethodController_Attach(textEditorProxy2, options, &inputMetho…
1511 OH_TextEditorProxy_Destroy(textEditorProxy2);