Home
last modified time | relevance | path

Searched refs:CmsCmdContent (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_a/testsuites/unittest/extended/liteipc/
H A Dliteipc.h69 #define IPC_CMS_CMD _IOWR(IPC_IOC_MAGIC, 2, CmsCmdContent)
77 } CmsCmdContent; typedef
H A Dsmgr_demo.cpp99 static uint32_t SendCmsCmd(int fd, CmsCmdContent *content) in SendCmsCmd()
188 CmsCmdContent content; in HandleServiceRegAndGet()
/kernel/liteos_a/kernel/extended/liteipc/
H A Dhm_liteipc.h124 #define IPC_CMS_CMD _IOWR(IPC_IOC_MAGIC, 2, CmsCmdContent)
139 } CmsCmdContent; typedef
H A Dhm_liteipc.c1277 LITE_OS_SEC_TEXT STATIC UINT32 HandleCmsCmd(CmsCmdContent *content) in HandleCmsCmd()
1280 CmsCmdContent localContent; in HandleCmsCmd()
1287 if (copy_from_user((void *)(&localContent), (const void *)content, sizeof(CmsCmdContent)) != LOS_OK) { in HandleCmsCmd()
1298 ret = copy_to_user((void *)content, (const void *)(&localContent), sizeof(CmsCmdContent)); in HandleCmsCmd()
1358 return (INT32)HandleCmsCmd((CmsCmdContent *)(UINTPTR)arg); in LiteIpcIoctl()

Completed in 4 milliseconds