Home
last modified time | relevance | path

Searched refs:MAX_VERSION (Results 1 - 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_live_view_content.h30 static const uint32_t MAX_VERSION; member in OHOS::Notification::NotificationLiveViewContent
168 uint32_t version_ {MAX_VERSION};
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_live_view_content_test.cpp60 rrc->SetVersion(NotificationLiveViewContent::MAX_VERSION); in HWTEST_F()
61 EXPECT_EQ(rrc->GetVersion(), NotificationLiveViewContent::MAX_VERSION); in HWTEST_F()
170 rrc->SetVersion(NotificationLiveViewContent::MAX_VERSION); in HWTEST_F()
188 EXPECT_EQ(ptr->GetVersion(), NotificationLiveViewContent::MAX_VERSION); in HWTEST_F()
232 uint32_t version = NotificationLiveViewContent::MAX_VERSION - 1; in HWTEST_F()
H A Dnotification_request_test.cpp711 liveContent->SetVersion(NotificationLiveViewContent::MAX_VERSION); in HWTEST_F()
806 oldLiveContent->SetVersion(NotificationLiveViewContent::MAX_VERSION); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_live_view_content.cpp25 const uint32_t NotificationLiveViewContent::MAX_VERSION {0xffffffff};
H A Dnotification_request.cpp2460 if (oldLiveView->GetVersion() == NotificationLiveViewContent::MAX_VERSION) { in CheckVersion()
2463 if (liveView->GetVersion() == NotificationLiveViewContent::MAX_VERSION) { in CheckVersion()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_liveview.cpp478 int32_t version = NotificationLiveViewContent::MAX_VERSION; in GetNotificationLiveViewContentDetailed()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp932 int32_t version = NotificationLiveViewContent::MAX_VERSION; in GetNotificationLiveViewContentDetailed()

Completed in 12 milliseconds