Home
last modified time | relevance | path

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

/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/test/
DinputMethodAbility.test.ets3990 * @tc.number Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221
3991 * @tc.name Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221
3997 it('Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221', 0, async (done: Function) => {
4000 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 unSubscriberCallback start"…
4002 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 unSubscriberCallback failed…
4005 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 unSubscriberCallback finish…
4010 … console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 subscriberCallback data:"
4016 console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 end");
4020 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 err:" + JSON.stringify(err)…
4028 … console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 publishCallback start");
[all …]
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodAbility/
DKeyboardDelegate.ts256 that.Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221();
1386 async Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221() { method in KeyboardDelegate