Home
last modified time | relevance | path

Searched refs:FindErrMsg (Results 1 - 10 of 10) sorted by relevance

/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dcommon.cpp116 std::string errMsg = FindErrMsg(env, errCode); in SetCallback()
131 std::string errMsg = FindErrMsg(env, info.errCode); in SetPromise()
169 std::string errMsg = FindErrMsg(env, ERR_BGTASK_INVALID_PARAM); in JSParaError()
272 std::string errMsg = FindErrMsg(env, errCode); in HandleErrCode()
295 std::string Common::FindErrMsg(const napi_env &env, const int32_t errCode) in FindErrMsg() function in OHOS::BackgroundTaskMgr::Common
H A Dbg_continuous_task_napi_module.cpp273 std::string errMsg = Common::FindErrMsg(env, asyncCallbackInfo->errCode); in CallbackCompletedCB()
305 std::string errMsg = Common::FindErrMsg(env, asyncCallbackInfo->errCode); in PromiseCompletedCB()
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dcommon.cpp90 std::string errMsg = FindErrMsg(env, errCode); in SetCallback()
105 std::string errMsg = FindErrMsg(env, info.errCode); in SetPromise()
144 std::string errMsg = FindErrMsg(env, errCode); in HandleErrCode()
151 std::string Common::FindErrMsg(const napi_env& env, const int32_t errCode) in FindErrMsg() function in OHOS::DevStandbyMgr::Common
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Dcommon.h92 static std::string FindErrMsg(const napi_env &env, const int32_t errCode);
/foundation/resourceschedule/device_standby/interfaces/kits/napi/include/
H A Dcommon.h58 static std::string FindErrMsg(const napi_env& env, const int32_t errCode);
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dcommon.h203 static std::string FindErrMsg(const napi_env &env, int32_t errCode);
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dis_last_work_time_out.cpp101 asyncCallbackInfo->errorMsg = Common::FindErrMsg(env, asyncCallbackInfo->errorCode); in IsLastWorkTimeOut()
H A Dget_work_status.cpp104 asyncCallbackInfo->errorMsg = Common::FindErrMsg(env, asyncCallbackInfo->errorCode); in GetWorkStatus()
H A Dobtain_all_works.cpp79 asyncCallbackInfo->errorMsg = Common::FindErrMsg(env, asyncCallbackInfo->errorCode); in ObtainAllWorks()
H A Dcommon.cpp547 std::string errMsg = FindErrMsg(env, errCode); in SetCallback()
563 std::string errMsg = FindErrMsg(env, info.errorCode); in SetPromise()
594 std::string errMsg = FindErrMsg(env, errCode); in HandleErrCode()
616 std::string Common::FindErrMsg(const napi_env &env, int32_t errCode) in FindErrMsg() function in OHOS::WorkScheduler::Common

Completed in 6 milliseconds