Home
last modified time | relevance | path

Searched refs:dataStubParcel (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
147 if (!dataStubParcel.WriteInt32(rep)) { in TransStubObject()
152 error = proxy->SendRequest(REVERSEINT, dataStubParcel, replyStubParcel, option); in TransStubObject()