Home
last modified time | relevance | path

Searched refs:ErrCodeSystem (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_business_error.h41 enum ErrCodeSystem { enum
88 int32_t GetErrno(ErrCodeSystem cs);
99 ErrCodeSystem codingSystem_ = ERR_CODE_SYSTEM_POSIX;
H A Dnapi_business_error.cpp61 int32_t NapiBusinessError::GetErrno(ErrCodeSystem cs) in GetErrno()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Duni_error.h37 enum ErrCodeSystem { enum
147 int GetErrno(ErrCodeSystem cs);
158 ErrCodeSystem codingSystem_ = ERR_CODE_SYSTEM_POSIX;
H A Duni_error.cpp56 int UniError::GetErrno(ErrCodeSystem cs) in GetErrno()