Home
last modified time | relevance | path

Searched refs:maxCreateNumPerSecond (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.cpp80 if (flowControlPublishTimestampList_.size() >= threshold_.maxCreateNumPerSecond) { in PublishGlobalFlowCtrl()
93 if (systemFlowControlPublishTimestampList_.size() >= threshold_.maxCreateNumPerSecond) { in PublishGlobalFlowCtrl()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_flow_control_service.h32 uint32_t maxCreateNumPerSecond = MAX_CREATE_NUM_PERSECOND; member
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_config_parse.cpp167 threshold.maxCreateNumPerSecond = affects[CFG_KEY_MAX_CREATE_NUM_PERSECOND]; in GetFlowCtrlConfigFromCCM()