Home
last modified time | relevance | path

Searched refs:g_groupAuthMgrMethod (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/src/
H A Dipc_service.c36 static GroupAuthManager g_groupAuthMgrMethod = {NULL}; variable
951 callRet = g_groupAuthMgrMethod.processData(reqId, data, dataLen, &g_authCbAdt); in IpcServiceGaProcessData()
1006 ret = g_groupAuthMgrMethod.authDevice(osAccountId, reqId, authParams, &g_authCbAdt); in IpcServiceGaAuthDevice()
1032 g_groupAuthMgrMethod.cancelRequest(requestId, appId); in IpcServiceGaCancelRequest()
1058 ret = g_groupAuthMgrMethod.getRealInfo(osAccountId, pseudonymId, &realInfo); in IpcServiceGaGetRealInfo()
1090 ret = g_groupAuthMgrMethod.getPseudonymId(osAccountId, indexKey, &pseudonymId); in IpcServiceGaGetPseudonymId()
1337 g_groupAuthMgrMethod = (GroupAuthManager)(*gaInst); in MainRescInit()