From 89aa91bdd5459bfa6660e101e3896ba8ee87a7b7 Mon Sep 17 00:00:00 2001 From: wuyunxun Date: Thu, 31 Jul 2025 16:01:00 +0800 Subject: [PATCH 01/15] =?UTF-8?q?=E8=A1=A5=E5=85=85UT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuyunxun Change-Id: I272cfd36a044b3fc85807d1736c1aad4ba1440d0 --- test/resource/ipc/ohos_test.xml | 12 + .../ipc/native/src/core/source/BUILD.gn | 13 + .../src/core/source/ipc_trace_unittest.cpp | 138 +++++++++ .../core/source/ipc_workthread_unittest.cpp | 271 ++++++++++++++++++ 4 files changed, 434 insertions(+) create mode 100644 test/unittest/ipc/native/src/core/source/ipc_trace_unittest.cpp create mode 100644 test/unittest/ipc/native/src/core/source/ipc_workthread_unittest.cpp diff --git a/test/resource/ipc/ohos_test.xml b/test/resource/ipc/ohos_test.xml index a6a3f2e1..02376fd4 100644 --- a/test/resource/ipc/ohos_test.xml +++ b/test/resource/ipc/ohos_test.xml @@ -107,6 +107,18 @@