Searched refs:putKey (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_data_cloud_sync.c | 1008 char putKey[KEY_MAX_LEN] = { 0 }; in LnnLedgerDataChangeSyncToDB() local 1009 …if (sprintf_s(putKey, KEY_MAX_LEN, "%ld#%s#%s", localCaheInfo.accountId, localCaheInfo.deviceInfo.… in LnnLedgerDataChangeSyncToDB() 1021 int32_t ret = LnnPutDBData(dbId, putKey, strlen(putKey), putValue, strlen(putValue)); in LnnLedgerDataChangeSyncToDB() 1067 char putKey[KEY_MAX_LEN] = { 0 }; in LnnLedgerAllDataSyncToDB() local 1068 … if (sprintf_s(putKey, KEY_MAX_LEN, "%ld#%s", info->accountId, info->deviceInfo.deviceUdid) < 0) { in LnnLedgerAllDataSyncToDB() 1084 int32_t ret = LnnPutDBData(dbId, putKey, strlen(putKey), putValue, strlen(putValue)); in LnnLedgerAllDataSyncToDB()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributed_test_tools.h | 109 const DistributedDB::Key &putKey, const DistributedDB::Value &putValue);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 115 void PutUniqueKey(vector<Entry> &entryVec, const Key &putKey, const Value &putValue) in PutUniqueKey() argument 119 if (CompareVector(entryVec[idxEntry].key, putKey)) { in PutUniqueKey() 125 Entry entry = { putKey, putValue }; in PutUniqueKey()
|