Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dwant_sender_info.cpp31 int32_t wantsInfoSize = parcel.ReadInt32(); in ReadFromParcel() local
32 if (wantsInfoSize > READ_PARCEL_MAX_WANT_INFO_SIZE) { in ReadFromParcel()
33 TAG_LOGE(AAFwkTag::WANTAGENT, "ReadFromParcel wantsInfoSize Control"); in ReadFromParcel()
36 for (int32_t i = 0; i < wantsInfoSize; i++) { in ReadFromParcel()
69 size_t wantsInfoSize = allWants.size(); in Marshalling() local
70 if (!parcel.WriteInt32(wantsInfoSize)) { in Marshalling()
73 for (size_t i = 0; i < wantsInfoSize; i++) { in Marshalling()

Completed in 1 milliseconds