Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp53 for (auto &eachSource : combineWorkPool_) { in Finalize() local
54 for (auto &eachFrame : eachSource.second) { in Finalize()
106 for (auto &eachSource : combineWorkPool_) { in PeriodicalSurveillance() local
108 for (auto &eachFrame : eachSource.second) { in PeriodicalSurveillance()
111 … " has no progress, this combine work will be aborted.", ULL(eachSource.first), eachFrame.first); in PeriodicalSurveillance()
121 eachSource.second.erase(entry); in PeriodicalSurveillance()