Home
last modified time | relevance | path

Searched refs:TestRemoteObject (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/moduletest/include/
H A Drpc_test.h41 virtual int32_t TestRemoteObject(MessageParcel &data, MessageParcel &reply) = 0;
55 int32_t TestRemoteObject(MessageParcel &data, MessageParcel &reply) override;
65 int32_t TestRemoteObject(MessageParcel &data, MessageParcel &reply) override;
/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_test.cpp42 result = TestRemoteObject(data, reply); in OnRemoteRequest()
73 int32_t RpcFooStub::TestRemoteObject(MessageParcel &data, MessageParcel &reply) in TestRemoteObject() function in OHOS::RpcFooStub
117 int32_t RpcFooProxy::TestRemoteObject(MessageParcel &data, MessageParcel &reply) in TestRemoteObject() function in OHOS::RpcFooProxy
H A Drpc_client_test.cpp129 int32_t err = g_rpcTestProxy->TestRemoteObject(dataParcel, replyParcel); in HWTEST_F()

Completed in 6 milliseconds