Home
last modified time | relevance | path

Searched refs:MAX_CHAR_SIZE (Results 1 - 4 of 4) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp149 if (charProfileMap_.size() > MAX_CHAR_SIZE) { in AddCharProfile()
170 if (staticCharProfileMap_.size() > MAX_CHAR_SIZE) { in AddStaticCharProfile()
182 if (charProfiles.size() > MAX_CHAR_SIZE) { in AddStaticCharProfileBatch()
549 if (charProfiles.size() > MAX_CHAR_SIZE) { in SetSwitchByProfileBatch()
H A Dprofile_control_utils.cpp168 if (charProfiles.size() > MAX_CHAR_SIZE) { in PutSwitchCharacteristicProfileBatch()
208 if (charProfiles.size() > MAX_CHAR_SIZE) { in PutCharacteristicProfileBatch()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h124 constexpr int32_t MAX_CHAR_SIZE = 1000; member
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp349 if (charProfiles.size() > MAX_CHAR_SIZE) { in PutCharacteristicProfileBatch()

Completed in 6 milliseconds