Searched refs:IMFErrorCode (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_utils.h | 34 enum IMFErrorCode : int32_t { enum 72 JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, message, typeCode); \
|
H A D | js_get_input_method_controller.cpp | 268 JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_CONTROLLER, "", TYPE_OBJECT); in GetIMController() 276 JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_CONTROLLER, "", TYPE_OBJECT); in GetIMController() 360 …JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_DETACHED, "need to be attached first", TYPE_N… in Subscribe()
|
H A D | js_get_input_method_setting.cpp | 148 JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_SETTINGS, "", TYPE_OBJECT); in GetIMSetting() 155 JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_SETTINGS, "", TYPE_OBJECT); in GetIMSetting()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_text_input_client_engine.cpp | 564 …JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_IMCLIENT, "failed to get text config!", TYPE_… in GetEditorAttributeSync() 590 ctxt->SetErrorCode(IMFErrorCode::EXCEPTION_IMCLIENT); in GetEditorAttribute() 641 JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, in SelectByRangeSync() 665 …JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, "direction covert failed!", TYPE_… in SelectByMovementSync() 806 JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, in SetPreviewTextSync()
|
/ohos5.0/base/inputmethod/imf/frameworks/kits/extension/src/ |
H A D | js_inputmethod_extension_context.cpp | 104 …JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, "number of param should in [1,3]", in OnStartAbility()
|