Searched refs:rruleWantAgentInfo_ (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request_calendar.cpp | 59 rruleWantAgentInfo_ = other.rruleWantAgentInfo_; in ReminderRequestCalendar() 69 rruleWantAgentInfo_ = wantAgentInfo; in SetRRuleWantAgentInfo() 125 return rruleWantAgentInfo_; in GetRRuleWantAgentInfo() 330 if (rruleWantAgentInfo_ == nullptr) { in IsPullUpService() 679 bool rruleFlag = rruleWantAgentInfo_ == nullptr ? 0 : 1; in Marshalling() 681 if (rruleWantAgentInfo_ != nullptr) { in Marshalling() 682 WRITE_STRING_RETURN_FALSE_LOG(parcel, rruleWantAgentInfo_->pkgName, "rruleWantAgentInfo's pkgName"); in Marshalling() 683 WRITE_STRING_RETURN_FALSE_LOG(parcel, rruleWantAgentInfo_->abilityName, "rruleWantAgentInfo's abilityName"); in Marshalling() 684 WRITE_STRING_RETURN_FALSE_LOG(parcel, rruleWantAgentInfo_ in Marshalling() [all...] |
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_calendar_test.cpp | 1175 calendar->rruleWantAgentInfo_ = std::make_shared<ReminderRequest::WantAgentInfo>(); in HWTEST_F() 1176 calendar->rruleWantAgentInfo_->pkgName = "com.example.myapplication"; in HWTEST_F() 1177 calendar->rruleWantAgentInfo_->abilityName = "MainAbility"; in HWTEST_F() 1178 calendar->rruleWantAgentInfo_->uri = "test"; in HWTEST_F() 1198 EXPECT_EQ(calendar->rruleWantAgentInfo_, nullptr); in HWTEST_F() 1202 EXPECT_EQ(calendar->rruleWantAgentInfo_, nullptr); in HWTEST_F() 1207 EXPECT_EQ(calendar->rruleWantAgentInfo_, nullptr); in HWTEST_F() 1211 EXPECT_EQ(calendar->rruleWantAgentInfo_, nullptr); in HWTEST_F() 1216 EXPECT_EQ(calendar->rruleWantAgentInfo_, nullptr); in HWTEST_F() 1220 EXPECT_EQ(calendar->rruleWantAgentInfo_, nullpt in HWTEST_F() [all...] |
H A D | reminder_store_test.cpp | 608 calendar->rruleWantAgentInfo_ = std::make_shared<ReminderRequest::WantAgentInfo>(); in HWTEST_F() 609 calendar->rruleWantAgentInfo_->pkgName = "pkgName"; in HWTEST_F() 610 calendar->rruleWantAgentInfo_->abilityName = "abilityName"; in HWTEST_F() 611 calendar->rruleWantAgentInfo_->uri = "uri"; in HWTEST_F()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request_calendar.h | 384 std::shared_ptr<WantAgentInfo> rruleWantAgentInfo_ = nullptr; member in OHOS::Notification::ReminderRequestCalendar
|
Completed in 5 milliseconds