Home
last modified time | relevance | path

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

/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/test/
DinputMethodEngine.test.ets92 it('inputMethodEngine_test_getInputMethodEngine_001', 0, async function (done) {
94 … console.info("====>inputMethodEngine_test_getInputMethodEngine_001 unSubscriberCallback start");
96 …console.error("====>inputMethodEngine_test_getInputMethodEngine_001 unSubscriberCallback failed: "…
98 … console.info("====>inputMethodEngine_test_getInputMethodEngine_001 unSubscriberCallback finsh");
103 …console.debug("====>inputMethodEngine_test_getInputMethodEngine_001 subscriberCallback data: " + J…
108 console.debug("====>inputMethodEngine_test_getInputMethodEngine_001 end<====");
112 …console.debug("====>inputMethodEngine_test_getInputMethodEngine_001 end<====" + JSON.stringify(err…
121 …console.debug("====>inputMethodEngine_test_getInputMethodEngine_001 end<====" + JSON.stringify(err…
128 events: ["inputMethodEngine_test_getInputMethodEngine_001"]
133 …console.debug("====>inputMethodEngine_test_getInputMethodEngine_001 subscribe data: " + JSON.strin…
[all …]
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodEngine/
DKeyboardController.ts58 that.inputMethodEngine_test_getInputMethodEngine_001();
199 private inputMethodEngine_test_getInputMethodEngine_001(): void { method in KeyboardController