/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store_snapshot.cpp | 46 int MultiVerNaturalStoreSnapshot::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntries() argument
|
H A D | multi_ver_natural_store_connection.cpp | 158 GetEntries(const IOption &option, const Key &keyPrefix, std::vector<Entry> &entries) const GetEntries() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb_snapshot.cpp | 39 int SQLiteLocalKvDBSnapshot::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntries() argument
|
H A D | sqlite_local_kvdb_connection.cpp | 159 int SQLiteLocalKvDBConnection::GetEntries(const IOption &option, const Key &keyPrefix, in GetEntries() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_meta_executor.cpp | 45 Key keyPrefix; in GetMetaKeysByKeyPrefix() local
|
H A D | sqlite_single_ver_forward_cursor.cpp | 22 SQLiteSingleVerForwardCursor::SQLiteSingleVerForwardCursor(SQLiteSingleVerNaturalStore *kvDB, const Key &keyPrefix) in SQLiteSingleVerForwardCursor() argument
|
H A D | sqlite_local_storage_executor.cpp | 81 int SQLiteLocalStorageExecutor::GetEntries(const Key &keyPrefix, in GetEntries() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/kvstoreresultset_fuzzer/ |
H A D | kvstoreresultset_fuzzer.cpp | 52 Key keyPrefix; in ResultSetFuzzer() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_snapshot_delegate_impl.cpp | 54 GetEntries( const Key &keyPrefix, const std::function<void(DBStatus, const std::vector<Entry> &)> &callback) const GetEntries() argument
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/versioninfomanager/versioninfomanager/include/ |
H A D | version_info_manager_test.h | 61 int32_t GetDataByKeyPrefix(const std::string &keyPrefix, std::vector<std::string> &values) in GetDataByKeyPrefix() argument
|
/foundation/communication/dsoftbus/tests/core/adapter/unittest/ |
H A D | lnn_kv_adapter_test.cpp | 257 std::string keyPrefix = ""; in HWTEST_F() local
|
H A D | lnn_kv_adapter_wrapper_test.cpp | 144 string keyPrefix = "aa"; in HWTEST_F() local 768 const char *keyPrefix = nullptr; in HWTEST_F() local 783 const char *keyPrefix = "validKeyPrefix"; in HWTEST_F() local 798 const char *keyPrefix = "validKeyPrefix"; in HWTEST_F() local 813 const char *keyPrefix in HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_kv_adapter_wrapper_mock.cpp | 66 int32_t LnnDeleteDBDataByPrefix(int32_t dbId, const char *keyPrefix, int32_t keyPrefixLen)
in LnnDeleteDBDataByPrefix() argument
|
/foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
H A D | lnn_kv_adapter_wrapper_virtual.cpp | 62 int32_t LnnDeleteDBDataByPrefix(int32_t dbId, const char *keyPrefix, int32_t keyPrefixLen) in LnnDeleteDBDataByPrefix() argument
|
H A D | lnn_kv_adapter_wrapper.cpp | 205 int32_t LnnDeleteDBDataByPrefix(int32_t dbId, const char *keyPrefix, int32_t keyPrefixLen) in LnnDeleteDBDataByPrefix() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/schemadelegate_fuzzer/ |
H A D | schemadelegate_fuzzer.cpp | 75 Key keyPrefix = fuzz.GetSequence(fuzz.GetInt());
in SchemaFuzzCURD() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/delegate_fuzzer/ |
H A D | delegate_fuzzer.cpp | 117 Key keyPrefix = std::vector<uint8_t>(data, data + 1); in MultiCombineFuzzer() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_transaction_optimization_test.cpp | 129 Key keyPrefix; in HWTEST_F() local 354 Key keyPrefix; in HWTEST_F() local 783 Key keyPrefix; in HWTEST_F() local [all...] |
H A D | distributeddb_interfaces_single_version_result_set_test.cpp | 567 Key keyPrefix; in HWTEST_F() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | local_capability_info_manager.cpp | 229 int32_t LocalCapabilityInfoManager::GetDataByKeyPrefix(const std::string &keyPrefix, CapabilityInfoMap &capabilityMap) in GetDataByKeyPrefix() argument
|
/foundation/communication/dsoftbus/core/adapter/kv_store/src/ |
H A D | lnn_kv_adapter.cpp | 239 int32_t KVAdapter::DeleteByPrefix(const std::string &keyPrefix) in DeleteByPrefix() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_single_kv_store.cpp | 114 std::string keyPrefix; member [all...] |
H A D | js_device_kv_store.cpp | 131 std::string keyPrefix; member [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_meta_manager.cpp | 84 void KvStoreMetaManager::SubscribeMeta(const std::string &keyPrefix, const ChangeObserver &observer) in SubscribeMeta() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_device_kv_store.cpp | 144 std::string keyPrefix; in GetVariantArgs() local [all...] |