Home
last modified time | relevance | path

Searched refs:IPC_GET_VERSION (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.h87 #define IPC_GET_VERSION _IOR(IPC_IOC_MAGIC, 5, IpcVersion) macro
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c79 int ret = ioctl(connector->fd, IPC_GET_VERSION, &version); in OpenDriver()
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md81 The `IPC_GET_VERSION` request (standard systems API only) gets the version of the LiteIPC driver. …