Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/include/
H A Dipc_types.h21 #define LITEIPC_DRIVER "/dev/lite_ipc" macro
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md16 `LITEIPC_DRIVER` specifies the name of the character device used to communicate with the LiteIPC dr…
94 …ich the system dynamically allocates the first time a process opens `LITEIPC_DRIVER`. Called by t…
103 int fd = open(LITEIPC_DRIVER, O_RDONLY);
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c66 connector->fd = open(LITEIPC_DRIVER, O_RDWR); in OpenDriver()