Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp234 auto requestLiveViewContent = std::make_shared<NotificationLiveViewContent>(); in FillRequestByKeys() local
236 requestLiveViewContent->SetLiveViewStatus(liveViewContent->GetLiveViewStatus()); in FillRequestByKeys()
237 requestLiveViewContent->SetVersion(liveViewContent->GetVersion()); in FillRequestByKeys()
238 requestLiveViewContent->SetLockScreenPicture(liveViewContent->GetLockScreenPicture()); in FillRequestByKeys()
251 requestLiveViewContent->SetExtraInfo(requestExtraInfo); in FillRequestByKeys()
253 auto requestContent = std::make_shared<NotificationContent>(requestLiveViewContent); in FillRequestByKeys()