Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp82 int32_t intMapSize = parcel.ReadInt32(); in ReadFromParcel() local
83 FALSE_RETURN_MSG(intMapSize < MAX_MAP_SIZE, in ReadFromParcel()
85 for (int32_t index = 0; index < intMapSize; index++) { in ReadFromParcel()