Home
last modified time | relevance | path

Searched refs:IsAgentNotification (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/
H A Dnotificationrequestannex_fuzzer.cpp36 return request.IsAgentNotification(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
H A Dnotificationrequest_fuzzer.cpp68 return request.IsAgentNotification(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp100 auto result = notificationRequest.IsAgentNotification(); in HWTEST_F()
104 result = notificationRequest.IsAgentNotification(); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h407 bool IsAgentNotification() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp225 bool NotificationRequest::IsAgentNotification() const in IsAgentNotification() function in OHOS::Notification::NotificationRequest
2531 if (IsAgentNotification()) { in GetBaseKey()
2700 if (IsAgentNotification()) { in GenerateUniqueKey()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp121 if (request->IsAgentNotification()) { in PrepareNotificationRequest()
438 if (request->IsAgentNotification()) { in PrepareNotificationInfo()
691 if (!request->IsAgentNotification()) { in PublishPreparedNotification()
H A Dadvanced_notification_publish_service.cpp2360 if (request->IsAgentNotification()) { in PublishNotificationBySa()
2389 if (request->IsAgentNotification()) { in PublishNotificationBySa()
2721 if (!record->request->IsAgentNotification()) { in PublishRemoveDuplicateEvent()