Searched refs:callRet (Results 1 - 1 of 1) sorted by relevance
/base/security/device_auth/frameworks/src/ |
H A D | ipc_service.c | 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_t)); 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_t)); 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 in IpcServiceGmRegDataChangeListener() 184 int32_t callRet = HC_SUCCESS; IpcServiceGmUnRegDataChangeListener() local 202 int32_t callRet; IpcServiceGmCreateGroup() local 246 int32_t callRet; IpcServiceGmDelGroup() local 290 int32_t callRet; IpcServiceGmAddMemberToGroup() local 333 int32_t callRet; IpcServiceGmDelMemberFromGroup() local 377 int32_t callRet; IpcServiceGmAddMultiMembersToGroup() local 409 int32_t callRet; IpcServiceGmDelMultiMembersFromGroup() local 441 int32_t callRet; IpcServiceGmProcessData() local 474 int32_t callRet; IpcServiceGmApplyRegisterInfo() local 502 int32_t callRet; IpcServiceGmCheckAccessToGroup() local 535 int32_t callRet; IpcServiceGmGetPkInfoList() local 579 int32_t callRet; IpcServiceGmGetGroupInfoById() local 621 int32_t callRet; IpcServiceGmGetGroupInfo() local 665 int32_t callRet; IpcServiceGmGetJoinedGroups() local 710 int32_t callRet; IpcServiceGmGetRelatedGroups() local 752 int32_t callRet; IpcServiceGmGetDeviceInfoById() local 801 int32_t callRet; IpcServiceGmGetTrustedDevices() local 844 int32_t callRet; IpcServiceGmIsDeviceInGroup() local 909 int32_t callRet; IpcServiceGaProcessData() local 1138 int32_t callRet; IpcServiceDaProcessData() local 1189 int32_t callRet; IpcServiceDaAuthDevice() local [all...] |
Completed in 2 milliseconds