Home
last modified time | relevance | path

Searched refs:GetWantAgentInfo (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
Dreminderrequestannex_fuzzer.cpp60 reminderRequest.GetWantAgentInfo(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h308 std::shared_ptr<WantAgentInfo> GetWantAgentInfo() const;
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp557 …napi_create_string_utf8(env, (reminder.GetWantAgentInfo()->pkgName).c_str(), NAPI_AUTO_LENGTH, &in… in ParseWantAgent()
559 …napi_create_string_utf8(env, (reminder.GetWantAgentInfo()->abilityName).c_str(), NAPI_AUTO_LENGTH,… in ParseWantAgent()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp904 std::shared_ptr<ReminderRequest::WantAgentInfo> ReminderRequest::GetWantAgentInfo() const in GetWantAgentInfo() function in OHOS::Notification::ReminderRequest
1761 auto wantAgentInfo = reminder->GetWantAgentInfo(); in AppendValuesBucket()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp863 EXPECT_EQ(rrc->GetWantAgentInfo(), wantAgentInfo);
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp2019 … if (reminder->GetWantAgentInfo() == nullptr || reminder->GetMaxScreenWantAgentInfo() == nullptr) { in PublishReminder()
2023 std::string wantAgentName = reminder->GetWantAgentInfo()->pkgName; in PublishReminder()