Home
last modified time | relevance | path

Searched refs:MAX_PARCELABLE_VECTOR_NUM (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_local_live_view_stub.cpp88 infoSize = (infoSize < MAX_PARCELABLE_VECTOR_NUM) ? infoSize : MAX_PARCELABLE_VECTOR_NUM; in ReadParcelableVector()
H A Dans_subscriber_stub.cpp240 infoSize = (infoSize < MAX_PARCELABLE_VECTOR_NUM) ? infoSize : MAX_PARCELABLE_VECTOR_NUM; in ReadParcelableVector()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_do_not_disturb_profile.cpp74 if (size > MAX_PARCELABLE_VECTOR_NUM) { in Marshalling()
106 if (size > MAX_PARCELABLE_VECTOR_NUM) { in ReadFromParcel()
H A Dnotification_live_view_content.cpp271 if (len > MAX_PARCELABLE_VECTOR_NUM) { in ReadFromParcel()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h44 constexpr int32_t MAX_PARCELABLE_VECTOR_NUM = 10000; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_proxy.h1012 infoSize = (infoSize < MAX_PARCELABLE_VECTOR_NUM) ? infoSize : MAX_PARCELABLE_VECTOR_NUM; in ReadParcelableVector()
H A Dans_manager_stub.h1117 infoSize = (infoSize < MAX_PARCELABLE_VECTOR_NUM) ? infoSize : MAX_PARCELABLE_VECTOR_NUM; in ReadParcelableVector()
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_resources/
H A Db_constants.h69 constexpr int MAX_PARCELABLE_VECTOR_NUM = 10000; variable
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_stub.cpp688 …infoSize = (infoSize < BConstants::MAX_PARCELABLE_VECTOR_NUM) ? infoSize : BConstants::MAX_PARCELA… in ReadParcelableVector()