未验证 提交 734fb63d 编写于 作者: O openharmony_ci 提交者: Gitee

!673 fix ipc code clean problem

Merge pull request !673 from wanghaoxu/master
......@@ -192,7 +192,7 @@ private:
static IPCProcessSkeleton *instance_;
static std::mutex procMutex_;
std::shared_mutex rawDataMutex_;
std::map<uint32_t, std::shared_ptr<InvokerRawData>> rawData_;
IPCWorkThreadPool *threadPool_ = nullptr;
......
......@@ -15,7 +15,6 @@
#include "ipc_process_skeleton.h"
#include <functional>
#include <securec.h>
#include <unistd.h>
#include <random>
......@@ -24,7 +23,6 @@
#include "ipc_debug.h"
#include "ipc_types.h"
#include "ipc_object_proxy.h"
#include "ipc_thread_skeleton.h"
#include "process_skeleton.h"
#include "sys_binder.h"
......
......@@ -18,7 +18,6 @@
#define private public
#define protected public
#include "binder_invoker.h"
#include "dbinder_callback_stub.h"
#include "ipc_types.h"
#include "ipc_thread_skeleton.h"
......
/*
* Copyright (C) 2022 Huawei Device Co., Ltd.
* Copyright (C) 2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册