Searched refs:requestLiveViewContent (Results 1 – 1 of 1) sorted by relevance
234 auto requestLiveViewContent = std::make_shared<NotificationLiveViewContent>(); in FillRequestByKeys() local236 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()