Home
last modified time | relevance | path

Searched refs:ERR_INVALID_MAX_STORAGE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Derror.h38 constexpr int ERR_INVALID_MAX_STORAGE = 11103001; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_error.h44 constexpr int ERR_INVALID_MAX_STORAGE = 11103001; variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp47 return ERR_INVALID_MAX_STORAGE; in Configure()
52 return ERR_INVALID_MAX_STORAGE; in Configure()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_config.cpp54 NapiUtil::ThrowError(env, NapiError::ERR_INVALID_MAX_STORAGE, errMsg, isThrow); in Configure()