Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_config_parse.h46 void GetFlowCtrlConfigFromCCM(FlowControlThreshold &threshold);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_config_parse.cpp148 void NotificationConfigParse::GetFlowCtrlConfigFromCCM(FlowControlThreshold &threshold) in GetFlowCtrlConfigFromCCM() function in OHOS::Notification::NotificationConfigParse
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_flow_control_service.cpp30 DelayedSingleton<NotificationConfigParse>::GetInstance()->GetFlowCtrlConfigFromCCM(threshold_); in FlowControlService()