Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/frameworks/accesstoken/src/
H A Dpermission_state_change_scope_parcel.cpp42 uint32_t tokenIdListSize = 0; in Unmarshalling() local
43 RELEASE_IF_FALSE(in.ReadUint32(tokenIdListSize), permStateChangeScopeParcel); in Unmarshalling()
44 RELEASE_IF_FALSE(tokenIdListSize <= TOKENIDS_LIST_SIZE_MAX, permStateChangeScopeParcel); in Unmarshalling()
45 for (uint32_t i = 0; i < tokenIdListSize; i++) { in Unmarshalling()