Home
last modified time | relevance | path

Searched refs:GetMaxScreenWantAgent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
H A Dnotificationrequest_fuzzer.cpp47 request.GetMaxScreenWantAgent(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h320 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> GetMaxScreenWantAgent() const;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1212 if (notification->GetNotificationRequestPoint()->GetMaxScreenWantAgent()) { in CancelWantAgent()
1213 CancelOnceWantAgent(notification->GetNotificationRequestPoint()->GetMaxScreenWantAgent()); in CancelWantAgent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp68 auto result = notificationRequest.GetMaxScreenWantAgent(); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp212 …shared_ptr<AbilityRuntime::WantAgent::WantAgent> maxScreenAgent = request->GetMaxScreenWantAgent(); in SetNotificationRequestByWantAgent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp155 …shared_ptr<AbilityRuntime::WantAgent::WantAgent> NotificationRequest::GetMaxScreenWantAgent() const in GetMaxScreenWantAgent() function in OHOS::Notification::NotificationRequest