Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h131 constexpr int32_t MAX_SUBSCRIBE_INFO_SIZE = 500; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp122 if (subscribeInfos_.empty() || subscribeInfos_.size() > MAX_SUBSCRIBE_INFO_SIZE) { in SendSubscribeInfosToService()