Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/frameworks/accesstoken/src/
H A Dpermission_state_full_parcel.cpp54 uint32_t resIdSize = 0; in Unmarshalling() local
55 RELEASE_IF_FALSE(in.ReadUint32(resIdSize), permissionStateParcel); in Unmarshalling()
56 RELEASE_IF_FALSE(resIdSize <= MAX_DEVICE_ID_SIZE, permissionStateParcel); in Unmarshalling()
57 for (uint32_t i = 0; i < resIdSize; i++) { in Unmarshalling()