Home
last modified time | relevance | path

Searched refs:LIVE_VIEW_INCREMENTAL_UPDATE (Results 1 - 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_live_view_content.h33 LIVE_VIEW_INCREMENTAL_UPDATE, member in OHOS::Notification::NotificationLiveViewContent::LiveViewStatus
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp182 case LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE: in LiveViewStatusJSToC()
183 outType = NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE; in LiveViewStatusJSToC()
439 case NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE: in LiveViewStatusCToJS()
440 outType = LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE; in LiveViewStatusCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp614 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
633 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
656 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
710 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
739 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
768 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
796 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
882 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
916 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
H A Dans_log_test.cpp217 inType = NotificationNapi::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE; in HWTEST_F()
219 EXPECT_EQ(outType, NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
408 inType = NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE; in HWTEST_F()
410 EXPECT_EQ(outType, NotificationNapi::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
H A Dnotification_live_view_content_test.cpp169 rrc->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
187 EXPECT_EQ(ptr->GetLiveViewStatus(), NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h120 LIVE_VIEW_INCREMENTAL_UPDATE, member in OHOS::NotificationNapi::SourceType::NotificationControlFlagStatus::LiveViewStatus
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp336 SetNamedPropertyByInteger(env, obj, (int32_t)LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE, in LiveViewStatusInit()
337 "LIVE_VIEW_INCREMENTAL_UPDATE"); in LiveViewStatusInit()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp137 case NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE: in UpdateNotificationTimerInfo()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp1166 InitNotificationRecord(record, Status::LIVE_VIEW_INCREMENTAL_UPDATE); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp3091 auto status = NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_INCREMENTAL_UPDATE; in HWTEST_F()

Completed in 15 milliseconds