Home
last modified time | relevance | path

Searched defs:ipcInstance (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c1432 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
1442 int32_t CreateServiceInstance(uintptr_t *ipcInstance) in CreateServiceInstance()
1448 void DestroyServiceInstance(uintptr_t ipcInstance) in DestroyServiceInstance()
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_adapt.cpp1302 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
1312 int32_t CreateServiceInstance(uintptr_t *ipcInstance) in CreateServiceInstance()
1323 void DestroyServiceInstance(uintptr_t ipcInstance) in DestroyServiceInstance()
/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_service.c1274 int32_t AddMethodMap(uintptr_t ipcInstance) in AddMethodMap()