Lines Matching defs:in
4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
34 sptr<ResourceRequest> ResourceRequest::Unmarshalling(Parcel& in)
37 if (info != nullptr && !info->ReadFromParcel(in)) {
44 bool ResourceRequest::ReadFromParcel(Parcel& in)
46 READ_PARCEL_WITH_RET(in, Uint32, allowType_, false);
47 READ_PARCEL_WITH_RET(in, Int32, uid_, false);
48 READ_PARCEL_WITH_RET(in, String, name_, false);
49 READ_PARCEL_WITH_RET(in, Int32, duration_, false);
50 READ_PARCEL_WITH_RET(in, String, reason_, false);
51 READ_PARCEL_WITH_RET(in, Uint32, reasonCode_, false);