Home
last modified time | relevance | path

Searched refs:MAX_LIVE_VIEW_ICON_NUM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h38 constexpr uint32_t MAX_LIVE_VIEW_ICON_NUM = 6; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp1092 …pictureMap.insert(std::make_pair(string("test"), PictureMap::mapped_type(MAX_LIVE_VIEW_ICON_NUM + … in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2613 if (pixelMapRecord.second.size() > MAX_LIVE_VIEW_ICON_NUM) { in CheckImageSizeForLiveView()