Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service_skeleton.h47 TRANS_OBJECT_OVER_DEVICE_OVER_PROCESS = 14, enumerator
111 … { TRANS_OBJECT_OVER_DEVICE_OVER_PROCESS, &DBinderTestServiceStub::OnReceivedObjectTransAgain },
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service_skeleton.cpp115 …error = Remote()->SendRequest(TRANS_OBJECT_OVER_DEVICE_OVER_PROCESS, dataParcel, replyParcel, opti… in TransProxyObjectAgain()