Lines Matching refs:int32

41 typedef int(*ProcFunc)(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply);
52 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
54 static int ProcEndpoint(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply);
55 static int32 ProcPutFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI…
56 static int32 ProcGetFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI…
57 static int ProcFeature(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply);
63 static int ProcSysCap(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply);
147 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke()
159 static int ProcEndpoint(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcEndpoint()
198 static int32 ProcPutFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcPutFeature()
294 static int32 ProcGetFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcI… in ProcGetFeature()
330int32 ret = (isAuth == EC_SUCCESS) ? AddServiceAccess(*identity, GetCallingTid(origin)) : EC_PERMI… in ProcGetFeature()
336 static int ProcFeature(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcFeature()
370 static int32 ProcAddSysCap(SamgrServer *server, IpcIo *req) in ProcAddSysCap()
421 static int32 GetReplyNumAndNextReqIdx(Vector *sysCapablitys, int32 startIdx, int32 *nextRequestIdx) in GetReplyNumAndNextReqIdx()
423 int32 registerNum = 0; in GetReplyNumAndNextReqIdx()
424 int32 size = VECTOR_Num(sysCapablitys); in GetReplyNumAndNextReqIdx()
425 int32 i = startIdx; in GetReplyNumAndNextReqIdx()
442 int32 size = VECTOR_Num(sysCapablitys); in ProcGetAllSysCap()
451 int32 nextRequestIdx = startIdx; in ProcGetAllSysCap()
452 int32 replyNum = GetReplyNumAndNextReqIdx(sysCapablitys, startIdx, &nextRequestIdx); in ProcGetAllSysCap()
461 int32 cnt = 0; in ProcGetAllSysCap()
462 int32 i = startIdx; in ProcGetAllSysCap()
474 static int ProcSysCap(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) in ProcSysCap()
487 int32 ret = ProcAddSysCap(server, req); in ProcSysCap()