Searched refs:isNotificationExists (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_flow_control_service.cpp | 34 const int32_t callingUid, bool isNotificationExists) in FlowControl() argument 41 if (!isNotificationExists) { in FlowControl()
|
H A D | advanced_notification_utils.cpp | 971 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 D | advanced_notification_publish_service.cpp | 236 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 D | advanced_notification_service.cpp | 673 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 D | advanced_notification_flow_control_service.h | 42 const int32_t callingUid, bool isNotificationExists);
|