Home
last modified time | relevance | path

Searched defs:MAX_STORE_ID_LENGTH (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H A Dconstant.h116 KVSTORE_API static const size_t MAX_STORE_ID_LENGTH; variable
H A Dconstant.cpp49 const size_t Constant::MAX_STORE_ID_LENGTH = 128; member in OHOS::DistributedKv::Constant
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_const_properties.cpp39 constexpr int32_t MAX_STORE_ID_LENGTH = 128; in ExportConstants() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_const_properties.cpp50 constexpr int32_t MAX_STORE_ID_LENGTH = 128; in ExportConstants() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h61 static constexpr uint64_t MAX_STORE_ID_LENGTH = 128; variable