Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/
Dnotificationrequestannex_fuzzer.cpp36 return request.IsAgentNotification(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
Dnotificationrequest_fuzzer.cpp68 return request.IsAgentNotification(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_notification.cpp114 if (notification->GetNotificationRequest().IsAgentNotification()) { in SetNotification()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_local_live_view_subscriber_manager.cpp263 if (notification->GetNotificationRequest().IsAgentNotification()) { in NotifyTriggerResponseInner()
Dadvanced_notification_service.cpp108 if (request->IsAgentNotification()) { in PrepareNotificationRequest()
337 if (request->IsAgentNotification()) { in PrepareNotificationInfo()
525 if (!request->IsAgentNotification()) { in PublishPreparedNotification()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h380 bool IsAgentNotification() const;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp100 auto result = notificationRequest.IsAgentNotification(); in HWTEST_F()
104 result = notificationRequest.IsAgentNotification(); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp212 bool NotificationRequest::IsAgentNotification() const in IsAgentNotification() function in OHOS::Notification::NotificationRequest
2156 if (IsAgentNotification()) { in GetBaseKey()