Home
last modified time | relevance | path

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

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