Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_constants.h69 const int SUBSCRIBER_MAX_SIZE = 100; variable
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event.h237 const size_t SUBSCRIBER_MAX_SIZE = 200; variable
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event.cpp392 if (eventListeners_.size() == SUBSCRIBER_MAX_SIZE) { in CreateCommonEventListener()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
H A Dcommon_event_services_system_test.cpp49 const size_t SUBSCRIBER_MAX_SIZE = 200; variable
2510 for (size_t i = 0; i < SUBSCRIBER_MAX_SIZE; i++) {
2515 for (size_t i = 0; i < SUBSCRIBER_MAX_SIZE; i++) {
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp756 if (eventListeners_.size() == Constants::SUBSCRIBER_MAX_SIZE) { in CreateOsAccountEventListener()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2192 for (int i = 0; i < Constants::SUBSCRIBER_MAX_SIZE; i++) {
2202 for (int i = 0; i < Constants::SUBSCRIBER_MAX_SIZE; i++) {