Searched refs:syncAgents (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 327 syncAgents_.ComputeIfPresent(tokenId, [¬ifier, pid](auto, SyncAgents &syncAgents) { in OnAsyncComplete() argument 328 auto it = syncAgents.find(pid); in OnAsyncComplete() 329 if (it != syncAgents.end()) { in OnAsyncComplete() 357 syncAgents_.ComputeIfPresent(tokenId, [&watchers](auto, SyncAgents &syncAgents) { in GetWatchers() argument 358 std::for_each(syncAgents.begin(), syncAgents.end(), [&watchers](const auto &item) { in GetWatchers() 371 syncAgents_.ComputeIfPresent(tokenId, [&storeName, ¬ifiers](auto, SyncAgents &syncAgents) { in GetCallbacks() argument 372 … std::for_each(syncAgents.begin(), syncAgents.end(), [&storeName, ¬ifiers](const auto &item) { in GetCallbacks()
|