Searched refs:GetWantAgentInfo (Results 1 - 7 of 7) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/ |
H A D | reminderrequestannex_fuzzer.cpp | 60 reminderRequest.GetWantAgentInfo();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_test.cpp | 857 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 D | advanced_notification_reminder_service.cpp | 75 if (reminder->GetWantAgentInfo() == nullptr || reminder->GetMaxScreenWantAgentInfo() == nullptr) { in PublishReminder() 79 std::string wantAgentName = reminder->GetWantAgentInfo()->pkgName; in PublishReminder()
|
H A D | reminder_data_manager.cpp | 1922 auto wantInfo = reminder->GetWantAgentInfo(); in ClickReminder()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | publish.cpp | 690 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 D | reminder_request.h | 477 std::shared_ptr<WantAgentInfo> GetWantAgentInfo() const;
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 960 std::shared_ptr<ReminderRequest::WantAgentInfo> ReminderRequest::GetWantAgentInfo() const in GetWantAgentInfo() function in OHOS::Notification::ReminderRequest
|
Completed in 14 milliseconds