Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp153 void MoveCursorFunc(InputMethod_TextEditorProxy *proxy, InputMethod_Direction direction) { } in MoveCursorFunc() function
181 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetMoveCursorFunc(textEditorProxy, MoveCursorFunc)); in ConstructTextEditorProxy()
220 EXPECT_EQ(MoveCursorFunc, moveCursorFunc); in TestGetTextEditorProxyMember()
1463 EXPECT_EQ(IME_ERR_OK, OH_TextEditorProxy_SetMoveCursorFunc(textEditorProxy, MoveCursorFunc));