Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service_skeleton.cpp51 error = Remote()->SendRequest(REVERSEINT, dataParcel, replyParcel, option); in ReverseInt()
152 error = proxy->SendRequest(REVERSEINT, dataStubParcel, replyStubParcel, option); in TransStubObject()
357 error = Remote()->SendRequest(REVERSEINT, dataParcel, replyParcel, option); in ReverseIntNullReply()
369 error = Remote()->SendRequest(REVERSEINT, dataParcel, replyParcel, option); in ReverseIntVoidData()
432 error = Remote()->SendRequest(REVERSEINT, dataParcel, replyParcel, option); in PingService()
573 int ret = proxy->SendRequest(REVERSEINT, dataParcel, replyParcel, option); in OnReceivedObject()
682 int error = proxy->SendRequest(REVERSEINT, dataParcel, replyParcel, option); in OnReceivedStubObject()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service_skeleton.h33 REVERSEINT = 0, enumerator
105 { REVERSEINT, &DBinderTestServiceStub::OnReverseInt },