Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_flow_control_service_test.cpp65 for (int i = 0; i < MAX_CREATE_NUM_PERSECOND_PERAPP; i++) {
73 int gap = MAX_CREATE_NUM_PERSECOND - MAX_CREATE_NUM_PERSECOND_PERAPP;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h32 constexpr uint32_t MAX_CREATE_NUM_PERSECOND_PERAPP = 10; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_flow_control_service.h34 uint32_t maxCreateNumPerSecondPerApp = MAX_CREATE_NUM_PERSECOND_PERAPP;