Searched refs:IpcServiceCall (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/inc/standard/ |
H A D | ipc_dev_auth_stub.h | 25 IpcServiceCall method; 39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId); 50 IpcServiceCall GetCallMethodByMethodId(int32_t methodId);
|
H A 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);
|
/ohos5.0/base/security/device_auth/frameworks/inc/lite/ |
H A D | ipc_dev_auth_stub.h | 29 IpcServiceCall method; 39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
|
H A 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);
|
/ohos5.0/base/security/device_auth/frameworks/src/lite/ |
H A D | ipc_dev_auth_stub.c | 63 static IpcServiceCall GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId() 166 IpcServiceCall serviceCall = NULL; in DevAuthRequestCall() 235 int32_t SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap()
|
H A D | ipc_adapt.c | 1432 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
|
/ohos5.0/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_dev_auth_stub.cpp | 92 IpcServiceCall ServiceDevAuth::GetCallMethodByMethodId(int32_t methodId) in GetCallMethodByMethodId() 235 IpcServiceCall serviceCall = nullptr; in HandleDeviceAuthCall() 289 int32_t ServiceDevAuth::SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap()
|
H A D | ipc_adapt.cpp | 1302 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
|