Home
last modified time | relevance | path

Searched refs:SUBSCRIBE_EVENT_MAX_NUM (Results 1 – 2 of 2) sorted by relevance

/base/notification/common_event_service/services/src/
Dcommon_event_subscriber_manager.cpp26 static constexpr int32_t SUBSCRIBE_EVENT_MAX_NUM = 512; variable
56 if (events.size() == 0 || events.size() > SUBSCRIBE_EVENT_MAX_NUM) { in InsertSubscriber()
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dcommon_event.cpp47 static const int32_t SUBSCRIBE_EVENT_MAX_NUM = 512; variable
2780 if (length == 0 || length > SUBSCRIBE_EVENT_MAX_NUM) { in GetEventsByCreateSubscriber()