Home
last modified time | relevance | path

Searched refs:MAX_STORE_ID_LENGTH (Results 1 - 7 of 7) sorted by relevance

/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
48 SetNamedProperty(env, constants, "MAX_STORE_ID_LENGTH", MAX_STORE_ID_LENGTH); in ExportConstants()
/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
59 SetNamedProperty(env, constants, "MAX_STORE_ID_LENGTH", MAX_STORE_ID_LENGTH); in ExportConstants()
/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H A Dconstant.cpp49 const size_t Constant::MAX_STORE_ID_LENGTH = 128; member in OHOS::DistributedKv::Constant
H A Dconstant.h116 KVSTORE_API static const size_t MAX_STORE_ID_LENGTH; member in OHOS::DistributedKv::Constant
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h61 static constexpr uint64_t MAX_STORE_ID_LENGTH = 128; member in DistributedDB::DBConstant
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp41 if (storeId.empty() || (storeId.length() > DBConstant::MAX_STORE_ID_LENGTH)) { in IsStoreIdSafe()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp311 // test open store with store_id length over MAX_STORE_ID_LENGTH in HWTEST_F()
313 std::string(DBConstant::MAX_STORE_ID_LENGTH + 1, 'a'), {}, delegate); in HWTEST_F()

Completed in 7 milliseconds