Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/frameworks/accesstoken/src/
H A Dpermission_state_full_parcel.cpp33 for (auto grantStat : this->permStatFull.grantStatus) { in Marshalling()
34 RETURN_IF_FALSE(out.WriteInt32(grantStat)); in Marshalling()
67 int grantStat; in Unmarshalling() local
68 RELEASE_IF_FALSE(in.ReadInt32(grantStat), permissionStateParcel); in Unmarshalling()
69 permissionStateParcel->permStatFull.grantStatus.emplace_back(grantStat); in Unmarshalling()