Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service_skeleton.cpp146 MessageParcel dataStubParcel, replyStubParcel; in TransStubObject() local
152 error = proxy->SendRequest(REVERSEINT, dataStubParcel, replyStubParcel, option); in TransStubObject()
158 stubRep = replyStubParcel.ReadInt32(); in TransStubObject()