Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
Dnapi_business_error.cpp51 NapiBusinessError::NapiBusinessError(int32_t ePosix, bool throwCode) in NapiBusinessError()
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
Duni_error.cpp48 UniError::UniError(int ePosix, bool throwCode) : errno_(ePosix), codingSystem_(ERR_CODE_SYSTEM_POSI… in UniError()