Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp68 NativeRemoteProxyTest::NativeRemoteProxyTest(const sptr<ITestService> &testService) in NativeRemoteProxyTest() function in OHOS::NativeRemoteProxyTest
86 NativeRemoteProxyTest::~NativeRemoteProxyTest() in ~NativeRemoteProxyTest()
96 int NativeRemoteProxyTest::SyncAdd() in SyncAdd()
141 int NativeRemoteProxyTest::ASyncAdd() in ASyncAdd()
206 int NativeRemoteProxyTest::WaitForAsyncReply(int timeout) in WaitForAsyncReply()
286 int NativeRemoteProxyTest::SendAndEchoBase() in SendAndEchoBase()
326 int NativeRemoteProxyTest::SendAndEchoString() in SendAndEchoString()
373 int NativeRemoteProxyTest::SendAndEchoBuffer() in SendAndEchoBuffer()
423 int NativeRemoteProxyTest::SendAndEchoFileDescriptor() in SendAndEchoFileDescriptor()
465 int NativeRemoteProxyTest::SendErrorCode() in SendErrorCode()
[all …]
H A Dtest_service_client.cpp162 auto remoteProxy = std::make_shared<NativeRemoteProxyTest>(testService_); in TestNativeIPCSendRequests()
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_capi_skeleton.h59 class NativeRemoteProxyTest : public NativeRemoteBase {
61 explicit NativeRemoteProxyTest(const sptr<ITestService> &testService);
62 ~NativeRemoteProxyTest() override;
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_remote_object_unittest.cpp245 auto remoteProxyTest = std::make_shared<NativeRemoteProxyTest>(testService);