Lines Matching refs:replyCache

292     IpcDataInfo replyCache = { 0 };
315 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
318 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
356 IpcDataInfo replyCache = { 0 };
379 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
382 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
420 IpcDataInfo replyCache = { 0 };
443 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
446 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
484 IpcDataInfo replyCache = { 0 };
507 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
510 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
554 IpcDataInfo replyCache = { 0 };
555 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
558 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
602 IpcDataInfo replyCache = { 0 };
603 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
606 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
617 IpcDataInfo replyCache = { 0 };
647 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
650 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
660 IpcDataInfo replyCache[IPC_DATA_CACHES_3] = { { 0 } };
683 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache));
686 GetIpcReplyByType(replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
691 GetIpcReplyByType(replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT_NUM, (uint8_t *)&ret, &inOutLen);
697 GetIpcReplyByType(replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_REG_INFO, (uint8_t *)&outInfo, NULL);
713 IpcDataInfo replyCache = { 0 };
750 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
753 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
788 IpcDataInfo replyCache[IPC_DATA_CACHES_4] = { { 0 } };
820 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache));
823 GetIpcReplyByType(replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
828 ret = ParseReturnResult(replyCache, REPLAY_CACHE_NUM(replyCache), returnInfoList, returnInfoNum);
858 IpcDataInfo replyCache[IPC_DATA_CACHES_3] = { { 0 } };
893 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache));
896 GetIpcReplyByType(replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
901 ret = GroupInfoIpcResult(replyCache, REPLAY_CACHE_NUM(replyCache), outGroupInfo);
934 IpcDataInfo replyCache[IPC_DATA_CACHES_4] = { { 0 } };
970 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache));
973 GetIpcReplyByType(replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
978 ret = SearchGroupsIpcResult(replyCache, REPLAY_CACHE_NUM(replyCache), outGroupVec, groupNum);
1012 IpcDataInfo replyCache[IPC_DATA_CACHES_4] = { { 0 } };
1047 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache));
1050 GetIpcReplyByType(replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
1055 ret = JoinedGroupsIpcResult(replyCache, REPLAY_CACHE_NUM(replyCache), outGroupVec, groupNum);
1090 IpcDataInfo replyCache[IPC_DATA_CACHES_4] = { { 0 } };
1124 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache));
1127 GetIpcReplyByType(replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
1133 ret = RelatedGroupsIpcResult(replyCache, REPLAY_CACHE_NUM(replyCache), outGroupVec, groupNum);
1194 IpcDataInfo replyCache[IPC_DATA_CACHES_3] = { { 0 } };
1217 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache));
1220 GetIpcReplyByType(replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
1226 ret = DevInfoByIdIpcResult(replyCache, REPLAY_CACHE_NUM(replyCache), outDevInfo);
1260 IpcDataInfo replyCache[IPC_DATA_CACHES_4] = { { 0 } };
1295 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache));
1298 GetIpcReplyByType(replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
1303 ret = TrustedDevIpcResult(replyCache, REPLAY_CACHE_NUM(replyCache), outDevInfoVec, deviceNum);
1312 IpcDataInfo replyCache = { 0 };
1353 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
1356 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
1462 IpcDataInfo replyCache = { 0 };
1485 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
1488 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
1529 IpcDataInfo replyCache = { 0 };
1552 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
1555 GetIpcReplyByType(&replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
1614 IpcDataInfo replyCache[IPC_DATA_CACHES_1] = { { 0 } };
1647 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache));
1648 ret = GetIpcReplyByTypeInner(replyCache, REPLAY_CACHE_NUM(replyCache), realInfo);
1660 IpcDataInfo replyCache[IPC_DATA_CACHES_1] = { { 0 } };
1692 DecodeCallReply(callCtx, replyCache, REPLAY_CACHE_NUM(replyCache));
1693 ret = GetIpcReplyByTypeInner(replyCache, REPLAY_CACHE_NUM(replyCache), pseudonymId);
1715 IpcDataInfo replyCache = { 0 };
1747 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
1748 ret = GetIpcReplyByTypeInner(&replyCache, REPLAY_CACHE_NUM(replyCache), returnData);
1762 IpcDataInfo replyCache = { 0 };
1800 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
1804 &replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
1816 IpcDataInfo replyCache = { 0 };
1854 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
1858 &replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);
1869 IpcDataInfo replyCache = { 0 };
1900 DecodeCallReply(callCtx, &replyCache, REPLAY_CACHE_NUM(replyCache));
1904 &replyCache, REPLAY_CACHE_NUM(replyCache), PARAM_TYPE_IPC_RESULT, (uint8_t *)&ret, &inOutLen);