Home
last modified time | relevance | path

Searched refs:GetWantAgentInfo (Results 1 - 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
H A Dreminderrequestannex_fuzzer.cpp60 reminderRequest.GetWantAgentInfo(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp857 EXPECT_EQ(rrc->GetWantAgentInfo(), wantAgentInfo); in HWTEST_F()
1860 EXPECT_EQ(rrc->GetWantAgentInfo()->abilityName, ""); in HWTEST_F()
1864 EXPECT_EQ(rrc->GetWantAgentInfo()->abilityName, ""); in HWTEST_F()
1868 EXPECT_EQ(rrc->GetWantAgentInfo()->abilityName, ""); in HWTEST_F()
1872 EXPECT_EQ(rrc->GetWantAgentInfo()->abilityName, ""); in HWTEST_F()
1876 EXPECT_EQ(rrc->GetWantAgentInfo()->abilityName, ""); in HWTEST_F()
1880 EXPECT_EQ(rrc->GetWantAgentInfo()->abilityName, ""); in HWTEST_F()
1884 EXPECT_EQ(rrc->GetWantAgentInfo()->abilityName, ""); in HWTEST_F()
1888 EXPECT_EQ(rrc->GetWantAgentInfo()->abilityName, ""); in HWTEST_F()
1892 EXPECT_EQ(rrc->GetWantAgentInfo() in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp75 if (reminder->GetWantAgentInfo() == nullptr || reminder->GetMaxScreenWantAgentInfo() == nullptr) { in PublishReminder()
79 std::string wantAgentName = reminder->GetWantAgentInfo()->pkgName; in PublishReminder()
H A Dreminder_data_manager.cpp1922 auto wantInfo = reminder->GetWantAgentInfo(); in ClickReminder()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp690 napi_create_string_utf8(env, (reminder.GetWantAgentInfo()->pkgName).c_str(), NAPI_AUTO_LENGTH, &info); in ParseWantAgent()
692 napi_create_string_utf8(env, (reminder.GetWantAgentInfo()->abilityName).c_str(), NAPI_AUTO_LENGTH, &info); in ParseWantAgent()
695 napi_create_string_utf8(env, (reminder.GetWantAgentInfo()->uri).c_str(), NAPI_AUTO_LENGTH, &info); in ParseWantAgent()
698 napi_value params = AppExecFwk::WrapWantParams(env, reminder.GetWantAgentInfo()->parameters); in ParseWantAgent()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h477 std::shared_ptr<WantAgentInfo> GetWantAgentInfo() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp960 std::shared_ptr<ReminderRequest::WantAgentInfo> ReminderRequest::GetWantAgentInfo() const in GetWantAgentInfo() function in OHOS::Notification::ReminderRequest

Completed in 14 milliseconds