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/
Dreminder_request.h761 void SetMaxScreenWantAgent(AppExecFwk::ElementName &element);
Dnotification_request.h269 …void SetMaxScreenWantAgent(const std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> &wantAgent);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp61 notificationRequest.SetMaxScreenWantAgent(wantAgent); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp952 SetMaxScreenWantAgent(maxScreenWantAgent); in UpdateNotificationRequest()
1513 void ReminderRequest::SetMaxScreenWantAgent(AppExecFwk::ElementName &element) in SetMaxScreenWantAgent() function in OHOS::Notification::ReminderRequest
1516 notificationRequest_->SetMaxScreenWantAgent(wantAgent); in SetMaxScreenWantAgent()
Dnotification_request.cpp132 void NotificationRequest::SetMaxScreenWantAgent(const std::shared_ptr<AbilityRuntime::WantAgent::Wa… in SetMaxScreenWantAgent() function in OHOS::Notification::NotificationRequest
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp2040 request.SetMaxScreenWantAgent(maxScreenWantAgent); in GetNotificationMaxScreenWantAgent()