Home
last modified time | relevance | path

Searched refs:IPC_SET_CMS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h83 #define IPC_SET_CMS _IO(IPC_IOC_MAGIC, 1) macro
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md59 …or an invalid recipient. All tasks have access rights to the CMS (see IPC_SET_CMS), and to their …
84 The first task to use the `IPC_SET_CMS` request sets itself as the system's CMS. OpenHarmony assig…
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c542 int32_t ret = ioctl(g_connector->fd, IPC_SET_CMS, MAX_SA_SIZE); in IpcSetRegistryObject()