Home
last modified time | relevance | path

Searched refs:throwCode (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.cpp52 NapiBusinessError::NapiBusinessError(int32_t ePosix, bool throwCode) in NapiBusinessError() argument
53 : errno_(ePosix), codingSystem_(ERR_CODE_SYSTEM_POSIX), throwCode_(throwCode) in NapiBusinessError()
H A Dnapi_business_error.h78 explicit NapiBusinessError(int32_t ePosix, bool throwCode);
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Duni_error.cpp48 UniError::UniError(int ePosix, bool throwCode) : errno_(ePosix), codingSystem_(ERR_CODE_SYSTEM_POSI… in UniError() argument
49 throwCode_(throwCode) {} in UniError()
H A Duni_error.h137 explicit UniError(int ePosix, bool throwCode);