Home
last modified time | relevance | path

Searched refs:MAX_DEVICE_SIZE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_sync_options.cpp64 if (size > MAX_DEVICE_SIZE) { in UnMarshalling()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_callback_stub.cpp255 constexpr int MAX_DEVICE_SIZE = 512; in RemoteOnP2pPeersChanged() local
258 if (size > MAX_DEVICE_SIZE) { in RemoteOnP2pPeersChanged()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp70 for (int i = 1; i < MAX_DEVICE_SIZE + 1; ++i) {
100 for (int i = 1; i < MAX_DEVICE_SIZE + 1; ++i) {
147 for (int i = 1; i < MAX_DEVICE_SIZE + 1; ++i) {
H A Dkv_adapter_test.cpp354 for (int32_t i = 0; i < MAX_DEVICE_SIZE + 5; i++) {
H A Dprofile_utils_test.cpp171 for (int32_t i = 0; i < MAX_DEVICE_SIZE + 5; i++) {
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h122 constexpr int32_t MAX_DEVICE_SIZE = 1000; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H A Dkv_adapter.cpp320 if (deviceList.empty() || deviceList.size() > MAX_DEVICE_SIZE) { in Sync()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp108 if (deviceProfileMap_.size() > MAX_DEVICE_SIZE) { in AddDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp111 if (deviceList.size() == 0 || deviceList.size() > MAX_DEVICE_SIZE) { in FilterAndGroupOnlineDevices()