Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_flow_control_service.h35 uint32_t maxUpdateNumPerSecondPerApp = MAX_UPDATE_NUM_PERSECOND_PERAPP; member
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_config_parse.cpp179 threshold.maxUpdateNumPerSecondPerApp = affects[CFG_KEY_MAX_UPDATE_NUM_PERSECOND_PERAPP]; in GetFlowCtrlConfigFromCCM()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_flow_control_service.cpp227 if (singleAppFlowControlIter->second->size() >= threshold_.maxUpdateNumPerSecondPerApp) { in UpdateSingleAppFlowCtrl()