Searched refs:ERROR_NOT_DEFAULT_IME (Results 1 - 7 of 7) sorted by relevance
/base/inputmethod/imf/common/include/ |
H A D | global.h | 100 ERROR_NOT_DEFAULT_IME = 31, enumerator
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 346 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 D | input_method_ability.cpp | 1153 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 D | js_utils.cpp | 55 { ErrorCode::ERROR_NOT_DEFAULT_IME, EXCEPTION_DEFAULTIME },
|
/base/inputmethod/imf/services/src/ |
H A D | input_method_system_ability.cpp | 572 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 D | input_method_ability_test.cpp | 1048 EXPECT_EQ(ret, ErrorCode::ERROR_NOT_DEFAULT_IME); in HWTEST_F()
|
H A D | input_method_controller_test.cpp | 1347 EXPECT_EQ(ret, ErrorCode::ERROR_NOT_DEFAULT_IME); in HWTEST_F()
|
Completed in 13 milliseconds