Searched refs:GetErrorInfo (Results 1 - 4 of 4) sorted by relevance
/base/startup/init/interfaces/kits/cj/src_enhance/ |
H A D | system_parameter_ffi.cpp | 42 static int GetErrorInfo(int status) in GetErrorInfo() function 70 ret.code = GetErrorInfo(status); in FfiOHOSSysTemParameterGet() 82 return GetErrorInfo(ret); in FfiOHOSSysTemParameterSet()
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 141 void GetErrorInfo(int32_t errorCode, ErrorInfo &errorInfo) in GetErrorInfo() function 147 SCLOCK_HILOGD("GetErrorInfo errorInfo.code: %{public}d, errorInfo.message: %{public}s", errorInfo.errorCode_, in GetErrorInfo() 150 SCLOCK_HILOGD("GetErrorInfo errCode: %{public}d", errorCode); in GetErrorInfo() 198 GetErrorInfo(status, errInfo); in NAPI_IsLocked() 244 GetErrorInfo(status, errInfo); in AsyncCallFunc() 452 GetErrorInfo(retCode, errInfo); in NAPI_OnSystemEvent() 503 GetErrorInfo(retCode, errInfo); in NAPI_ScreenLockSendEvent() 542 GetErrorInfo(status, errInfo); in NAPI_IsScreenLockDisabled() 585 GetErrorInfo(retCode, errInfo); in NAPI_SetScreenLockDisabled() 640 GetErrorInfo(retCod in NAPI_SetScreenLockAuthState() [all...] |
/base/theme/screenlock_mgr/frameworks/js/napi/include/ |
H A D | napi_screenlock_ability.h | 95 void GetErrorInfo(int32_t errorCode, ErrorInfo &errorInfo);
|
/base/startup/init/interfaces/kits/jskits/src_enhance/ |
H A D | native_parameters_js.cpp | 40 static int GetErrorInfo(int status, std::string &errMsg) 71 int ret = GetErrorInfo(status, errMsg);
|
Completed in 3 milliseconds