Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp154 void HandleSetSelectionFunc(InputMethod_TextEditorProxy *proxy, int32_t start, int32_t end) { } in HandleSetSelectionFunc() function
182 …IME_ERR_OK, OH_TextEditorProxy_SetHandleSetSelectionFunc(textEditorProxy, HandleSetSelectionFunc)); in ConstructTextEditorProxy()
224 EXPECT_EQ(HandleSetSelectionFunc, handleSetSelectionFunc); in TestGetTextEditorProxyMember()
1466 …IME_ERR_OK, OH_TextEditorProxy_SetHandleSetSelectionFunc(textEditorProxy, HandleSetSelectionFunc));