Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/frameworks/accesstoken/src/
H A Dhap_policy_parcel.cpp54 uint32_t aclRequestedListSize = aclRequestedList.size(); in Marshalling() local
55 RETURN_IF_FALSE(out.WriteUint32(aclRequestedListSize)); in Marshalling()
57 for (uint32_t i = 0; i < aclRequestedListSize; i++) { in Marshalling()
103 uint32_t aclRequestedListSize; in Unmarshalling() local
104 RELEASE_IF_FALSE(in.ReadUint32(aclRequestedListSize), hapPolicyParcel); in Unmarshalling()
105 RELEASE_IF_FALSE((aclRequestedListSize <= MAX_PERMLIST_SIZE), hapPolicyParcel); in Unmarshalling()
106 for (uint32_t i = 0; i < aclRequestedListSize; i++) { in Unmarshalling()