Home
last modified time | relevance | path

Searched refs:EXCEPTION_DATA_AREA_NOT_EXIST (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_error.h30 static const int EXCEPTION_DATA_AREA_NOT_EXIST = 15700012; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_error_impl.cpp87 return EXCEPTION_DATA_AREA_NOT_EXIST; in GetCode()