Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2506 auto oldIsOnlyLocalUpdate = oldLiveViewContent->GetIsOnlyLocalUpdate(); in FillMissingParameters() local
2507 if (oldIsOnlyLocalUpdate!= newLiveViewContent->GetIsOnlyLocalUpdate()) { in FillMissingParameters()
2508 newLiveViewContent->SetIsOnlyLocalUpdate(oldIsOnlyLocalUpdate); in FillMissingParameters()