Searched refs:HandleErrCode (Results 1 - 13 of 13) sorted by relevance
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | stop_and_clear_works.cpp | 27 Common::HandleErrCode(env, errCode); in StopAndClearWorks()
|
H A D | start_work.cpp | 48 Common::HandleErrCode(env, errCode); in StartWork()
|
H A D | stop_work.cpp | 59 Common::HandleErrCode(env, errCode); in StopWork()
|
H A D | common.cpp | 588 void Common::HandleErrCode(const napi_env &env, int32_t errCode) in HandleErrCode() function in OHOS::WorkScheduler::Common 590 WS_HILOGI("HandleErrCode errCode = %{public}d", errCode); in HandleErrCode()
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | efficiency_resources_operation.cpp | 157 Common::HandleErrCode(env, errCode, true); in ApplyEfficiencyResources() 164 Common::HandleErrCode(env, errCode, true); in ResetAllEfficiencyResources()
|
H A D | cancel_suspend_delay.cpp | 66 Common::HandleErrCode(env, errCode, isThrow); in CancelSuspendDelay()
|
H A D | request_suspend_delay.cpp | 255 Common::HandleErrCode(env, errCode, isThrow); in RequestSuspendDelay()
|
H A D | common.cpp | 266 void Common::HandleErrCode(const napi_env &env, int32_t errCode, bool isThrow) in HandleErrCode() function in OHOS::BackgroundTaskMgr::Common 268 BGTASK_LOGD("HandleErrCode errCode = %{public}d, isThrow = %{public}d", errCode, isThrow); in HandleErrCode()
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/ |
H A D | common.h | 88 static void HandleErrCode(const napi_env &env, int32_t errCode, bool isThrow);
|
/foundation/resourceschedule/device_standby/interfaces/kits/napi/include/ |
H A D | common.h | 56 static void HandleErrCode(const napi_env &env, int32_t errCode);
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/ |
H A D | common.h | 189 static void HandleErrCode(const napi_env &env, int32_t errCode);
|
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/ |
H A D | standby_napi_module.cpp | 290 Common::HandleErrCode(env, errCode); in ApplyAllowResource() 301 Common::HandleErrCode(env, errCode); in UnapplyAllowResource()
|
H A D | common.cpp | 138 void Common::HandleErrCode(const napi_env &env, int32_t errCode) in HandleErrCode() function in OHOS::DevStandbyMgr::Common 140 STANDBYSERVICE_LOGI("HandleErrCode errCode = %{public}d", errCode); in HandleErrCode()
|
Completed in 6 milliseconds