Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Dohos_account_constants.h27 constexpr std::size_t DISTRIBUTED_SUBSCRIBER_MAX_SIZE = 100; variable
/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Dohos_account_kits_impl.cpp312 if (eventListeners_.size() == Constants::DISTRIBUTED_SUBSCRIBER_MAX_SIZE) { in CreateDistributedAccountEventService()