Home
last modified time | relevance | path

Searched defs:eLegacy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_business_error.cpp46 NapiBusinessError::NapiBusinessError(ELegacy eLegacy) : errno_(eLegacy), codingSystem_(ERR_CODE_SYS… in NapiBusinessError()
80 void NapiBusinessError::SetErrno(ELegacy eLegacy) in SetErrno()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
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()