Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_flow_control_service.cpp192 if (flowControlUpdateTimestampList_.size() >= threshold_.maxUpdateNumPerSecond) { in UpdateGlobalFlowCtrl()
205 if (systemFlowControlUpdateTimestampList_.size() >= threshold_.maxUpdateNumPerSecond) { in UpdateGlobalFlowCtrl()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_flow_control_service.h33 uint32_t maxUpdateNumPerSecond = MAX_UPDATE_NUM_PERSECOND; member
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_config_parse.cpp171 threshold.maxUpdateNumPerSecond = affects[CFG_KEY_MAX_UPDATE_NUM_PERSECOND]; in GetFlowCtrlConfigFromCCM()