Home
last modified time | relevance | path

Searched refs:errCodeIn (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/
H A Dcommon.cpp172 int32_t Common::FindErrCode(const napi_env& env, const int32_t errCodeIn) in FindErrCode() argument
174 auto iter = paramErrCodeMsgMap.find(errCodeIn); in FindErrCode()
178 return errCodeIn > THRESHOLD ? errCodeIn / OFFSET : errCodeIn; in FindErrCode()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dcommon.cpp316 int32_t Common::FindErrCode(const napi_env &env, const int32_t errCodeIn) in FindErrCode() argument
318 auto iter = paramErrCodeMsgMap.find(errCodeIn); in FindErrCode()
322 return errCodeIn > THRESHOLD ? errCodeIn / OFFSET : errCodeIn; in FindErrCode()
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp637 int32_t Common::FindErrCode(const napi_env &env, int32_t errCodeIn) in FindErrCode() argument
639 auto iter = paramErrCodeMsgMap.find(errCodeIn); in FindErrCode()
643 return errCodeIn > THRESHOLD ? errCodeIn / OFFSET : errCodeIn; in FindErrCode()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_errcode.cpp67 static int32_t GetNapiErrCode(const napi_env &env, const int32_t errCodeIn, const int32_t sysCap = … in GetNapiErrCode() argument
69 auto iter = errCodeMap.find(errCodeIn); in GetNapiErrCode()
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/kits/napi/include/
H A Dcommon.h60 static int32_t FindErrCode(const napi_env& env, const int32_t errCodeIn);
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Dcommon.h94 static int32_t FindErrCode(const napi_env &env, const int32_t errCodeIn);
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dcommon.h210 static int32_t FindErrCode(const napi_env &env, int32_t errCodeIn);