Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dserializer_inner.c168 ptr->type = OBJ_FD; in WriteFileDescriptor()
178 if (ptr == NULL || ptr->type != OBJ_FD) { in ReadFileDescriptor()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h90 OBJ_FD, enumerator
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md38 … | The type of special object. It can be one of the following values **OBJ_FD**, **OBJ_PTR**, **…
44 | OBJ_FD | fd | UINT32 | File descriptor referring to the file description to be …
69 …ch **OBJ_FD**, a file descriptor that refers to the specified file description is created for the …