Home
last modified time | relevance | path

Searched refs:IpcServiceCall (Results 1 – 8 of 8) sorted by relevance

/base/security/device_auth/frameworks/inc/standard/
Dipc_dev_auth_stub.h25 IpcServiceCall method;
39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
50 IpcServiceCall GetCallMethodByMethodId(int32_t methodId);
Dipc_adapt.h53 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/
Dipc_dev_auth_stub.h29 IpcServiceCall method;
39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
Dipc_adapt.h61 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/
Dipc_dev_auth_stub.c62 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()
Dipc_adapt.c1410 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
/base/security/device_auth/frameworks/src/standard/
Dipc_dev_auth_stub.cpp79 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()
Dipc_adapt.cpp1304 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()