Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_business_error.h34 enum ELegacy { enum
76 explicit NapiBusinessError(ELegacy eLegacy);
86 void SetErrno(ELegacy eLegacy);
H A Dnapi_business_error.cpp46 NapiBusinessError::NapiBusinessError(ELegacy eLegacy) : errno_(eLegacy), codingSystem_(ERR_CODE_SYSTEM_LEGACY) in NapiBusinessError()
80 void NapiBusinessError::SetErrno(ELegacy eLegacy) in SetErrno()
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Duni_error.h31 enum ELegacy { enum
135 explicit UniError(ELegacy eLegacy);
145 void SetErrno(ELegacy eLegacy);
H A Duni_error.cpp44 UniError::UniError(ELegacy eLegacy) : errno_(eLegacy), codingSystem_(ERR_CODE_SYSTEM_LEGACY) {} in UniError()
75 void UniError::SetErrno(ELegacy eLegacy) in SetErrno()

Completed in 2 milliseconds