Home
last modified time | relevance | path

Searched refs:MAX_PROFILE_SIZE (Results 1 - 5 of 5) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dipc_utils.cpp27 if (trustDeviceProfiles.empty() || trustDeviceProfiles.size() > MAX_PROFILE_SIZE) { in Marshalling()
44 if (aclProfiles.empty() || aclProfiles.size() > MAX_PROFILE_SIZE) { in Marshalling()
61 if (serviceProfiles.empty() || serviceProfiles.size() > MAX_PROFILE_SIZE) { in Marshalling()
78 if (charProfiles.empty() || charProfiles.size() > MAX_PROFILE_SIZE) { in Marshalling()
140 if (size == 0 || size > MAX_PROFILE_SIZE) { in UnMarshalling()
158 if (size == 0 || size > MAX_PROFILE_SIZE) { in UnMarshalling()
176 if (size == 0 || size > MAX_PROFILE_SIZE) { in UnMarshalling()
194 if (size == 0 || size > MAX_PROFILE_SIZE) { in UnMarshalling()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp224 if (serviceProfiles.empty() || serviceProfiles.size() > MAX_PROFILE_SIZE) { in PutServiceProfileBatch()
249 if (characteristicProfiles.empty() || characteristicProfiles.size() > MAX_PROFILE_SIZE) { in PutCharacteristicProfileBatch()
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H A Dkv_adapter.cpp137 if (values.empty() || values.size() > MAX_PROFILE_SIZE) { in PutBatch()
368 if (keys.empty() || keys.size() > MAX_PROFILE_SIZE) { in DeleteBatch()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dkv_adapter_test.cpp187 for (int32_t i = 0; i< MAX_PROFILE_SIZE + 5; i++) { in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h121 constexpr int32_t MAX_PROFILE_SIZE = 10000; member

Completed in 5 milliseconds