Home
last modified time | relevance | path

Searched refs:KEY_PREFIX (Results 1 - 25 of 35) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dudmf_run_time_store_test.cpp93 const std::string KEY_PREFIX = "TEST_"; member in OHOS::Test::DistributedDataTest::UdmfRunTimeStoreTest
103 if (defaultSize >= KEY_PREFIX.length()) { in GetRandomKey()
104 vector<uint8_t> vectorPrefix(KEY_PREFIX.begin(), KEY_PREFIX.end()); in GetRandomKey()
140 status = store->GetEntries(KEY_PREFIX, entries); in HWTEST_F()
144 status = store->Delete(KEY_PREFIX); in HWTEST_F()
173 status = store->GetEntries(KEY_PREFIX, entries); in HWTEST_F()
177 status = store->Delete(KEY_PREFIX); in HWTEST_F()
207 status = store->GetEntries(KEY_PREFIX, entries); in HWTEST_F()
238 status = store->GetEntries(KEY_PREFIX, entrie in HWTEST_F()
[all...]
/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H A Dconstant.cpp23 const std::string KvStoreMetaRow::KEY_PREFIX = "KvStoreMetaData"; member in OHOS::DistributedKv::KvStoreMetaRow
25 const std::string SecretMetaRow::KEY_PREFIX = "SecretKey"; member in OHOS::DistributedKv::SecretMetaRow
89 std::string str = Constant::Concatenate({ KvStoreMetaRow::KEY_PREFIX, Constant::KEY_SEPARATOR, key }); in GetKeyFor()
95 std::string str = Constant::Concatenate({ SecretMetaRow::KEY_PREFIX, Constant::KEY_SEPARATOR, key}); in GetKeyFor()
H A Dconstant.h38 KVSTORE_API static const std::string KEY_PREFIX; member in OHOS::DistributedKv::KvStoreMetaRow
45 KVSTORE_API static const std::string KEY_PREFIX; member in OHOS::DistributedKv::SecretMetaRow
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dmatrix_meta_data.cpp45 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId }); in GetKey()
50 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId, RMOTE_CONSISTENT }); in GetConsistentKey()
55 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dcapability_meta_data.cpp22 constexpr const char *CapMetaRow::KEY_PREFIX; member in OHOS::DistributedData::CapMetaRow
39 std::string str = Constant::Concatenate({ KEY_PREFIX, Constant::KEY_SEPARATOR, key }); in GetKeyFor()
H A Duser_meta_data.cpp20 constexpr const char *UserMetaRow::KEY_PREFIX; member in OHOS::DistributedData::UserMetaRow
60 std::string str = Constant::Concatenate({ KEY_PREFIX, Constant::KEY_SEPARATOR, key }); in GetKeyFor()
H A Dswitches_meta_data.cpp40 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId }); in GetKey()
45 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dversion_meta_data.cpp43 return KEY_PREFIX; in GetKey()
H A Dstore_meta_data_local.cpp112 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetKey()
117 auto prefix = Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dcorrupted_meta_data.cpp55 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, in GetKey()
H A Dstore_debug_info.cpp54 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dsecret_key_meta_data.cpp60 std::string prefix = KEY_PREFIX; in GetPrefix()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dversion_meta_data.h34 static constexpr const char *KEY_PREFIX = "VersionKey"; member in OHOS::DistributedData::final
H A Dcorrupted_meta_data.h34 static constexpr const char *KEY_PREFIX = "CorruptedMetaData"; member
H A Dcapability_meta_data.h33 static constexpr const char *KEY_PREFIX = "CapabilityMeta"; member in OHOS::DistributedData::CapMetaRow
H A Dswitches_meta_data.h41 static constexpr const char *KEY_PREFIX = "SwitchesMeta"; member in OHOS::DistributedData::final
H A Duser_meta_data.h45 API_EXPORT static constexpr const char *KEY_PREFIX = "UserMeta"; member in OHOS::DistributedData::UserMetaRow
H A Dstore_debug_info.h38 static constexpr const char *KEY_PREFIX = "StoreDebugInfo"; member
H A Dsecret_key_meta_data.h35 static constexpr const char *KEY_PREFIX = "SecretKey"; member
H A Dstore_meta_data_local.h56 static constexpr const char *KEY_PREFIX = "KvStoreMetaDataLocal"; member
H A Dmatrix_meta_data.h47 static constexpr const char *KEY_PREFIX = "MatrixMeta"; member in OHOS::DistributedData::final
H A Dstore_meta_data.h30 static constexpr const char *KEY_PREFIX = "KvStoreMetaData"; member
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_def.h92 /** Indicates the parameters is KEY_PREFIX.*/
93 KEY_PREFIX, enumerator
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_single_kv_store.cpp108 KEY_PREFIX = 0, member in OHOS::DistributedData::ArgsType
130 va.type = ArgsType::KEY_PREFIX; in GetVariantArgs()
173 if (ctxt->va.type == ArgsType::KEY_PREFIX) { in GetEntries()
226 if (ctxt->va.type == ArgsType::KEY_PREFIX) { in GetResultSet()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.h56 static constexpr const char *KEY_PREFIX = "WaterVersionMeta"; member in OHOS::DistributedData::WaterVersionManager::final

Completed in 8 milliseconds

12