Searched refs:GetMaxScreenWantAgent (Results 1 – 6 of 6) sorted by relevance
47 request.GetMaxScreenWantAgent(); in DoSomethingInterestingWithMyAPI()
320 const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> GetMaxScreenWantAgent() const;
1212 if (notification->GetNotificationRequestPoint()->GetMaxScreenWantAgent()) { in CancelWantAgent()1213 CancelOnceWantAgent(notification->GetNotificationRequestPoint()->GetMaxScreenWantAgent()); in CancelWantAgent()
68 auto result = notificationRequest.GetMaxScreenWantAgent(); in HWTEST_F()
212 …shared_ptr<AbilityRuntime::WantAgent::WantAgent> maxScreenAgent = request->GetMaxScreenWantAgent(); in SetNotificationRequestByWantAgent()
155 …shared_ptr<AbilityRuntime::WantAgent::WantAgent> NotificationRequest::GetMaxScreenWantAgent() const in GetMaxScreenWantAgent() function in OHOS::Notification::NotificationRequest