Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds