Lines Matching refs:callRet

66     int32_t callRet;  in IpcServiceGmRegCallback()  local
101 callRet = g_devGroupMgrMethod.regCallback(appId, &g_bindCbAdt); in IpcServiceGmRegCallback()
102 if (callRet != HC_SUCCESS) { in IpcServiceGmRegCallback()
105 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmRegCallback()
106 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmRegCallback()
112 int32_t callRet = HC_SUCCESS; in IpcServiceGmUnRegCallback() local
124 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmUnRegCallback()
125 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmUnRegCallback()
131 int32_t callRet; in IpcServiceGmRegDataChangeListener() local
167 callRet = HC_SUCCESS; in IpcServiceGmRegDataChangeListener()
170 callRet = g_devGroupMgrMethod.regDataChangeListener(SERVICE_APP_ID, &g_listenCbAdt); in IpcServiceGmRegDataChangeListener()
171 if (callRet == HC_SUCCESS) { in IpcServiceGmRegDataChangeListener()
177 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmRegDataChangeListener()
178 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmRegDataChangeListener()
184 int32_t callRet = HC_SUCCESS; in IpcServiceGmUnRegDataChangeListener() local
195 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmUnRegDataChangeListener()
196 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmUnRegDataChangeListener()
202 int32_t callRet; in IpcServiceGmCreateGroup() local
238 callRet = g_devGroupMgrMethod.createGroup(osAccountId, requestId, appId, createParams); in IpcServiceGmCreateGroup()
239 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmCreateGroup()
240 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmCreateGroup()
246 int32_t callRet; in IpcServiceGmDelGroup() local
282 callRet = g_devGroupMgrMethod.deleteGroup(osAccountId, requestId, appId, delParams); in IpcServiceGmDelGroup()
283 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmDelGroup()
284 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmDelGroup()
290 int32_t callRet; in IpcServiceGmAddMemberToGroup() local
325 callRet = g_devGroupMgrMethod.addMemberToGroup(osAccountId, requestId, appId, addParams); in IpcServiceGmAddMemberToGroup()
326 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmAddMemberToGroup()
327 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmAddMemberToGroup()
333 int32_t callRet; in IpcServiceGmDelMemberFromGroup() local
369 callRet = g_devGroupMgrMethod.deleteMemberFromGroup(osAccountId, requestId, appId, delParams); in IpcServiceGmDelMemberFromGroup()
370 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmDelMemberFromGroup()
371 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmDelMemberFromGroup()
377 int32_t callRet; in IpcServiceGmAddMultiMembersToGroup() local
401 callRet = g_devGroupMgrMethod.addMultiMembersToGroup(osAccountId, appId, addParams); in IpcServiceGmAddMultiMembersToGroup()
402 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmAddMultiMembersToGroup()
403 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmAddMultiMembersToGroup()
409 int32_t callRet; in IpcServiceGmDelMultiMembersFromGroup() local
433 callRet = g_devGroupMgrMethod.delMultiMembersFromGroup(osAccountId, appId, delParams); in IpcServiceGmDelMultiMembersFromGroup()
434 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmDelMultiMembersFromGroup()
435 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmDelMultiMembersFromGroup()
441 int32_t callRet; in IpcServiceGmProcessData() local
466 callRet = g_devGroupMgrMethod.processData(requestId, data, dataLen); in IpcServiceGmProcessData()
467 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmProcessData()
468 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmProcessData()
474 int32_t callRet; in IpcServiceGmApplyRegisterInfo() local
485 callRet = g_devGroupMgrMethod.getRegisterInfo(reqJsonStr, &registerInfo); in IpcServiceGmApplyRegisterInfo()
486 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmApplyRegisterInfo()
496 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmApplyRegisterInfo()
502 int32_t callRet; in IpcServiceGmCheckAccessToGroup() local
527 callRet = g_devGroupMgrMethod.checkAccessToGroup(osAccountId, appId, groupId); in IpcServiceGmCheckAccessToGroup()
528 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmCheckAccessToGroup()
529 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmCheckAccessToGroup()
535 int32_t callRet; in IpcServiceGmGetPkInfoList() local
561callRet = g_devGroupMgrMethod.getPkInfoList(osAccountId, appId, queryParams, &returnInfoList, &ret… in IpcServiceGmGetPkInfoList()
562 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmGetPkInfoList()
572 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmGetPkInfoList()
579 int32_t callRet; in IpcServiceGmGetGroupInfoById() local
605 callRet = g_devGroupMgrMethod.getGroupInfoById(osAccountId, appId, groupId, &groupInfo); in IpcServiceGmGetGroupInfoById()
606 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmGetGroupInfoById()
615 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmGetGroupInfoById()
621 int32_t callRet; in IpcServiceGmGetGroupInfo() local
648callRet = g_devGroupMgrMethod.getGroupInfo(osAccountId, appId, queryParams, &outGroups, &groupNum); in IpcServiceGmGetGroupInfo()
649 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmGetGroupInfo()
658 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmGetGroupInfo()
665 int32_t callRet; in IpcServiceGmGetJoinedGroups() local
693callRet = g_devGroupMgrMethod.getJoinedGroups(osAccountId, appId, groupType, &outGroups, &groupNum… in IpcServiceGmGetJoinedGroups()
694 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmGetJoinedGroups()
704 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmGetJoinedGroups()
710 int32_t callRet; in IpcServiceGmGetRelatedGroups() local
736callRet = g_devGroupMgrMethod.getRelatedGroups(osAccountId, appId, peerUdid, &outGroups, &groupNum… in IpcServiceGmGetRelatedGroups()
737 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmGetRelatedGroups()
752 int32_t callRet; in IpcServiceGmGetDeviceInfoById() local
784callRet = g_devGroupMgrMethod.getDeviceInfoById(osAccountId, appId, peerUdid, groupId, &outDevInfo… in IpcServiceGmGetDeviceInfoById()
785 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmGetDeviceInfoById()
795 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmGetDeviceInfoById()
801 int32_t callRet; in IpcServiceGmGetTrustedDevices() local
827callRet = g_devGroupMgrMethod.getTrustedDevices(osAccountId, appId, groupId, &outDevInfo, &outDevN… in IpcServiceGmGetTrustedDevices()
828 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmGetTrustedDevices()
844 int32_t callRet; in IpcServiceGmIsDeviceInGroup() local
877 callRet = ((bRet == true) ? HC_SUCCESS : HC_ERROR); in IpcServiceGmIsDeviceInGroup()
878 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceGmIsDeviceInGroup()
879 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceGmIsDeviceInGroup()
909 int32_t callRet; in IpcServiceGaProcessData() local
951 callRet = g_groupAuthMgrMethod.processData(reqId, data, dataLen, &g_authCbAdt); in IpcServiceGaProcessData()
952 if (callRet != HC_SUCCESS) { in IpcServiceGaProcessData()
955 …return IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32… in IpcServiceGaProcessData()
1138 int32_t callRet; in IpcServiceDaProcessData() local
1178 callRet = ProcessAuthDevice(authReqId, authParams, &g_authCbAdt); in IpcServiceDaProcessData()
1179 if (callRet != HC_SUCCESS) { in IpcServiceDaProcessData()
1182 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceDaProcessData()
1183 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceDaProcessData()
1189 int32_t callRet; in IpcServiceDaAuthDevice() local
1230 callRet = StartAuthDevice(authReqId, authParams, &g_authCbAdt); in IpcServiceDaAuthDevice()
1231 if (callRet != HC_SUCCESS) { in IpcServiceDaAuthDevice()
1234 …ret = IpcEncodeCallReply(outCache, PARAM_TYPE_IPC_RESULT, (const uint8_t *)&callRet, sizeof(int32_… in IpcServiceDaAuthDevice()
1235 LOGI("process done, call ret %d, ipc ret %d", callRet, ret); in IpcServiceDaAuthDevice()