Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_flow_control.cpp36 size_t listSize = kvStoreTimestampList_.size(); in KvManagerFlowControl()
60kvStoreTimestampList_.remove_if([&](const std::chrono::system_clock::time_point &value) -> bool { in KvStoreFlowControl()
64 size_t listSize = kvStoreTimestampList_.size(); in KvStoreFlowControl()
70 for (auto value : kvStoreTimestampList_) { in KvStoreFlowControl()
81 kvStoreTimestampList_.push_front(now); in KvStoreFlowControl()
92 kvStoreTimestampList_.clear(); in KvStoreFlowControlClear()
/base/notification/distributed_notification_service/services/distributed/include/
Ddistributed_flow_control.h75 std::list<std::chrono::system_clock::time_point> kvStoreTimestampList_; variable