Home
last modified time | relevance | path

Searched refs:recentInfo_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp290 advancedNotificationService_->recentInfo_->list.emplace_front(recentNotification);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp305 recentInfo_ = std::make_shared<RecentInfo>(); in AdvancedNotificationService()
1487 recentInfo_->recentCount = count; in SetRecentNotificationCount()
1488 while (recentInfo_->list.size() > recentInfo_->recentCount) { in SetRecentNotificationCount()
1489 recentInfo_->list.pop_back(); in SetRecentNotificationCount()
H A Dadvanced_notification_utils.cpp388 for (auto recentNotification : recentInfo_->list) { in RecentNotificationDump()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1455 std::shared_ptr<RecentInfo> recentInfo_ = nullptr; variable