Searched refs:detailParcel (Results 1 – 2 of 2) sorted by relevance
36 UsedRecordDetailParcel detailParcel; in Marshalling() local37 detailParcel.detail = accRecord; in Marshalling()38 out.WriteParcelable(&detailParcel); in Marshalling()43 UsedRecordDetailParcel detailParcel; in Marshalling() local44 detailParcel.detail = rejRecord; in Marshalling()45 out.WriteParcelable(&detailParcel); in Marshalling()69 sptr<UsedRecordDetailParcel> detailParcel = in.ReadParcelable<UsedRecordDetailParcel>(); in Unmarshalling() local70 RELEASE_IF_FALSE(detailParcel != nullptr, permissionRecordParcel); in Unmarshalling()71 permissionRecordParcel->permissionRecord.accessRecords.emplace_back(detailParcel->detail); in Unmarshalling()82 sptr<UsedRecordDetailParcel> detailParcel = in.ReadParcelable<UsedRecordDetailParcel>(); in Unmarshalling() local[all …]
397 UsedRecordDetailParcel detailParcel; in DataMarshalling() local398 detailParcel.detail = detailIns; in DataMarshalling()399 EXPECT_EQ(true, out.WriteParcelable(&detailParcel)); in DataMarshalling()404 UsedRecordDetailParcel detailParcel; in DataMarshalling() local405 detailParcel.detail = detailIns; in DataMarshalling()406 EXPECT_EQ(true, out.WriteParcelable(&detailParcel)); in DataMarshalling()