Home
last modified time | relevance | path

Searched defs:maxScreenWantAgentInfo (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
Dreminderrequest_fuzzer.cpp78 std::shared_ptr< Notification::ReminderRequest::MaxScreenAgentInfo> maxScreenWantAgentInfo = in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp653 auto maxScreenWantAgentInfo = std::make_shared<ReminderRequest::MaxScreenAgentInfo>(); in RecoverWantAgent() local
667 const std::shared_ptr<MaxScreenAgentInfo> &maxScreenWantAgentInfo) in SetMaxScreenWantAgentInfo()
1769 auto maxScreenWantAgentInfo = reminder->GetMaxScreenWantAgentInfo(); in AppendValuesBucket() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp158 auto maxScreenWantAgentInfo = std::make_shared<ReminderRequest::MaxScreenAgentInfo>(); in GenMaxScreenWantAgent() local
Dpublish.cpp566 napi_value maxScreenWantAgentInfo = nullptr; in ParseMaxScreenWantAgent() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp831 std::shared_ptr<ReminderRequest::MaxScreenAgentInfo> maxScreenWantAgentInfo = variable