| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | virtual_single_ver_sync_db_Interface.cpp | 92 int VirtualSingleVerSyncDBInterface::GetMetaData(const Key &key, Value &value) const in GetMetaData() argument 105 int VirtualSingleVerSyncDBInterface::PutMetaData(const Key &key, const Value &value, bool isInTransaction) in PutMetaData() argument 218 PutData(const Key &key, const Value &value, const Timestamp &time, int flag) PutData() argument 258 GetSyncData(const Key &key, VirtualDataItem &dataItem) GetSyncData() argument 587 PutDeviceData(const std::string &deviceName, const Key &key, const Value &value) PutDeviceData() argument 593 GetDeviceData(const std::string &deviceName, const Key &key, Value &value) GetDeviceData() argument [all...] |
| H A D | virtual_relational_ver_sync_db_interface.cpp | 215 int VirtualRelationalVerSyncDBInterface::GetMetaData(const Key &key, Value &value) const in GetMetaData() argument 225 int VirtualRelationalVerSyncDBInterface::PutMetaData(const Key &key, const Value &value, bool isInTransaction) in PutMetaData() argument
|
| H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 80 Key key = {'1'}; in PullSyncTest() local 165 Key key = DistributedDBToolsUnitTest::GetRandPrefixKey({'a', 'b'}, 1024); // rand num 1024 for test ReSetWaterDogTest001() local 299 Key key = {'1'}; HWTEST_F() local 367 Key key = {'1'}; HWTEST_F() local 582 Key key = {'k'}; HWTEST_F() local 1266 Key key = DistributedDBToolsUnitTest::GetRandPrefixKey({'a', 'b'}, 128); // rand num 1024 for test HWTEST_F() local 1633 Key key = {'1'}; HWTEST_F() local 1687 Key key = {'1'}; HWTEST_F() local 1731 Key key = {'1'}; HWTEST_F() local 1943 Key key = {'a', 'b', 'c'}; HWTEST_F() local 1994 Key key = {'1'}; HWTEST_F() local 2041 Key key = {'1'}; HWTEST_F() local 2093 Key key = {'1'}; HWTEST_F() local 2176 Key key = {'1'}; HWTEST_F() local [all...] |
| H A D | distributeddb_single_ver_p2p_query_sync_test.cpp | 221 Key key = {'1'}; in HWTEST_F() local 283 Key key = {'1'}; in HWTEST_F() local 343 Key key = {'1'}; HWTEST_F() local 416 Key key = {'1'}; HWTEST_F() local 527 Key key = { i }; HWTEST_F() local 584 Key key = {'1'}; HWTEST_F() local 1445 std::string key = std::to_string(i); HWTEST_F() local 1464 std::string key = std::to_string(maxCacheItems); HWTEST_F() local 1731 Key key = {'1'}; HWTEST_F() local 1829 Key key = {'1'}; HWTEST_F() local 1895 Key key = {'1'}; HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
| H A D | datashare_js_utils.cpp | 405 napi_value key = Convert2JSValue(env, publishedDataItem.key_); in Convert2JSValue() local 471 napi_value key = nullptr; in Convert2JSValue() local 514 napi_value key in UnwrapTemplatePredicates() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
| H A D | js_util.cpp | 682 std::string key; in GetValue() local 722 napi_value key = nullptr; SetValue() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
| H A D | distributeddb_nb_test_tools.h | 51 DistributedDB::Key key; member 82 DistributedDB::Key key; member [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_relational_sync_test.cpp | 123 Key key; in FakeOldVersionDB() local
|
| H A D | distributeddb_interfaces_data_operation_test.cpp | 141 Key key; in PutValidEntries1() local 158 Key key; in PutValidEntries2() local 175 Key key; in PutValidEntries3() local 192 Key key; in PutValidEntries4() local 209 Key key; PutValidEntries5() local 226 Key key; PutValidEntries6() local 243 Key key; PutValidEntries7() local 260 Key key; PutValidEntries8() local 310 Key key = DistributedDBToolsUnitTest::GetRandPrefixKey({'a', 'b'}, 1024); // rand num 1024 for test PreDataForQueryByPreFixKey() local 317 Key key = DistributedDBToolsUnitTest::GetRandPrefixKey({'a', 'c'}, 1024); // rand num 1024 for test PreDataForQueryByPreFixKey() local 735 Key key; HWTEST_F() local 770 Key key; HWTEST_F() local 1827 Key key = {'1'}; HWTEST_F() local 1894 Key key = { i }; HWTEST_F() local 2047 Key key = {'x'}; HWTEST_F() local 2122 Key key = {'x'}; HWTEST_F() local 2187 Key key = {'x'}; HWTEST_F() local 2262 Key key = {'x'}; HWTEST_F() local 2339 Key key = {'x'}; HWTEST_F() local 2412 Key key = {'x'}; HWTEST_F() local 2492 Key key = {'x'}; HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| H A D | distributeddb_storage_single_ver_natural_store_testcase.cpp | 99 Key key; in GetSyncData002() local 171 Key key; in GetSyncData004() local 235 Key key; in GetSyncData005() local 273 Key key; in GetSyncData006() local 1553 IsSqlinteExistKey(const std::vector<SyncData> &vecSyncData, const std::vector<uint8_t> &key) IsSqlinteExistKey() argument [all...] |
| H A D | distributeddb_storage_register_observer_test.cpp | 74 Entry TransferStrToKyEntry(const string &key, const string &value) in TransferStrToKyEntry() argument [all...] |
| H A D | distributeddb_relational_get_data_test.cpp | 75 int AddOrUpdateRecord(int64_t key, int64_t value) in AddOrUpdateRecord() argument 89 int GetLogData(int key, uint64_t &flag, Timestamp ×tamp, const DeviceID &device = "") in GetLogData() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
| H A D | device_matrix.cpp | 112 auto key = newMeta.GetKey(); in Initialize() local 660 std::string key; in GetMatrixMeta() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
| H A D | distributeddb_kv_transaction_test.cpp | 1441 IsolationBussiness(vector<Key> *allKeys, Key key) IsolationBussiness() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
| H A D | multi_ver_natural_store_commit_storage.cpp | 197 Key key; in GetCommit() local 307 Key key; in AddCommit() local 349 Key key; in RemoveCommit() local 421 Key key; in GetHeader() local 652 TransferCommitIDToKey(const CommitID &commitID, Key &key) TransferCommitIDToKey() argument 745 TransferStringToKey(const string &str, Key &key) TransferStringToKey() argument 818 Key key; SetHeaderInner() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| H A D | sqlite_single_relational_storage_engine.cpp | 182 Key key; in SaveSyncTableTypeAndDropFlagToMeta() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
| H A D | distributeddb_nb_test_tools.cpp | 257 Get(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key, DistributedDB::Value &value) Get() argument 269 Put(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key, const DistributedDB::Value &value, bool isNeedRetry, int waitTime) Put() argument 317 Delete(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key) Delete() argument 356 GetLocal(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key, DistributedDB::Value &value) GetLocal() argument 362 PutLocal(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key, const DistributedDB::Value &value, bool isNeedRetry, int waitTime) PutLocal() argument 408 DeleteLocal( DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key) DeleteLocal() argument 445 RegisterObserver(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key, unsigned int mode, DistributedDB::KvStoreObserver *observer) RegisterObserver() argument 493 Key key; NotifyCallBack() local 638 CheckNbNoRecord(KvStoreNbDelegate *&delegate, const Key &key, bool bIsLocalQuery) CheckNbNoRecord() argument 657 CheckNbRecord(KvStoreNbDelegate *&delegate, const Key &key, const Value &value, bool bIsLocalQuery) CheckNbRecord() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
| H A D | distributeddb_cloud_kv_syncer_test.cpp | 325 Key key = {'k'}; in HWTEST_F() local 375 Key key = {'k'}; in HWTEST_F() local 433 Key key = {'k'}; in HWTEST_F() local 489 Key key = {'k'}; HWTEST_F() local 512 Key key = {'k'}; HWTEST_F() local 551 Key key = {'k'}; HWTEST_F() local 582 Key key = {'k'}; HWTEST_F() local 816 Key key = {'k'}; HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
| H A D | types.h | 198 Key key; member
|
| /foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | single_store_impl.cpp | 35 Status SingleStoreImpl::Put(const Key &key, const Value &value) in Put() argument 87 Delete(const Key &key) Delete() argument 193 Get(const Key &key, Value &value) Get() argument 217 Get( const Key &key, const std::string &networkId, const std::function<void(Status, Value &&)> &onResult) Get() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/ |
| H A D | udmf_service_impl.cpp | 79 int32_t UdmfServiceImpl::SetData(CustomOption &option, UnifiedData &unifiedData, std::string &key) in SetData() argument 110 int32_t UdmfServiceImpl::SaveData(CustomOption &option, UnifiedData &unifiedData, std::string &key) in SaveData() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/ |
| H A D | runtime_store.cpp | 61 Status RuntimeStore::PutLocal(const std::string &key, const std::string &value)
in PutLocal() argument 75 Status RuntimeStore::GetLocal(const std::string &key, std::string &value)
in GetLocal() argument 93 DeleteLocal(const std::string &key) DeleteLocal() argument 139 Get(const std::string &key, UnifiedData &unifiedData) Get() argument 190 GetSummary(const std::string &key, Summary &summary) GetSummary() argument 219 std::string key = unifiedData.GetRuntime()->key.key; Update() local 232 Delete(const std::string &key) Delete() argument 590 UnmarshalEntries(const std::string &key, std::vector<Entry> &entries, UnifiedData &unifiedData) UnmarshalEntries() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
| H A D | device_kvstore_test.cpp | 91 std::string DeviceKvStoreTest::GetKey(const std::string& key) in GetKey() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
| H A D | rd_single_ver_natural_store.cpp | 196 int RdSingleVerNaturalStore::GetMetaData(const Key &key, Value &value) const in GetMetaData() argument 201 int RdSingleVerNaturalStore::PutMetaData(const Key &key, const Value &value, bool isInTransaction) in PutMetaData() argument
|
| H A D | rd_single_ver_natural_store_connection.cpp | 244 int RdSingleVerNaturalStoreConnection::Get(const IOption &option, const Key &key, Value &value) const in Get() argument [all...] |