Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Ddevice_manager.cpp140 std::vector<std::string> copyDevices; in SendLocalDataChanged() local
141 GetOnlineDevices(copyDevices); in SendLocalDataChanged()
142 if (copyDevices.empty()) { in SendLocalDataChanged()
145 for (const auto &deviceId : copyDevices) { in SendLocalDataChanged()