Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp327 syncAgents_.ComputeIfPresent(tokenId, [&notifier, 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, &notifiers](auto, SyncAgents &syncAgents) { in GetCallbacks() argument
372 … std::for_each(syncAgents.begin(), syncAgents.end(), [&storeName, &notifiers](const auto &item) { in GetCallbacks()