Home
last modified time | relevance | path

Searched refs:IpcDataInfo (Results 1 - 10 of 10) sorted by relevance

/base/security/device_auth/frameworks/inc/lite/
H A Dipc_adapt.h44 } IpcDataInfo; typedef
61 typedef int32_t (*IpcServiceCall)(const IpcDataInfo *, int32_t, uintptr_t);
76 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum);
89 const IpcDataInfo *cbDataCache, int32_t cacheNum, uintptr_t replyCtx);
91 int32_t GetIpcRequestParamByType(const IpcDataInfo *ipcParams, int32_t paramNum,
/base/security/device_auth/frameworks/inc/standard/
H A Dipc_adapt.h36 } IpcDataInfo; typedef
53 typedef int32_t (*IpcServiceCall)(const IpcDataInfo *, int32_t, uintptr_t);
68 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum);
81 const IpcDataInfo *cbDataCache, int32_t cacheNum, uintptr_t replyCtx);
83 int32_t GetIpcRequestParamByType(const IpcDataInfo *ipcParams, int32_t paramNum,
/base/security/device_auth/frameworks/src/
H A Dipc_service.c64 static int32_t IpcServiceGmRegCallback(const IpcDataInfo *ipcParams, int32_t paramNum, uintptr_t outCache) in IpcServiceGmRegCallback()
110 static int32_t IpcServiceGmUnRegCallback(const IpcDataInfo *ipcParams, int32_t paramNum, uintptr_t outCache) in IpcServiceGmUnRegCallback()
129 static int32_t IpcServiceGmRegDataChangeListener(const IpcDataInfo *ipcParams, int32_t paramNum, uintptr_t outCache) in IpcServiceGmRegDataChangeListener()
182 static int32_t IpcServiceGmUnRegDataChangeListener(const IpcDataInfo *ipcParams, int32_t paramNum, uintptr_t outCache) in IpcServiceGmUnRegDataChangeListener()
200 static int32_t IpcServiceGmCreateGroup(const IpcDataInfo *ipcParams, int32_t paramNum, uintptr_t outCache) in IpcServiceGmCreateGroup()
244 static int32_t IpcServiceGmDelGroup(const IpcDataInfo *ipcParams, int32_t paramNum, uintptr_t outCache) in IpcServiceGmDelGroup()
288 static int32_t IpcServiceGmAddMemberToGroup(const IpcDataInfo *ipcParams, int32_t paramNum, uintptr_t outCache) in IpcServiceGmAddMemberToGroup()
331 static int32_t IpcServiceGmDelMemberFromGroup(const IpcDataInfo *ipcParams, int32_t paramNum, uintptr_t outCache) in IpcServiceGmDelMemberFromGroup()
375 static int32_t IpcServiceGmAddMultiMembersToGroup(const IpcDataInfo *ipcParams, int32_t paramNum, uintptr_t outCache) in IpcServiceGmAddMultiMembersToGroup()
407 static int32_t IpcServiceGmDelMultiMembersFromGroup(const IpcDataInfo *ipcParam
[all...]
H A Dipc_sdk.c34 #define REPLAY_CACHE_NUM(caches) (sizeof(caches) / sizeof(IpcDataInfo))
86 static void GetIpcReplyByType(const IpcDataInfo *ipcData, in GetIpcReplyByType()
292 IpcDataInfo replyCache = { 0 }; in IpcGmCreateGroup()
356 IpcDataInfo replyCache = { 0 }; in IpcGmDeleteGroup()
420 IpcDataInfo replyCache = { 0 }; in IpcGmAddMemberToGroup()
484 IpcDataInfo replyCache = { 0 }; in IpcGmDelMemberFromGroup()
554 IpcDataInfo replyCache = { 0 }; in IpcGmAddMultiMembersToGroup()
602 IpcDataInfo replyCache = { 0 }; in IpcGmDelMultiMembersFromGroup()
617 IpcDataInfo replyCache = { 0 }; in IpcGmProcessData()
660 IpcDataInfo replyCach in IpcGmGetRegisterInfo()
[all...]
/base/security/device_auth/frameworks/src/lite/
H A Dipc_callback_stub.c33 IpcDataInfo cbDataCache[MAX_REQUEST_PARAMS_NUM] = { { 0 } }; in DoCallBack()
H A Dipc_dev_auth_stub.c79 static int32_t DecodeCallRequest(IpcIo *data, IpcDataInfo *paramsCache, int32_t cacheNum, int32_t *inParamNum) in DecodeCallRequest()
119 static void WithObject(int32_t methodId, IpcIo *data, IpcDataInfo *ipcData, int32_t *cnt) in WithObject()
168 IpcDataInfo reqParams[MAX_REQUEST_PARAMS_NUM] = { { 0 } }; in DevAuthRequestCall()
H A Dipc_adapt.c39 const IpcDataInfo *cbDataCache;
647 const IpcDataInfo *cbDataCache, int32_t cacheNum, uintptr_t replyCtx) in ProcCbHook()
1499 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply()
1555 int32_t GetIpcRequestParamByType(const IpcDataInfo *ipcParams, int32_t paramNum, in GetIpcRequestParamByType()
/base/security/device_auth/frameworks/src/standard/
H A Dipc_callback_stub.cpp36 IpcDataInfo cbDataCache[MAX_REQUEST_PARAMS_NUM] = { { 0 } }; in DoCallBack()
H A Dipc_dev_auth_stub.cpp108 static int32_t DecodeCallRequest(MessageParcel &data, IpcDataInfo *paramsCache, int32_t cacheNum, int32_t &inParamNum) in DecodeCallRequest()
164 static void WithObject(int32_t methodId, MessageParcel &data, IpcDataInfo &ipcData, int32_t &cnt) in WithObject()
234 IpcDataInfo reqParams[MAX_REQUEST_PARAMS_NUM] = { { 0 } }; in HandleDeviceAuthCall()
H A Dipc_adapt.cpp46 const IpcDataInfo *cbDataCache;
639 const IpcDataInfo *cbDataCache, int32_t cacheNum, uintptr_t replyCtx) in ProcCbHook()
1419 void DecodeCallReply(uintptr_t callCtx, IpcDataInfo *replyCache, int32_t cacheNum) in DecodeCallReply()
1481 int32_t GetIpcRequestParamByType(const IpcDataInfo *ipcParams, int32_t paramNum, in GetIpcRequestParamByType()

Completed in 13 milliseconds