Searched refs:GetWantAgentInfo (Results 1 – 6 of 6) sorted by relevance
60 reminderRequest.GetWantAgentInfo(); in DoSomethingInterestingWithMyAPI()
308 std::shared_ptr<WantAgentInfo> GetWantAgentInfo() const;
557 …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()
904 std::shared_ptr<ReminderRequest::WantAgentInfo> ReminderRequest::GetWantAgentInfo() const in GetWantAgentInfo() function in OHOS::Notification::ReminderRequest1761 auto wantAgentInfo = reminder->GetWantAgentInfo(); in AppendValuesBucket()
863 EXPECT_EQ(rrc->GetWantAgentInfo(), wantAgentInfo);
2019 … if (reminder->GetWantAgentInfo() == nullptr || reminder->GetMaxScreenWantAgentInfo() == nullptr) { in PublishReminder()2023 std::string wantAgentName = reminder->GetWantAgentInfo()->pkgName; in PublishReminder()