Searched refs:IPC_SET_CMS (Results 1 – 3 of 3) sorted by relevance
83 #define IPC_SET_CMS _IO(IPC_IOC_MAGIC, 1) macro
59 …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…
542 int32_t ret = ioctl(g_connector->fd, IPC_SET_CMS, MAX_SA_SIZE); in IpcSetRegistryObject()