Home
last modified time | relevance | path

Searched refs:isNotificationExists (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_flow_control_service.cpp34 const int32_t callingUid, bool isNotificationExists) in FlowControl() argument
41 if (!isNotificationExists) { in FlowControl()
H A Dadvanced_notification_utils.cpp971 bool isNotificationExists = IsNotificationExists(record->notification->GetKey()); in OnDistributedPublish() local
972 … result = FlowControlService::GetInstance()->FlowControl(record, callingUid, isNotificationExists); in OnDistributedPublish()
1050 bool isNotificationExists = IsNotificationExists(record->notification->GetKey()); in OnDistributedUpdate() local
1051 … result = FlowControlService::GetInstance()->FlowControl(record, callingUid, isNotificationExists); in OnDistributedUpdate()
H A Dadvanced_notification_publish_service.cpp236 bool isNotificationExists = IsNotificationExists(record->notification->GetKey()); in PublishNotificationForIndirectProxy() local
237 … result = FlowControlService::GetInstance()->FlowControl(record, ipcUid, isNotificationExists); in PublishNotificationForIndirectProxy()
2435 bool isNotificationExists = IsNotificationExists(record->notification->GetKey()); in PublishNotificationBySa() local
2436 … result = FlowControlService::GetInstance()->FlowControl(record, ipcUid, isNotificationExists); in PublishNotificationBySa()
H A Dadvanced_notification_service.cpp673 bool isNotificationExists = IsNotificationExists(record->notification->GetKey()); in PublishPreparedNotification() local
674 result = FlowControlService::GetInstance()->FlowControl(record, uid, isNotificationExists); in PublishPreparedNotification()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_flow_control_service.h42 const int32_t callingUid, bool isNotificationExists);