Home
last modified time | relevance | path

Searched refs:LIVE_VIEW_CREATE (Results 1 - 14 of 14) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_live_view_content.h32 LIVE_VIEW_CREATE, member in OHOS::Notification::NotificationLiveViewContent::LiveViewStatus
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp179 case LiveViewStatus::LIVE_VIEW_CREATE: in LiveViewStatusJSToC()
180 outType = NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE; in LiveViewStatusJSToC()
436 case NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE: in LiveViewStatusCToJS()
437 outType = LiveViewStatus::LIVE_VIEW_CREATE; in LiveViewStatusCToJS()
/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h119 LIVE_VIEW_CREATE, member in OHOS::NotificationNapi::SourceType::NotificationControlFlagStatus::LiveViewStatus
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp214 NotificationNapi::LiveViewStatus inType = NotificationNapi::LiveViewStatus::LIVE_VIEW_CREATE; in HWTEST_F()
216 EXPECT_EQ(outType, NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
405 NotificationLiveViewContent::LiveViewStatus inType = NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE; in HWTEST_F()
407 EXPECT_EQ(outType, NotificationNapi::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
H A Dnotification_live_view_content_test.cpp45 rrc->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
46 EXPECT_EQ(rrc->GetLiveViewStatus(), NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
H A Dnotification_request_test.cpp596 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
683 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
840 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp240 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
H A Dadvanced_notification_utils_test.cpp236 liveContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp2880 liveViewContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
2899 liveViewContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
2993 auto status = NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE; in HWTEST_F()
3552 liveViewContent->SetLiveViewStatus(NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE); in HWTEST_F()
H A Dadvanced_notification_service_branch_test.cpp1147 InitNotificationRecord(record, Status::LIVE_VIEW_CREATE); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp335 SetNamedPropertyByInteger(env, obj, (int32_t)LiveViewStatus::LIVE_VIEW_CREATE, "LIVE_VIEW_CREATE"); in LiveViewStatusInit()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp129 case NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE: in UpdateNotificationTimerInfo()
H A Dadvanced_notification_service.cpp2063 if (status != NotificationLiveViewContent::LiveViewStatus::LIVE_VIEW_CREATE) { in IsNeedPushCheck()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2494 if (status != StatusType::LIVE_VIEW_CREATE) { in CheckNotificationRequest()
2508 if (status == StatusType::LIVE_VIEW_CREATE) { in CheckNotificationRequest()

Completed in 28 milliseconds