Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/inc/standard/
H A Dipc_dev_auth_stub.h25 IpcServiceCall method;
39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
50 IpcServiceCall GetCallMethodByMethodId(int32_t methodId);
H A 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);
/ohos5.0/base/security/device_auth/frameworks/inc/lite/
H A Dipc_dev_auth_stub.h29 IpcServiceCall method;
39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
H A 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);
/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_dev_auth_stub.c63 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 Dipc_adapt.c1432 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp92 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 Dipc_adapt.cpp1302 uint32_t SetIpcCallMap(uintptr_t ipcInstance, IpcServiceCall method, int32_t methodId) in SetIpcCallMap()