Home
last modified time | relevance | path

Searched defs:key (Results 4326 - 4350 of 6119) sorted by relevance

1...<<171172173174175176177178179180>>...245

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.cpp92 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 Dvirtual_relational_ver_sync_db_interface.cpp215 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 Ddistributeddb_single_ver_p2p_complex_sync_test.cpp80 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 Ddistributeddb_single_ver_p2p_query_sync_test.cpp221 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 Ddatashare_js_utils.cpp405 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 Djs_util.cpp682 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 Ddistributeddb_nb_test_tools.h51 DistributedDB::Key key; member
82 DistributedDB::Key key; member
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_sync_test.cpp123 Key key; in FakeOldVersionDB() local
H A Ddistributeddb_interfaces_data_operation_test.cpp141 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 Ddistributeddb_storage_single_ver_natural_store_testcase.cpp99 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 Ddistributeddb_storage_register_observer_test.cpp74 Entry TransferStrToKyEntry(const string &key, const string &value) in TransferStrToKyEntry() argument
[all...]
H A Ddistributeddb_relational_get_data_test.cpp75 int AddOrUpdateRecord(int64_t key, int64_t value) in AddOrUpdateRecord() argument
89 int GetLogData(int key, uint64_t &flag, Timestamp &timestamp, const DeviceID &device = "") in GetLogData() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp112 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 Ddistributeddb_kv_transaction_test.cpp1441 IsolationBussiness(vector<Key> *allKeys, Key key) IsolationBussiness() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp197 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 Dsqlite_single_relational_storage_engine.cpp182 Key key; in SaveSyncTableTypeAndDropFlagToMeta() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp257 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 Ddistributeddb_cloud_kv_syncer_test.cpp325 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 Dtypes.h198 Key key; member
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp35 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 Dudmf_service_impl.cpp79 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 Druntime_store.cpp61 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 Ddevice_kvstore_test.cpp91 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 Drd_single_ver_natural_store.cpp196 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 Drd_single_ver_natural_store_connection.cpp244 int RdSingleVerNaturalStoreConnection::Get(const IOption &option, const Key &key, Value &value) const in Get() argument
[all...]

Completed in 35 milliseconds

1...<<171172173174175176177178179180>>...245