Searched refs:weak_factory_ (Results 1 – 12 of 12) sorted by relevance
/system/tpm/attestation/client/ |
D | main.cc | 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() [all …]
|
/system/tpm/tpm_manager/client/ |
D | main.cc | 219 weak_factory_.GetWeakPtr()); in ScheduleCommand() 222 weak_factory_.GetWeakPtr()); in ScheduleCommand() 228 weak_factory_.GetWeakPtr(), in ScheduleCommand() 236 &ClientLoop::HandleDefineSpace, weak_factory_.GetWeakPtr(), in ScheduleCommand() 247 &ClientLoop::HandleDestroySpace, weak_factory_.GetWeakPtr(), in ScheduleCommand() 255 &ClientLoop::HandleWriteSpace, weak_factory_.GetWeakPtr(), in ScheduleCommand() 266 &ClientLoop::HandleReadSpace, weak_factory_.GetWeakPtr(), in ScheduleCommand() 276 &ClientLoop::HandleLockSpace, weak_factory_.GetWeakPtr(), in ScheduleCommand() 284 base::Bind(&ClientLoop::HandleListSpaces, weak_factory_.GetWeakPtr()); in ScheduleCommand() 290 &ClientLoop::HandleGetSpaceInfo, weak_factory_.GetWeakPtr(), in ScheduleCommand() [all …]
|
/system/tpm/trunks/ |
D | trunks_dbus_proxy.h | 51 return weak_factory_.GetWeakPtr(); in GetWeakPtr() 59 base::WeakPtrFactory<TrunksDBusProxy> weak_factory_; variable
|
D | trunks_dbus_service.h | 64 return weak_factory_.GetWeakPtr(); in GetWeakPtr() 71 base::WeakPtrFactory<TrunksDBusService> weak_factory_{this};
|
D | background_command_transceiver.h | 67 return weak_factory_.GetWeakPtr(); in GetWeakPtr() 74 base::WeakPtrFactory<BackgroundCommandTransceiver> weak_factory_; variable
|
D | trunks_binder_service.h | 71 return weak_factory_.GetWeakPtr(); in GetWeakPtr() 77 base::WeakPtrFactory<BinderServiceInternal> weak_factory_{this};
|
D | background_command_transceiver.cc | 55 weak_factory_(this) {} in BackgroundCommandTransceiver()
|
D | trunks_dbus_proxy.cc | 39 TrunksDBusProxy::TrunksDBusProxy() : weak_factory_(this) {} in TrunksDBusProxy()
|
/system/tpm/tpm_manager/server/ |
D | tpm_manager_service.h | 195 base::WeakPtrFactory<TpmManagerService> weak_factory_; variable
|
D | tpm_manager_service.cc | 35 weak_factory_(this) {} in TpmManagerService() 334 weak_factory_.GetWeakPtr(), callback, result); in PostTaskToWorkerThread()
|
/system/tpm/attestation/server/ |
D | attestation_service.h | 295 base::WeakPtrFactory<AttestationService> weak_factory_; variable
|
D | attestation_service.cc | 47 : attestation_ca_origin_(kACAWebOrigin), weak_factory_(this) {} in AttestationService() 870 return weak_factory_.GetWeakPtr(); in GetWeakPtr()
|