Home
last modified time | relevance | path

Searched refs:IMFErrorCode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.h34 enum IMFErrorCode : int32_t { enum
72 JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, message, typeCode); \
H A Djs_get_input_method_controller.cpp268 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 Djs_get_input_method_setting.cpp148 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 Djs_text_input_client_engine.cpp564 …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 Djs_inputmethod_extension_context.cpp104 …JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, "number of param should in [1,3]", in OnStartAbility()