Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dserializer_inner.c118 ptr->type = OBJ_SVC; in WriteRemoteObject()
155 if (ptr == NULL || ptr->type != OBJ_SVC) { in ReadRemoteObject()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h92 OBJ_SVC enumerator
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md38 …e of special object. It can be one of the following values **OBJ_FD**, **OBJ_PTR**, **OBJ_SVC**. |
46 | OBJ_SVC | svc | SvcIdentity | A service to give the recipient permission to send reque…
69 …nd returns with error **EINVAL** if unable to allocate enough memory. **OBJ_SVC** objects grant t…
157 wakeupData.svc.type = OBJ_SVC;