openharmony_ci be073a064c !48 perfect readme
Merge pull request !48 from xwh/master
2022-10-13 01:31:14 +00:00
2022-06-23 13:46:26 +08:00
2022-06-23 13:46:26 +08:00
2022-03-25 19:03:56 +08:00
2022-04-20 14:13:42 +08:00
2022-03-25 19:03:56 +08:00
2022-10-10 06:50:50 +00:00
2022-03-25 19:03:56 +08:00

LiteIPC

Introduction

LiteIPC is a lite module for inter-process communication (IPC). It provides IPC capabilities for the system service framework and is implemented in both the kernel space and user space. In the kernel space, LiteIPC provides functionalities such as inter-process message sending and receiving, IPC memory management, timeout notification, and death notification. In the user space, LiteIPC provides marshalling and unmarshalling capabilities and distributes IPC callback messages and death messages.

Directory Structure

/foundation/communication/ipc_lite
├── frameworks         # Framework code
│   └── liteipc
│       ├── include   # Header files
│       ├── src       # Source code
├── interfaces         # APIs
│   └── kits          # IPC, marshalling, and unmarshalling APIs

Usage

LiteIPC provides the IPC, marshalling, and unmarshalling capabilities. The IPC capability is encapsulated by the samgr_lite module. You can use the service-related APIs provided by samgr_lite and the marshalling and unmarshalling APIs provided by LiteIPC to invoke services across processes. For details about how to develop, register, obtain, and invoke services, see the samgr_lite repository.

Repositories Involved

Intelligent Soft Bus subsystem

communication_ipc_lite

communication_softbus_lite

communication_wifi_aware

S
Description
Inter-process communication | 轻量级进程间通信IPC轻量级进程间通信已合并到communication_ipc| communication_ipc_lite代码仓已退休
Readme 237 KiB
Languages
C 100%