Home
last modified time | relevance | path

Searched refs:mapsize (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp386 uint32_t mapsize; in Unmarshalling() local
387 if (!parcel.ReadUint32(mapsize) || mapsize >= MAX_SIZE) { in Unmarshalling()
388 WS_HILOGE("Failed to read the mapsize or mapsize is too big."); in Unmarshalling()
391 if (!UnmarshallCondition(parcel, read, mapsize)) { in Unmarshalling()
410 bool WorkInfo::UnmarshallCondition(Parcel &parcel, sptr<WorkInfo> &read, uint32_t mapsize) in UnmarshallCondition() argument
413 for (uint32_t i = 0; i < mapsize; i++) { in UnmarshallCondition()
/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h344 static bool UnmarshallCondition(Parcel &parcel, sptr<WorkInfo> &read, uint32_t mapsize);

Completed in 3 milliseconds