Home
last modified time | relevance | path

Searched refs:GetMaxScreenWantAgentInfo (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
Dreminderrequestannex_fuzzer.cpp42 reminderRequest.GetMaxScreenWantAgentInfo(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h199 std::shared_ptr<MaxScreenAgentInfo> GetMaxScreenWantAgentInfo() const;
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp556 …napi_create_string_utf8(env, (reminder.GetMaxScreenWantAgentInfo()->pkgName).c_str(), NAPI_AUTO_LE… in ParseMaxScreenWantAgent()
558 …napi_create_string_utf8(env, (reminder.GetMaxScreenWantAgentInfo()->abilityName).c_str(), NAPI_AUT… in ParseMaxScreenWantAgent()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp767 EXPECT_EQ(rrc->GetMaxScreenWantAgentInfo(), maxScreenWantAgentInfo);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp711 std::shared_ptr<ReminderRequest::MaxScreenAgentInfo> ReminderRequest::GetMaxScreenWantAgentInfo() c… in GetMaxScreenWantAgentInfo() function in OHOS::Notification::ReminderRequest
1590 auto maxScreenWantAgentInfo = reminder->GetMaxScreenWantAgentInfo(); in AppendValuesBucket()