Searched refs:FindErrMsg (Results 1 - 10 of 10) sorted by relevance
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | common.cpp | 116 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 D | bg_continuous_task_napi_module.cpp | 273 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 D | common.cpp | 90 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 D | common.h | 92 static std::string FindErrMsg(const napi_env &env, const int32_t errCode);
|
/foundation/resourceschedule/device_standby/interfaces/kits/napi/include/ |
H A D | common.h | 58 static std::string FindErrMsg(const napi_env& env, const int32_t errCode);
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/ |
H A D | common.h | 203 static std::string FindErrMsg(const napi_env &env, int32_t errCode);
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | is_last_work_time_out.cpp | 101 asyncCallbackInfo->errorMsg = Common::FindErrMsg(env, asyncCallbackInfo->errorCode); in IsLastWorkTimeOut()
|
H A D | get_work_status.cpp | 104 asyncCallbackInfo->errorMsg = Common::FindErrMsg(env, asyncCallbackInfo->errorCode); in GetWorkStatus()
|
H A D | obtain_all_works.cpp | 79 asyncCallbackInfo->errorMsg = Common::FindErrMsg(env, asyncCallbackInfo->errorCode); in ObtainAllWorks()
|
H A D | common.cpp | 547 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