Home
last modified time | relevance | path

Searched refs:MAX_STATUS_VECTOR_NUM (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h45 constexpr int32_t MAX_STATUS_VECTOR_NUM = 1000; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_disturb.cpp102 if (profiles.size() > MAX_STATUS_VECTOR_NUM) { in AddDoNotDisturbProfiles()
136 if (profiles.size() > MAX_STATUS_VECTOR_NUM) { in RemoveDoNotDisturbProfiles()
H A Dans_manager_stub.cpp2392 if (vectorSize > MAX_STATUS_VECTOR_NUM) { in HandleGetAllNotificationEnableStatus()
2457 if (profiles.size() > MAX_STATUS_VECTOR_NUM) { in HandleAddDoNotDisturbProfiles()
2508 if (profiles.size() > MAX_STATUS_VECTOR_NUM) { in HandleRemoveDoNotDisturbProfiles()
H A Dans_manager_proxy.cpp2056 if (vectorSize > MAX_STATUS_VECTOR_NUM) { in GetAllNotificationEnabledBundles()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp780 if (vectorSize > MAX_STATUS_VECTOR_NUM) { in GetAllNotificationEnabledBundles()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp45 const int16_t MAX_STATUS_VECTOR_NUM = 1000; variable
3767 if (vectorSize > MAX_STATUS_VECTOR_NUM) { in HandleGetAllPreinstalledApplicationInfos()