Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dstop_and_clear_works.cpp27 Common::HandleErrCode(env, errCode); in StopAndClearWorks()
H A Dstart_work.cpp48 Common::HandleErrCode(env, errCode); in StartWork()
H A Dstop_work.cpp59 Common::HandleErrCode(env, errCode); in StopWork()
H A Dcommon.cpp588 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 Defficiency_resources_operation.cpp157 Common::HandleErrCode(env, errCode, true); in ApplyEfficiencyResources()
164 Common::HandleErrCode(env, errCode, true); in ResetAllEfficiencyResources()
H A Dcancel_suspend_delay.cpp66 Common::HandleErrCode(env, errCode, isThrow); in CancelSuspendDelay()
H A Drequest_suspend_delay.cpp255 Common::HandleErrCode(env, errCode, isThrow); in RequestSuspendDelay()
H A Dcommon.cpp266 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 Dcommon.h88 static void HandleErrCode(const napi_env &env, int32_t errCode, bool isThrow);
/foundation/resourceschedule/device_standby/interfaces/kits/napi/include/
H A Dcommon.h56 static void HandleErrCode(const napi_env &env, int32_t errCode);
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dcommon.h189 static void HandleErrCode(const napi_env &env, int32_t errCode);
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dstandby_napi_module.cpp290 Common::HandleErrCode(env, errCode); in ApplyAllowResource()
301 Common::HandleErrCode(env, errCode); in UnapplyAllowResource()
H A Dcommon.cpp138 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