Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2486 auto newLiveViewContent = std::static_pointer_cast<NotificationLiveViewContent>(content); in FillMissingParameters() local
2487 if (newLiveViewContent->GetLiveViewStatus() == in FillMissingParameters()
2491 auto newExtraInfo = newLiveViewContent->GetExtraInfo(); in FillMissingParameters()
2496 newLiveViewContent->SetExtraInfo(oldExtraInfo); in FillMissingParameters()
2507 if (oldIsOnlyLocalUpdate!= newLiveViewContent->GetIsOnlyLocalUpdate()) { in FillMissingParameters()
2508 newLiveViewContent->SetIsOnlyLocalUpdate(oldIsOnlyLocalUpdate); in FillMissingParameters()
2511 auto newPicture = newLiveViewContent->GetPicture(); in FillMissingParameters()
2522 newLiveViewContent->SetPicture(newPicture); in FillMissingParameters()