Searched refs:GetMaxScreenWantAgentInfo (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/ |
H A D | reminderrequestannex_fuzzer.cpp | 42 reminderRequest.GetMaxScreenWantAgentInfo();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_reminder_service.cpp | 75 if (reminder->GetWantAgentInfo() == nullptr || reminder->GetMaxScreenWantAgentInfo() == nullptr) { in PublishReminder() 80 std::string msWantAgentName = reminder->GetMaxScreenWantAgentInfo()->pkgName; in PublishReminder()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_test.cpp | 829 EXPECT_EQ(rrc->GetMaxScreenWantAgentInfo(), maxScreenWantAgentInfo); in HWTEST_F() 1900 EXPECT_EQ(rrc->GetMaxScreenWantAgentInfo()->abilityName, "MainAbility"); in HWTEST_F() 1926 EXPECT_EQ(rrc->GetMaxScreenWantAgentInfo()->abilityName, "MainAbility"); in HWTEST_F() 1930 EXPECT_EQ(rrc->GetMaxScreenWantAgentInfo()->abilityName, "MainAbility"); in HWTEST_F() 1934 EXPECT_EQ(rrc->GetMaxScreenWantAgentInfo()->abilityName, "MainAbility"); in HWTEST_F() 1938 EXPECT_EQ(rrc->GetMaxScreenWantAgentInfo()->abilityName, "MainAbility"); in HWTEST_F()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 342 std::shared_ptr<MaxScreenAgentInfo> GetMaxScreenWantAgentInfo() const;
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | publish.cpp | 710 napi_create_string_utf8(env, (reminder.GetMaxScreenWantAgentInfo()->pkgName).c_str(), NAPI_AUTO_LENGTH, &info); in ParseMaxScreenWantAgent() 712 napi_create_string_utf8(env, (reminder.GetMaxScreenWantAgentInfo()->abilityName).c_str(), NAPI_AUTO_LENGTH, &info); in ParseMaxScreenWantAgent()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 778 std::shared_ptr<ReminderRequest::MaxScreenAgentInfo> ReminderRequest::GetMaxScreenWantAgentInfo() const in GetMaxScreenWantAgentInfo() function in OHOS::Notification::ReminderRequest
|
Completed in 12 milliseconds