Searched refs:wantAgentInfo_ (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_store_test.cpp | 459 if (reminder->wantAgentInfo_ == nullptr) { in HWTEST_F() 462 reminder->wantAgentInfo_->pkgName = "pkgName"; in HWTEST_F() 463 reminder->wantAgentInfo_->abilityName = "abilityName"; in HWTEST_F() 464 reminder->wantAgentInfo_->uri = "uri"; in HWTEST_F() 480 EXPECT_EQ(reminder->wantAgentInfo_->pkgName, each->wantAgentInfo_->pkgName); in HWTEST_F() 481 EXPECT_EQ(reminder->wantAgentInfo_->abilityName, each->wantAgentInfo_->abilityName); in HWTEST_F() 482 EXPECT_EQ(reminder->wantAgentInfo_->uri, each->wantAgentInfo_ in HWTEST_F() [all...] |
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 137 this->wantAgentInfo_ = other.wantAgentInfo_; in ReminderRequest() 735 wantAgentInfo_ = wantAgentInfo; in SetWantAgentInfo() 962 return wantAgentInfo_; in GetWantAgentInfo() 1024 AppExecFwk::ElementName wantAgent("", wantAgentInfo_->pkgName, wantAgentInfo_->abilityName); in UpdateNotificationRequest() 1105 WRITE_STRING_RETURN_FALSE_LOG(parcel, wantAgentInfo_->abilityName, "wantAgentInfo's abilityName"); in Marshalling() 1106 WRITE_STRING_RETURN_FALSE_LOG(parcel, wantAgentInfo_->pkgName, "wantAgentInfo's pkgName"); in Marshalling() 1107 WRITE_STRING_RETURN_FALSE_LOG(parcel, wantAgentInfo_->uri, "wantAgentInfo's uri"); in Marshalling() 1108 if (!MarshallingWantParameters(parcel, wantAgentInfo_ in Marshalling() [all...] |
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 1140 std::shared_ptr<WantAgentInfo> wantAgentInfo_ = nullptr; member in OHOS::Notification::ReminderRequest
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/ |
H A D | reminder_request_branch_test.cpp | 218 reminderRequest->wantAgentInfo_ = std::make_shared<ReminderRequest::WantAgentInfo>(); in HWTEST_F()
|
Completed in 8 milliseconds