• Home
  • Raw
  • Download

Lines Matching refs:err

123       setting.on('imeChange', (err, property, subtype) => {
124 if (err) {
125 console.info("inputmethod_test_on_001 imeChange err:" + err);
149 }).catch( err=> {
150 console.info("inputmethod_test_switchInputMethod_001 err:" + JSON.stringify(err.message))
182 inputMethodSetting.listInputMethod((err, data) => {
183 if (err) {
184 console.error("listInputMethod callback result---err: " + JSON.stringify(err.message));
188 expect(err == undefined).assertTrue();
207 }).catch((err) => {
208 …le.info('inputmethod_test_listInputMethod_002 listInputMethod err ' + JSON.stringify(err.message));
228 }).catch((err) => {
229 …le.info('inputmethod_test_listInputMethod_003 listInputMethod err ' + JSON.stringify(err.message));
246 inputMethodSetting.listInputMethod(true, (err, data) => {
247 if (err) {
248 console.error("listInputMethod callback result---err: " + JSON.stringify(err.message));
252 expect(err == undefined).assertTrue();
275 }).catch( err=> {
276 …ole.info("inputmethod_test_switchCurrentInputMethodSubtype_001 err:" + JSON.stringify(err.message))
297 inputMethod.switchInputMethod(InputMethodSubtype, (err, data)=>{
298 if(err){
299 …sole.info("inputmethod_test_switchCurrentInputMethodSubtype error:" + JSON.stringify(err.message));
331 }).catch( err=> {
332 ….info("inputmethod_test_switchCurrentInputMethodAndSubtype_001 err:" + JSON.stringify(err.message))
357 …inputMethod.switchCurrentInputMethodAndSubtype(inputMethodProperty, InputMethodSubtype, (err, data…
358 if(err){
359 …e.info("inputmethod_test_switchCurrentInputMethodAndSubtype error:" + JSON.stringify(err.message));
383 inputMethodSetting.listInputMethodSubtype(inputMethodProperty, (err, data) => {
384 if (err) {
385 … console.error("listInputMethodSubtype callback result---err: " + JSON.stringify(err.message));
413 }).catch((err) => {
414 …method_test_listInputMethodSubtype_002 listInputMethodSubtype err ' + JSON.stringify(err.message));
445 inputMethodSetting.listCurrentInputMethodSubtype((err, data) => {
446 if (err) {
447 …nsole.error("listCurrentInputMethodSubtype callback result---err: " + JSON.stringify(err.message));
451 expect(err == undefined).assertTrue();
470 }).catch((err) => {
471 …method_test_listCurrentInputMethodSubtype_002 listInputMethod err ' + JSON.stringify(err.message));
491 }).catch((err) => {
492 …le.info('inputmethod_test_getInputMethods_001 getInputMethods err ' + JSON.stringify(err.message));
509 inputMethodSetting.getInputMethods(true, (err, data) => {
510 if (err) {
511 console.error("getInputMethods callback result---err: " + JSON.stringify(err.message));
515 expect(err == undefined).assertTrue();
531 inputMethodSetting.displayOptionalInputMethod((err) => {
532 …console.info("inputmethod_test_displayOptionalInputMethod_001 err:" + JSON.stringify(err.message));
533 expect(err == undefined).assertTrue();
552 }).catch((err) => {
553 …putmethod_test_displayOptionalInputMethod_002 listInputMethod err ' + JSON.stringify(err.message));
570 inputMethodSetting.showOptionalInputMethods((err) => {
571 … console.info("inputmethod_test_showOptionalInputMethods_001 err:" + JSON.stringify(err.message));
572 expect(err == undefined).assertTrue();
591 }).catch((err) => {
592 …od_test_showOptionalInputMethods_002 showOptionalInputMethods err ' + JSON.stringify(err.message));
608 inputMethodCtrl.showSoftKeyboard((err)=>{
609 if (err == undefined) {
612 console.info('showSoftKeyboard callbace failed : ' + JSON.stringify(err.message));
631 }).catch((err) => {
632 console.info('showSoftKeyboard promise failed : ' + JSON.stringify(err.message));
652 console.info('hideSoftKeyboard callbace failed : ' + JSON.stringify(err.message))
671 }).catch((err) => {
672 console.info('hideSoftKeyboard promise failed : ' + JSON.stringify(err.message));
689 inputMethodCtrl.stopInputSession((err, res) => {
690 if (err) {
691 …nsole.info("inputmethod_test_stopInputSession_001 stopInput result" + JSON.stringify(err.message));
707 inputMethodEngineObject.off('setSubtype', (err) => {
708 console.info("inputMethodEngine beforeEach setSubtype:" + err);
710 inputMethodEngineObject.off('keyboardShow', (err) => {
711 console.info("inputMethodEngine beforeEach keyboardShow:" + err);
713 inputMethodEngineObject.off('keyboardHide', (err) => {
714 console.info("inputMethodEngine beforeEach keyboardHide:" + err);
756 inputMethodEngineObject.on('setSubtype', (err) => {
757 console.info("inputMethodEngine beforeEach setSubtype:" + err);
759 inputMethodEngineObject.on('keyboardShow', (err) => {
760 console.info("inputMethodEngine beforeEach keyboardShow:" + err);
762 inputMethodEngineObject.on('keyboardHide', (err) => {
763 console.info("inputMethodEngine beforeEach keyboardHide:" + err);
1001 }).catch(err => {
1002 …console.info("inputMethodEngine_test_028 listInputMethod promise error----" + JSON.stringify(err));
1029 }).catch(err => {
1030 … console.info("inputMethodEngine_test_030 deleteForward promise error----" + JSON.stringify(err));
1057 }).catch(err => {
1058 … console.info("inputMethodEngine_test_032 deleteBackward promise error----" + JSON.stringify(err));
1085 }).catch(err => {
1086 … console.info("inputMethodEngine_test_034 InsertText promise error----" + JSON.stringify(err));
1113 }).catch(err => {
1114 … console.info("inputMethodEngine_test_036 getForward promise error----" + JSON.stringify(err));
1143 }).catch(err => {
1144 …sole.info("inputMethodEngine_test_038 getEditorAttribute promise error----" + JSON.stringify(err));
1155 kbController.hideKeyboard((err) => {
1156 if (err == undefined) {
1159 …e.info('inputMethodEngine_test_039 hideKeyboard callbace failed : ' + JSON.stringify(err.message));
1174 }).catch(err => {
1175 … console.info("inputMethodEngine_test_040 hideKeyboard promise error----" + JSON.stringify(err));
1202 }).catch(err => {
1203 … console.info("inputMethodEngine_test_042 getBackward promise error----" + JSON.stringify(err));
1248 }).catch(err => {
1249 … console.info("inputMethodEngine_test_046 moveCursor promise error----" + JSON.stringify(err));
1263 }).catch(err => {
1264 … console.info("inputMethodEngine_test_047 moveCursor promise error----" + JSON.stringify(err));
1275 kbController.hide((err) => {
1276 if (err == undefined) {
1279 … console.info('inputMethodEngine_test_048 hide callbace failed : ' + JSON.stringify(err.message));
1294 }).catch(err => {
1295 console.info("inputMethodEngine_test_049 hide promise error----" + JSON.stringify(err));