Searched refs:renderPids (Results 1 – 10 of 10) sorted by relevance
25 && parcel.WriteInt32(extensionType) && parcel.WriteInt32Vector(renderPids) in Marshalling()43 parcel.ReadInt32Vector(&appStateData->renderPids); in Unmarshalling()
48 std::vector<int32_t> renderPids; member
27 … && parcel.WriteInt32(static_cast<int32_t>(extensionType)) && parcel.WriteInt32Vector(renderPids) in Marshalling()41 parcel.ReadInt32Vector(&renderPids); in ReadFromParcel()
64 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32Vector, parcel, renderPids); in Marshalling()80 parcel.ReadInt32Vector(&renderPids); in ReadFromParcel()
60 std::vector<int32_t> renderPids; member
66 std::vector<int32_t> renderPids; member
965 appStateData.renderPids.emplace_back(renderRecord->GetPid()); in WrapAppStateData()
2994 processData.renderPids.emplace_back(renderRecord->GetPid()); in WrapAppProcessData()