Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_live_view_content.h152 void SetIsOnlyLocalUpdate(const bool &isOnlyLocalUpdate);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_live_view_content_test.cpp102 rrc->SetIsOnlyLocalUpdate(isOnlyLocalUpdate);
236 rrc->SetIsOnlyLocalUpdate(isOnlyLocalUpdate);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_live_view_content.cpp66 void NotificationLiveViewContent::SetIsOnlyLocalUpdate(const bool &isOnlyLocalUpdate) in SetIsOnlyLocalUpdate() function in OHOS::Notification::NotificationLiveViewContent
H A Dnotification_request.cpp2508 newLiveViewContent->SetIsOnlyLocalUpdate(oldIsOnlyLocalUpdate); in FillMissingParameters()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_liveview.cpp496 liveViewContent->SetIsOnlyLocalUpdate(isLocalUpdateOnly); in GetNotificationLiveViewContentDetailed()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp950 liveViewContent->SetIsOnlyLocalUpdate(isLocalUpdateOnly); in GetNotificationLiveViewContentDetailed()