Searched refs:IPC_SET_CMS (Results 1 - 5 of 5) sorted by relevance
/kernel/liteos_a/testsuites/unittest/extended/liteipc/smoke/ |
H A D | liteipc_test_001.cpp | 97 ret = ioctl(fd, IPC_SET_CMS, 200); // 200: use 200 for set cms cmd testing in LiteIpcTest() 123 ret = ioctl(fd, IPC_SET_CMS, 0); in TestCase() 125 ret = ioctl(fd, IPC_SET_CMS, 200); in TestCase() 128 ret = ioctl(fd, IPC_SET_CMS, 200); in TestCase()
|
/kernel/liteos_a/testsuites/unittest/extended/liteipc/ |
H A D | liteipc.h | 68 #define IPC_SET_CMS _IO(IPC_IOC_MAGIC, 1) macro
|
H A D | smgr_demo.cpp | 56 return ioctl(fd, IPC_SET_CMS, 200); in SetCms()
|
/kernel/liteos_a/kernel/extended/liteipc/ |
H A D | hm_liteipc.h | 123 #define IPC_SET_CMS _IO(IPC_IOC_MAGIC, 1) macro
|
H A D | hm_liteipc.c | 1355 case IPC_SET_CMS: in LiteIpcIoctl()
|
Completed in 4 milliseconds