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.ets2982 it('Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221', 0, async function (done) {
2984 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 unSubscriberCallback start"…
2986 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 unSubscriberCallback failed…
2989 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 unSubscriberCallback finish…
2994 … console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 subscriberCallback data:"
3000 console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 end");
3004 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 err:" + JSON.stringify(err)…
3012 … console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 publishCallback start");
3014 …console.info("====>Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221 publishCallback failed:" + …
3021 events: ["Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221"]
[all …]
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodAbility/
DKeyboardDelegate.ts248 that.Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221();
1778 private Sub_Misc_inputMethod_getTextIndexAtCursor_sync_0221(): void{ method in KeyboardDelegate