Home
last modified time | relevance | path

Searched refs:MAX_SERVICE_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.h123 constexpr int32_t MAX_SERVICE_SIZE = 1000; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp128 if (serviceProfileMap_.size() > MAX_SERVICE_SIZE) { in AddServiceProfile()