Searched refs:grantStat (Results 1 – 1 of 1) sorted by relevance
33 for (auto grantStat : this->permStatFull.grantStatus) { in Marshalling()34 RETURN_IF_FALSE(out.WriteInt32(grantStat)); in Marshalling()67 int grantStat; in Unmarshalling() local68 RELEASE_IF_FALSE(in.ReadInt32(grantStat), permissionStateParcel); in Unmarshalling()69 permissionStateParcel->permStatFull.grantStatus.emplace_back(grantStat); in Unmarshalling()