Home
last modified time | relevance | path

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

/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/test/
DinputMethodEngine.test.ets2046 * @tc.number Sub_InputMethod_IME_VisualInput_0600
2047 * @tc.name Sub_InputMethod_IME_VisualInput_0600
2053 it('Sub_InputMethod_IME_VisualInput_0600', 0, async (done: Function) => {
2056 console.info("====>Sub_InputMethod_IME_VisualInput_0600 unSubscriberCallback start");
2058 console.info("====>Sub_InputMethod_IME_VisualInput_0600 unSubscriberCallback failed:" +
2061 console.info("====>Sub_InputMethod_IME_VisualInput_0600 unSubscriberCallback finish")
2066 console.info("====>Sub_InputMethod_IME_VisualInput_0600 subscriberCallback data:"
2072 console.info("====>Sub_InputMethod_IME_VisualInput_0600 end");
2076 console.info("====>Sub_InputMethod_IME_VisualInput_0600 err:" + JSON.stringify(err));
2084 console.info("====>Sub_InputMethod_IME_VisualInput_0600 publishCallback start");
[all …]
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodEngine/
DKeyboardController.ts177 that.Sub_InputMethod_IME_VisualInput_0600();
861 async Sub_InputMethod_IME_VisualInput_0600() { method in KeyboardController