Searched refs:IpcServiceCall (Results 1 – 8 of 8) sorted by relevance
/base/security/device_auth/frameworks/inc/standard/ |
D | ipc_dev_auth_stub.h | 25 IpcServiceCall method; 39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId); 50 IpcServiceCall GetCallMethodByMethodId(int32_t methodId);
|
D | ipc_adapt.h | 53 typedef int32_t (*IpcServiceCall)(const IpcDataInfo *, int32_t, uintptr_t); typedef 56 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId);
|
/base/security/device_auth/frameworks/inc/lite/ |
D | ipc_dev_auth_stub.h | 29 IpcServiceCall method; 39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
|
D | ipc_adapt.h | 61 typedef int32_t (*IpcServiceCall)(const IpcDataInfo *, int32_t, uintptr_t); typedef 64 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId);
|
/base/security/device_auth/frameworks/src/lite/ |
D | ipc_dev_auth_stub.c | 62 static IpcServiceCall GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId() 160 IpcServiceCall serviceCall = NULL; in DevAuthRequestCall() 229 int32_t SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap()
|
D | ipc_adapt.c | 1410 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
|
/base/security/device_auth/frameworks/src/standard/ |
D | ipc_dev_auth_stub.cpp | 79 IpcServiceCall ServiceDevAuth::GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId() 200 IpcServiceCall serviceCall = nullptr; in OnRemoteRequest() 238 int32_t ServiceDevAuth::SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap()
|
D | ipc_adapt.cpp | 1304 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
|