Searched refs:authResultInfo (Results 1 – 2 of 2) sorted by relevance
170 static void FillAuthResultInfo(Parcel &parcel, AuthResultInfo &authResultInfo) in FillAuthResultInfo() argument172 authResultInfo.result = parcel.ReadUint32(); in FillAuthResultInfo()173 authResultInfo.lockoutDuration = parcel.ReadInt32(); in FillAuthResultInfo()174 authResultInfo.remainAttempts = parcel.ReadInt32(); in FillAuthResultInfo()175 FillExecutorSendMsgVector(parcel, authResultInfo.msgs); in FillAuthResultInfo()176 FillTestUint8Vector(parcel, authResultInfo.token); in FillAuthResultInfo()
620 AuthResultInfo authResultInfo = {}; variable623 … EXPECT_NE(g_service.UpdateAuthenticationResult(contextId[i], scheduleResult, authResultInfo), 0);638 AuthResultInfo authResultInfo = {}; variable642 … EXPECT_NE(g_service.UpdateAuthenticationResult(contextId, scheduleResult, authResultInfo), 0);