Home
last modified time | relevance | path

Searched defs:putKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c1008 char putKey[KEY_MAX_LEN] = { 0 }; in LnnLedgerDataChangeSyncToDB() local
1067 char putKey[KEY_MAX_LEN] = { 0 }; in LnnLedgerAllDataSyncToDB() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp115 void PutUniqueKey(vector<Entry> &entryVec, const Key &putKey, const Value &putValue) in PutUniqueKey()