Home
last modified time | relevance | path

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

/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/test/
DinputMethodAbility.test.ets3916 * @tc.number Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220
3917 * @tc.name Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220
3923 it('Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220', 0, async (done: Function) => {
3926 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220 unSubscriberCallback start"…
3928 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220 unSubscriberCallback failed…
3931 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220 unSubscriberCallback finish…
3936 … console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220 subscriberCallback data:"
3942 console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220 end");
3946 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220 err:" + JSON.stringify(err)…
3954 … console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220 publishCallback start");
[all …]
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodAbility/
DKeyboardDelegate.ts252 that.Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220();
1369 async Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0220() { method in KeyboardDelegate