Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_live_view_content.h154 bool GetIsOnlyLocalUpdate() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_live_view_content.cpp71 bool NotificationLiveViewContent::GetIsOnlyLocalUpdate() const in GetIsOnlyLocalUpdate() function in OHOS::Notification::NotificationLiveViewContent
97 ", isOnlyLocalUpdate_ = " + (GetIsOnlyLocalUpdate()?"true":"false") + pictureStr + "}"; in Dump()
H A Dnotification_request.cpp2506 auto oldIsOnlyLocalUpdate = oldLiveViewContent->GetIsOnlyLocalUpdate(); in FillMissingParameters()
2507 if (oldIsOnlyLocalUpdate!= newLiveViewContent->GetIsOnlyLocalUpdate()) { in FillMissingParameters()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_live_view_content_test.cpp103 EXPECT_EQ(rrc->GetIsOnlyLocalUpdate(), isOnlyLocalUpdate);
254 EXPECT_EQ(ptr->GetIsOnlyLocalUpdate(), true);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/advanced_notification_publish/
H A Dlive_publish_process.cpp109 if (liveViewContent != nullptr && liveViewContent->GetIsOnlyLocalUpdate() && in CheckLocalLiveViewSubscribed()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp250 if (content->GetIsOnlyLocalUpdate()) { in SetNotificationRequestToDb()
H A Dadvanced_notification_utils.cpp695 liveViewContent->GetIsOnlyLocalUpdate()) { in GetCommonTargetRecordList()