Home
last modified time | relevance | path

Searched defs:internalErrorCode (Results 1 – 4 of 4) sorted by relevance

/foundation/ability/form_fwk/interfaces/kits/native/src/
Dform_errors.cpp135 int32_t FormErrors::QueryExternalErrorCode(int32_t internalErrorCode) in QueryExternalErrorCode()
144 std::string FormErrors::QueryExternalErrorMessage(int32_t internalErrorCode, int32_t externalErrorC… in QueryExternalErrorMessage()
/foundation/ability/form_fwk/test/fuzztest/formerrors_fuzzer/
Dformerrors_fuzzer.cpp42 int32_t internalErrorCode = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/form_fwk/frameworks/cj/form_provider/src/
Dcj_form_util.cpp36 int32_t CreateErrorByInternalErrorCode(int32_t internalErrorCode) in CreateErrorByInternalErrorCode()
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
Dnapi_form_util.cpp125 bool NapiFormUtil::ThrowByInternalErrorCode(napi_env env, int32_t internalErrorCode) in ThrowByInternalErrorCode()
139 napi_value NapiFormUtil::CreateErrorByInternalErrorCode(napi_env env, int32_t internalErrorCode) in CreateErrorByInternalErrorCode()