Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c150 io->offsetsLeft = msg->spObjNum; in IpcIoInitFromMsg()
213 .spObjNum = ((char *)reply->offsetsCur - (char *)reply->offsetsBase) / sizeof(size_t) in SendReply()
250 .spObjNum = 0 in SendFailedReply()
580 ….spObjNum = (data == NULL) ? 0 : ((char *)data->offsetsCur - (char *)data->offsetsBase) / sizeof(… in IpcSendRequest()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h58 uint32_t spObjNum; member
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md28 | spObjNum | UINT32 | The number of special objects contained in the message data (cannot exc…
116 .spObjNum = 0,
164 msg.spObjNum = 2;