Home
last modified time | relevance | path

Searched refs:EXCEED_MAX_LENGTH (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_preferences_error.h29 constexpr int EXCEED_MAX_LENGTH = -2; member
H A Djs_common_utils.h41 constexpr int32_t EXCEED_MAX_LENGTH = -2; member
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_common_utils.cpp38 return EXCEED_MAX_LENGTH; in Convert2NativeValue()
120 return EXCEED_MAX_LENGTH; in Convert2NativeValue()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp314 if (ret == EXCEED_MAX_LENGTH) { in ParseDefValue()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp158 if (rc == EXCEED_MAX_LENGTH) { in ParseDefValue()

Completed in 5 milliseconds