Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_constants.h69 const int SUBSCRIBER_MAX_SIZE = 100; member
/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event.h237 const size_t SUBSCRIBER_MAX_SIZE = 200; member in OHOS::EventFwk::CommonEvent
/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event.cpp392 if (eventListeners_.size() == SUBSCRIBER_MAX_SIZE) { in CreateCommonEventListener()
/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; member
2510 for (size_t i = 0; i < SUBSCRIBER_MAX_SIZE; i++) { in HWTEST_F()
2515 for (size_t i = 0; i < SUBSCRIBER_MAX_SIZE; i++) { in HWTEST_F()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp751 if (eventListeners_.size() == Constants::SUBSCRIBER_MAX_SIZE) { in CreateOsAccountEventListener()
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2089 for (int i = 0; i < Constants::SUBSCRIBER_MAX_SIZE; i++) { in HWTEST_F()
2099 for (int i = 0; i < Constants::SUBSCRIBER_MAX_SIZE; i++) { in HWTEST_F()

Completed in 23 milliseconds