Home
last modified time | relevance | path

Searched refs:QueryRetMsg (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_tester_impl.cpp34 errInfo = QueryRetMsg(RET_ERR_FAILED); in FindComponentImpl()
41 errInfo = QueryRetMsg(RET_OK); in FindComponentImpl()
67 errInfo = QueryRetMsg(RET_ERR_FAILED); in FindComponentsImpl()
73 errInfo = QueryRetMsg(RET_OK); in FindComponentsImpl()
100 errInfo = QueryRetMsg(ErrCode::RET_ERR_ASSERTION_COMPONENT_EXIST); in AssertComponentExistImpl()
109 errInfo = QueryRetMsg(ErrCode::RET_ERR_FAILED); in ScrollUntilExistImpl()
141 errInfo = QueryRetMsg(ErrCode::RET_OK); in ScrollUntilExistImpl()
204 errInfo = QueryRetMsg(ErrCode::RET_OK); in FlingImpl()
206 errInfo = QueryRetMsg(ErrCode::RET_ERROR_PARAM_INVALID); in FlingImpl()
214 errInfo = QueryRetMsg(ErrCod in FlingImpl()
[all...]
H A Dcomponent_test_component_impl.cpp69 errInfo = QueryRetMsg(ErrCode::RET_ERR_COMPONENT_INVISIBLE_OR_DESTROYED); in TapImpl()
76 errInfo = QueryRetMsg(ErrCode::RET_ERR_COMPONENT_INVISIBLE_OR_DESTROYED); in DoubleTapImpl()
83 errInfo = QueryRetMsg(ErrCode::RET_ERR_COMPONENT_INVISIBLE_OR_DESTROYED); in PressImpl()
127 errInfo = QueryRetMsg(ErrCode::RET_ERR_COMPONENT_NOT_SUPPORTED); in InputTextImpl()
132 errInfo = QueryRetMsg(ErrCode::RET_ERR_COMPONENT_INVISIBLE_OR_DESTROYED); in InputTextImpl()
145 errInfo = QueryRetMsg(ErrCode::RET_ERR_COMPONENT_INVISIBLE_OR_DESTROYED); in ClearTextImpl()
186 callback(QueryRetMsg(ErrCode::RET_ERR_COMPONENT_NOT_SUPPORTED)); in ScrollToBorderAsync()
191 callback(QueryRetMsg(ErrCode::RET_ERR_COMPONENT_NOT_SUPPORTED)); in ScrollToBorderAsync()
243 errInfo = QueryRetMsg(ErrCode::RET_ERR_COMPONENT_INVISIBLE_OR_DESTROYED); in GetIdImpl()
323 errInfo = QueryRetMsg(ErrCod in GetTextImpl()
[all...]
H A Daction.h139 inline ErrInfo QueryRetMsg(ErrCode errorCode) in QueryRetMsg() function
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp1077 auto retMsg = QueryRetMsg(retCode); in OnShareForm()
1123 task.Reject(env, CreateJsError(env, code, QueryRetMsg(code))); in OnDisableFormsUpdate()
1129 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnDisableFormsUpdate()
1158 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnIsSystemReady()
1182 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnGetAllFormsInfo()
1219 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnGetFormsInfo()
1231 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnGetFormsInfo()
1271 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnDeleteForm()
1280 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnDeleteForm()
1334 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCod in OnReleaseForm()
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test_component.cpp130 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSTap()
153 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSDoubleTap()
187 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSPress()
219 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSPinchOut()
251 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSPinchIn()
283 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSInputText()
307 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSClearText()
341 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSScrollToTop()
378 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSScrollToBottom()
405 asyncContext->ret = QueryRetMsg(ErrCod in JSGetId()
[all...]
H A Djs_component_test_tester.cpp198 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSFindComponent()
235 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSFindComponents()
284 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSAssertComponentExist()
319 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in PostScrollUntilExist()
335 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in PostScrollUntilExist()
402 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSTriggerkey()
455 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSTriggerCombineKeys()
492 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSTap()
529 asyncContext->ret = QueryRetMsg(ErrCode::RET_ERR_FAILED); in JSDoubleTap()
572 asyncContext->ret = QueryRetMsg(ErrCod in JSPress()
[all...]
H A Djs_component_test_utils.h91 ErrInfo errInfo = QueryRetMsg(errCode); \
121 ErrInfo errInfo = QueryRetMsg(errCode); \
/foundation/ability/form_fwk/frameworks/js/napi/formProvider/
H A Dnapi_form_provider.cpp402 task.Reject(env, CreateJsError(env, errCode, QueryRetMsg(errCode))); in OnGetFormsInfo()
412 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnGetFormsInfo()
455 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnSetFormNextRefreshTime()
461 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnSetFormNextRefreshTime()
505 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnUpdateForm()
511 task.Reject(env, CreateJsError(env, retCode, QueryRetMsg(retCode))); in OnUpdateForm()
551 auto retMsg = QueryRetMsg(ERR_OK); in OnIsRequestPublishFormSupported()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_extension_context.cpp344 NAccessibilityErrMsg errMsg = QueryRetMsg(*ret); in GetFoucusElementCompleteTask()
425 NAccessibilityErrMsg errMsg = QueryRetMsg(*ret); in GetWindowRootElementCompleteTask()
499 NAccessibilityErrMsg errMsg = QueryRetMsg(*ret); in GetWindowsAsync()
540 NAccessibilityErrMsg errMsg = QueryRetMsg(*ret); in GetWindowsByDisplayIdAsync()
640 NAccessibilityErrMsg errMsg = QueryRetMsg(*ret); in GestureInjectCompleteTask()
687 NAccessibilityErrMsg errMsg = QueryRetMsg(*ret); in OnStartAbility()
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.h113 std::string QueryRetMsg(int32_t errorCode);
H A Dnapi_form_util.cpp195 std::string QueryRetMsg(int32_t errorCode) in QueryRetMsg() function
312 auto retMsg = QueryRetMsg(retCode); in InnerCreateCallbackRetMsg()
349 auto retMsg = QueryRetMsg(retCode); in InnerCreatePromiseRetMsg()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_utils.h49 NAccessibilityErrMsg QueryRetMsg(OHOS::Accessibility::RetError errorCode);
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp180 NAccessibilityErrMsg QueryRetMsg(OHOS::Accessibility::RetError errorCode) in QueryRetMsg() function
233 NAccessibilityErrMsg errMsg = QueryRetMsg(errCode); in CreateBusinessError()

Completed in 16 milliseconds