Searched refs:NativeRemoteProxyTest (Results 1 – 4 of 4) sorted by relevance
68 NativeRemoteProxyTest::NativeRemoteProxyTest(const sptr<ITestService> &testService) in NativeRemoteProxyTest() function in OHOS::NativeRemoteProxyTest86 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 …]
162 auto remoteProxy = std::make_shared<NativeRemoteProxyTest>(testService_); in TestNativeIPCSendRequests()
59 class NativeRemoteProxyTest : public NativeRemoteBase {61 explicit NativeRemoteProxyTest(const sptr<ITestService> &testService);62 ~NativeRemoteProxyTest() override;
245 auto remoteProxyTest = std::make_shared<NativeRemoteProxyTest>(testService);