Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
Dnotificationrequest_fuzzer.cpp46 request.SetMaxScreenWantAgent(wantAgent); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h286 …void SetMaxScreenWantAgent(const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent);
Dreminder_request.h988 void SetMaxScreenWantAgent(AppExecFwk::ElementName &element);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp1068 SetMaxScreenWantAgent(maxScreenWantAgent); in UpdateNotificationRequest()
1547 void ReminderRequest::SetMaxScreenWantAgent(AppExecFwk::ElementName &element) in SetMaxScreenWantAgent() function in OHOS::Notification::ReminderRequest
1550 notificationRequest_->SetMaxScreenWantAgent(wantAgent); in SetMaxScreenWantAgent()
Dnotification_request.cpp137 void NotificationRequest::SetMaxScreenWantAgent(const std::shared_ptr<AbilityRuntime::WantAgent::Wa… in SetMaxScreenWantAgent() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp67 notificationRequest.SetMaxScreenWantAgent(wantAgent); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_request.cpp1188 request.SetMaxScreenWantAgent(maxScreenWantAgent); in GetNotificationMaxScreenWantAgent()