Searched refs:GetIsOnlyLocalUpdate (Results 1 – 7 of 7) sorted by relevance
154 bool GetIsOnlyLocalUpdate() const;
71 bool NotificationLiveViewContent::GetIsOnlyLocalUpdate() const in GetIsOnlyLocalUpdate() function in OHOS::Notification::NotificationLiveViewContent97 ", isOnlyLocalUpdate_ = " + (GetIsOnlyLocalUpdate()?"true":"false") + pictureStr + "}"; in Dump()
2506 auto oldIsOnlyLocalUpdate = oldLiveViewContent->GetIsOnlyLocalUpdate(); in FillMissingParameters()2507 if (oldIsOnlyLocalUpdate!= newLiveViewContent->GetIsOnlyLocalUpdate()) { in FillMissingParameters()
103 EXPECT_EQ(rrc->GetIsOnlyLocalUpdate(), isOnlyLocalUpdate);254 EXPECT_EQ(ptr->GetIsOnlyLocalUpdate(), true);
109 if (liveViewContent != nullptr && liveViewContent->GetIsOnlyLocalUpdate() && in CheckLocalLiveViewSubscribed()
250 if (content->GetIsOnlyLocalUpdate()) { in SetNotificationRequestToDb()
695 liveViewContent->GetIsOnlyLocalUpdate()) { in GetCommonTargetRecordList()