Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_flow_control.cpp32kvDataManagerTimestampList_.remove_if([&](const std::chrono::system_clock::time_point &value) -> b… in KvManagerFlowControl()
42 for (auto value : kvDataManagerTimestampList_) { in KvManagerFlowControl()
53 kvDataManagerTimestampList_.push_front(now); in KvManagerFlowControl()
87 kvDataManagerTimestampList_.clear(); in KvManagerFlowControlClear()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_flow_control.h74 std::list<std::chrono::system_clock::time_point> kvDataManagerTimestampList_; variable