Home
last modified time | relevance | path

Searched refs:GetErrorInfo (Results 1 - 4 of 4) sorted by relevance

/base/startup/init/interfaces/kits/cj/src_enhance/
H A Dsystem_parameter_ffi.cpp42 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 Dnapi_screenlock_ability.cpp141 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 Dnapi_screenlock_ability.h95 void GetErrorInfo(int32_t errorCode, ErrorInfo &errorInfo);
/base/startup/init/interfaces/kits/jskits/src_enhance/
H A Dnative_parameters_js.cpp40 static int GetErrorInfo(int status, std::string &errMsg)
71 int ret = GetErrorInfo(status, errMsg);

Completed in 3 milliseconds