Lines Matching refs:weak_factory_
134 weak_factory_.GetWeakPtr(), in ScheduleCommand()
148 weak_factory_.GetWeakPtr(), in ScheduleCommand()
152 task = base::Bind(&ClientLoop::CallGetKeyInfo, weak_factory_.GetWeakPtr(), in ScheduleCommand()
157 weak_factory_.GetWeakPtr()); in ScheduleCommand()
160 weak_factory_.GetWeakPtr()); in ScheduleCommand()
172 weak_factory_.GetWeakPtr(), input); in ScheduleCommand()
185 weak_factory_.GetWeakPtr(), input); in ScheduleCommand()
197 task = base::Bind(&ClientLoop::Encrypt, weak_factory_.GetWeakPtr(), in ScheduleCommand()
210 task = base::Bind(&ClientLoop::CallDecrypt, weak_factory_.GetWeakPtr(), in ScheduleCommand()
223 task = base::Bind(&ClientLoop::CallSign, weak_factory_.GetWeakPtr(), in ScheduleCommand()
244 &ClientLoop::VerifySignature, weak_factory_.GetWeakPtr(), in ScheduleCommand()
248 task = base::Bind(&ClientLoop::CallRegister, weak_factory_.GetWeakPtr(), in ScheduleCommand()
285 weak_factory_.GetWeakPtr())); in CallCreateGoogleAttestedKey()
294 weak_factory_.GetWeakPtr())); in CallGetKeyInfo()
303 weak_factory_.GetWeakPtr())); in CallGetEndorsementInfo()
312 weak_factory_.GetWeakPtr())); in CallGetAttestationKeyInfo()
323 weak_factory_.GetWeakPtr())); in CallActivateAttestationKey()
331 weak_factory_.GetWeakPtr(), input)); in EncryptForActivate()
343 base::Bind(&ClientLoop::EncryptForActivate3, weak_factory_.GetWeakPtr(), in EncryptForActivate2()
378 weak_factory_.GetWeakPtr())); in CallCreateCertifiableKey()
389 base::Bind(&ClientLoop::Encrypt2, weak_factory_.GetWeakPtr(), input)); in Encrypt()
411 weak_factory_.GetWeakPtr())); in CallDecrypt()
422 weak_factory_.GetWeakPtr())); in CallSign()
442 weak_factory_.GetWeakPtr(), input, signature)); in VerifySignature()
465 weak_factory_.GetWeakPtr())); in CallRegister()
471 base::WeakPtrFactory<ClientLoop> weak_factory_{this}; member in attestation::ClientLoop