Searched refs:g_authCbAdt (Results 1 - 1 of 1) sorted by relevance
/base/security/device_auth/frameworks/src/ |
H A D | ipc_service.c | 38 static DeviceAuthCallback g_authCbAdt = {NULL}; variable 950 InitDeviceAuthCbCtx(&g_authCbAdt, CB_TYPE_TMP_DEV_AUTH); in IpcServiceGaProcessData() 951 callRet = g_groupAuthMgrMethod.processData(reqId, data, dataLen, &g_authCbAdt); in IpcServiceGaProcessData() 1005 InitDeviceAuthCbCtx(&g_authCbAdt, CB_TYPE_TMP_DEV_AUTH); in IpcServiceGaAuthDevice() 1006 ret = g_groupAuthMgrMethod.authDevice(osAccountId, reqId, authParams, &g_authCbAdt); in IpcServiceGaAuthDevice() 1177 InitDeviceAuthCbCtx(&g_authCbAdt, CB_TYPE_TMP_DEV_AUTH); in IpcServiceDaProcessData() 1178 callRet = ProcessAuthDevice(authReqId, authParams, &g_authCbAdt); in IpcServiceDaProcessData() 1229 InitDeviceAuthCbCtx(&g_authCbAdt, CB_TYPE_TMP_DEV_AUTH); in IpcServiceDaAuthDevice() 1230 callRet = StartAuthDevice(authReqId, authParams, &g_authCbAdt); in IpcServiceDaAuthDevice()
|
Completed in 3 milliseconds