Home
last modified time | relevance | path

Searched refs:ERROR_NOT_DEFAULT_IME (Results 1 - 7 of 7) sorted by relevance

/base/inputmethod/imf/common/include/
H A Dglobal.h100 ERROR_NOT_DEFAULT_IME = 31, enumerator
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp346 JsUtils::ThrowException(env, JsUtils::Convert(ErrorCode::ERROR_NOT_DEFAULT_IME), "default ime check failed", in Subscribe()
502 JsUtils::ThrowException(env, JsUtils::Convert(ErrorCode::ERROR_NOT_DEFAULT_IME), "default ime check failed", in UnSubscribe()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp1153 return ErrorCode::ERROR_NOT_DEFAULT_IME; in SendPrivateCommand()
1181 return ErrorCode::ERROR_NOT_DEFAULT_IME; in ReceivePrivateCommand()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp55 { ErrorCode::ERROR_NOT_DEFAULT_IME, EXCEPTION_DEFAULTIME },
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp572 return ErrorCode::ERROR_NOT_DEFAULT_IME; in ExitCurrentInputType()
604 return ErrorCode::ERROR_NOT_DEFAULT_IME; in IsDefaultImeFromTokenId()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp1048 EXPECT_EQ(ret, ErrorCode::ERROR_NOT_DEFAULT_IME); in HWTEST_F()
H A Dinput_method_controller_test.cpp1347 EXPECT_EQ(ret, ErrorCode::ERROR_NOT_DEFAULT_IME); in HWTEST_F()

Completed in 13 milliseconds