Home
last modified time | relevance | path

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

/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/test/
DinputMethodEngine.test.ets179 * @tc.number inputMethodEngine_test_getKeyboardDelegate_001
180 * @tc.name inputMethodEngine_test_getKeyboardDelegate_001
186 it('inputMethodEngine_test_getKeyboardDelegate_001', 0, async (done: Function) => {
189 … console.info("====>inputMethodEngine_test_getKeyboardDelegate_001 unSubscriberCallback start");
191 …console.error("====>inputMethodEngine_test_getKeyboardDelegate_001 unSubscriberCallback failed: " +
194 … console.info("====>inputMethodEngine_test_getKeyboardDelegate_001 unSubscriberCallback finsh");
199 … console.info("====>inputMethodEngine_test_getKeyboardDelegate_001 subscriberCallback data: " +
205 console.info("====>inputMethodEngine_test_getKeyboardDelegate_001 end<====");
209 …console.info("====>inputMethodEngine_test_getKeyboardDelegate_001 end<====" + JSON.stringify(err));
218 …console.info("====>inputMethodEngine_test_getKeyboardDelegate_001 end<====" + JSON.stringify(err));
[all …]
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodEngine/
DKeyboardController.ts73 that.inputMethodEngine_test_getKeyboardDelegate_001();
259 private inputMethodEngine_test_getKeyboardDelegate_001(): void { method in KeyboardController