Home
last modified time | relevance | path

Searched refs:errMsg (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_base64.cpp234 std::string errMsg = in DecodeSyncInner() local
236 napi_throw_error(env, "401", errMsg.c_str()); in DecodeSyncInner()
574 std::string errMsg = in Decode() local
576 napi_throw_error(env, "401", errMsg.c_str()); in Decode()
599 std::string errMsg = in Decode() local
601 napi_throw_error(env, "401", errMsg.c_str()); in Decode()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp598 std::string errMsg = "taskpool:: the task may not exist"; in CancelTask() local
599 HILOG_ERROR("%{public}s", errMsg.c_str()); in CancelTask()
600 ErrorHelper::ThrowError(env, ErrorHelper::ERR_CANCEL_NONEXIST_TASK, errMsg.c_str()); in CancelTask()
623 std::string errMsg = "taskpool:: task is not executed or has been executed"; in CancelTask() local
624 HILOG_ERROR("%{public}s", errMsg.c_str()); in CancelTask()
625 ErrorHelper::ThrowError(env, ErrorHelper::ERR_CANCEL_NONEXIST_TASK, errMsg.c_str()); in CancelTask()
647 std::string errMsg = "taskpool:: sequenceRunner task has been executed"; in CancelSeqRunnerTask() local
648 HILOG_ERROR("%{public}s", errMsg.c_str()); in CancelSeqRunnerTask()
649 ErrorHelper::ThrowError(env, ErrorHelper::ERR_CANCEL_NONEXIST_TASK, errMsg.c_str()); in CancelSeqRunnerTask()
1519 std::string errMsg in CancelGroup() local
[all...]
/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp1651 std::string errMsg = ""; in ParseOneTag() local
1653 errMsg = ": " + text_; in ParseOneTag()
1655 xmlPullParserError_ = "Unexpected token" + errMsg; in ParseOneTag()

Completed in 11 milliseconds