Home
last modified time | relevance | path

Searched refs:RecentInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1186 struct RecentInfo { struct
1455 std::shared_ptr<RecentInfo> recentInfo_ = nullptr;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp305 recentInfo_ = std::make_shared<RecentInfo>(); in AdvancedNotificationService()