Home
last modified time | relevance | path

Searched refs:MAX_MAP_SIZE (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp28 constexpr int MAX_MAP_SIZE = 1000; member
42 FALSE_RETURN_V_MSG_E(intMap_.size() < MAX_MAP_SIZE, false, in WriteToParcel()
50 FALSE_RETURN_V_MSG_E(stringMap_.size() < MAX_MAP_SIZE, false, in WriteToParcel()
58 FALSE_RETURN_V_MSG_E(uint64Map_.size() < MAX_MAP_SIZE, false, in WriteToParcel()
66 FALSE_RETURN_V_MSG_E(floatMap_.size() < MAX_MAP_SIZE, false, in WriteToParcel()
83 FALSE_RETURN_MSG(intMapSize < MAX_MAP_SIZE, in ReadFromParcel()
92 FALSE_RETURN_MSG(stringMapSize < MAX_MAP_SIZE, in ReadFromParcel()
101 FALSE_RETURN_MSG(uint64MapSize < MAX_MAP_SIZE, in ReadFromParcel()
110 FALSE_RETURN_MSG(floatMapSize < MAX_MAP_SIZE, in ReadFromParcel()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_common.cpp23 constexpr uint32_t MAX_MAP_SIZE = 1024; member
168 if (size > MAX_MAP_SIZE) { in ReadFromParcel()
169 LOGE("switch data is oversize, the limit is %{public}d", MAX_MAP_SIZE); in ReadFromParcel()
196 if (size > MAX_MAP_SIZE) { in ReadFromParcel()
197 LOGE("appActions data is oversize, the limit is %{public}d", MAX_MAP_SIZE); in ReadFromParcel()
/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_object_map.h24 constexpr uint32_t MAX_MAP_SIZE = 100; variable
25 template <typename T, int maxSize = MAX_MAP_SIZE>
/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodec_ability_singleton.cpp85 if ((*iter).profileLevelsMap.size() > MAX_MAP_SIZE) { in RegisterCapabilityArray()
86 while ((*iter).profileLevelsMap.size() > MAX_MAP_SIZE) { in RegisterCapabilityArray()
98 while ((*iter).measuredFrameRate.size() > MAX_MAP_SIZE) { in RegisterCapabilityArray()
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dcodeclist_parcel.cpp151 CHECK_AND_RETURN_RET_LOG(size <= MAX_MAP_SIZE, false, "mapSizeToRange is invalid"); in Unmarshalling()
167 CHECK_AND_RETURN_RET_LOG(size <= MAX_MAP_SIZE, false, "mapIntToVec is invalid"); in Unmarshalling()
181 CHECK_AND_RETURN_RET_LOG(size <= MAX_MAP_SIZE, false, "mapIntToFormat is invalid"); in Unmarshalling()
/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Dlnn_kv_adapter_test.cpp33 constexpr int32_t MAX_MAP_SIZE = 10000; member
176 for (int32_t i = 0; i< MAX_MAP_SIZE + 5; i++) { in HWTEST_F()
/foundation/multimedia/media_foundation/services/media_monitor/client/src/
H A Dmedia_monitor_client.cpp30 constexpr int MAX_MAP_SIZE = 1000; member
63 if (mapSize > MAX_MAP_SIZE) { in GetAudioRouteMsg()
/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_adapter.cpp36 constexpr int32_t MAX_MAP_SIZE = 10000; member
181 if (values.empty() || values.size() > MAX_MAP_SIZE) { in PutBatch()
/foundation/multimedia/player_framework/services/utils/
H A Dmedia_dfx.cpp34 constexpr int64_t MAX_MAP_SIZE = 100; member
93 g_reachMaxMapSize = (reportMediaInfoMap_[ct].size() >= MAX_MAP_SIZE); in CollectReportMediaInfo()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h489 constexpr uint32_t MAX_MAP_SIZE = 20; member
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.cpp37 constexpr uint32_t MAX_MAP_SIZE = 100; member
869 if (mapSize >= MAX_MAP_SIZE) { in SetMediaSource()

Completed in 8 milliseconds