提交 a99c5358 编写于 作者: Z zgit2021

fix format warning.

Signed-off-by: Nzgit2021 <zhaowenqiang14@huawei.com>
上级 39688225
......@@ -21,9 +21,7 @@ config("libipc_core_private_config") {
}
ohos_shared_library("ipc_core") {
include_dirs = [
"$SUBSYSTEM_DIR/utils/include",
]
include_dirs = [ "$SUBSYSTEM_DIR/utils/include" ]
sources = [
"$IPC_CORE_ROOT/src/core/source/buffer_object.cpp",
"$IPC_CORE_ROOT/src/core/source/comm_auth_info.cpp",
......
......@@ -125,7 +125,6 @@ enum {
DBINDER_CALLBACK_READ_OBJECT_ERR,
BINDER_CALLBACK_AUTHCOMM_ERR,
BINDER_CALLBACK_STUBINDEX_ERR
};
} // namespace OHOS
#endif // OHOS_IPC_IPC_TYPES_H
......@@ -17,6 +17,7 @@
#define OHOS_IPC_DBINDER_CALLBACK_STUB_H
#include <string>
#include "ipc_object_stub.h"
namespace OHOS {
......
......@@ -16,25 +16,26 @@
#ifndef OHOS_IPC_IPC_PROCESS_SKELETON_H
#define OHOS_IPC_IPC_PROCESS_SKELETON_H
#include <map>
#include <list>
#include <map>
#include <shared_mutex>
#include "refbase.h"
#include "iremote_object.h"
#include "ipc_thread_pool.h"
#include "nocopyable.h"
#include "invoker_rawdata.h"
#include "ipc_object_proxy.h"
#include "ipc_object_stub.h"
#include "invoker_rawdata.h"
#include "ipc_thread_pool.h"
#include "iremote_object.h"
#include "nocopyable.h"
#include "refbase.h"
#include "sys_binder.h"
#ifndef CONFIG_IPC_SINGLE
#include "comm_auth_info.h"
#include "dbinder_callback_stub.h"
#include "dbinder_session_object.h"
#include "Session.h"
#include "ISessionService.h"
#include "Session.h"
#include "stub_refcount_object.h"
#include "comm_auth_info.h"
using Communication::SoftBus::ISessionService;
using Communication::SoftBus::Session;
......
......@@ -16,14 +16,15 @@
#include "dbinder_callback_stub.h"
#include <cinttypes>
#include "sys_binder.h"
#include "string_ex.h"
#include "ipc_types.h"
#include "ipc_debug.h"
#include "log_tags.h"
#include "ipc_skeleton.h"
#include "ipc_debug.h"
#include "ipc_process_skeleton.h"
#include "ipc_skeleton.h"
#include "ipc_thread_skeleton.h"
#include "ipc_types.h"
#include "string_ex.h"
#include "sys_binder.h"
namespace OHOS {
#ifndef TITLE
......
......@@ -14,21 +14,22 @@
*/
#include "message_parcel.h"
#include <unistd.h>
#include <sys/mman.h>
#include <unistd.h>
#include "ipc_debug.h"
#include "iremote_object.h"
#include "ipc_file_descriptor.h"
#include "ipc_process_skeleton.h"
#include "ashmem.h"
#ifndef CONFIG_IPC_SINGLE
#include "dbinder_callback_stub.h"
#include "dbinder_session_object.h"
#endif
#include "sys_binder.h"
#include "ashmem.h"
#include "securec.h"
#include "ipc_debug.h"
#include "ipc_file_descriptor.h"
#include "ipc_process_skeleton.h"
#include "iremote_object.h"
#include "log_tags.h"
#include "securec.h"
#include "sys_binder.h"
namespace OHOS {
#ifndef TITLE
......
......@@ -36,8 +36,8 @@ ohos_unittest("IPCNativeUnitTest") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
......@@ -61,8 +61,8 @@ ohos_unittest("IPCFileDescOpsTest") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
]
resource_config_file =
......
......@@ -35,8 +35,8 @@ ohos_shared_library("ipc_test_helper") {
deps = [ "//utils/native/base:utils" ]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
......@@ -58,8 +58,8 @@ ohos_executable("ipc_server_test") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
......@@ -81,8 +81,8 @@ ohos_executable("ipc_client_test") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
......@@ -112,8 +112,8 @@ ohos_shared_library("ipc_test_helper_extra") {
deps = [ "//utils/native/base:utils" ]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
......@@ -135,8 +135,8 @@ ohos_executable("ipc_server_test_extra") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
......
......@@ -32,8 +32,8 @@ ohos_moduletest("IPCNativeFrameworksTest") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
......
......@@ -56,8 +56,8 @@ ohos_distributedtest("DbinderTest") {
]
external_deps = [
"ipc:ipc_core",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
"samgr_standard:samgr_proxy",
]
......
......@@ -14,7 +14,9 @@
*/
#include "dbinder_test_service_skeleton.h"
#include <cinttypes>
#include "if_system_ability_manager.h"
#include "ipc_skeleton.h"
#include "ipc_object_proxy.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册