Home
last modified time | relevance | path

Searched refs:GetSyncDevicesStr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.h183 std::string GetSyncDevicesStr(const std::vector<std::string> &devices) const;
H A Dgeneric_syncer.cpp212 param.wait, label_.c_str(), GetSyncDevicesStr(param.devices).c_str()); in PrepareSync()
317 …LOGI("[GenericSyncer] trigger query syncmode=%u,dev=%s", param.mode, GetSyncDevicesStr(param.devic… in QueryAutoSync()
795 std::string GenericSyncer::GetSyncDevicesStr(const std::vector<std::string> &devices) const in GetSyncDevicesStr() function in DistributedDB::GenericSyncer