Home
last modified time | relevance | path

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

/system/tpm/attestation/client/
Dmain.cc134 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/
Dmain.cc219 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/
Dtrunks_dbus_proxy.h51 return weak_factory_.GetWeakPtr(); in GetWeakPtr()
59 base::WeakPtrFactory<TrunksDBusProxy> weak_factory_; variable
Dtrunks_dbus_service.h64 return weak_factory_.GetWeakPtr(); in GetWeakPtr()
71 base::WeakPtrFactory<TrunksDBusService> weak_factory_{this};
Dbackground_command_transceiver.h67 return weak_factory_.GetWeakPtr(); in GetWeakPtr()
74 base::WeakPtrFactory<BackgroundCommandTransceiver> weak_factory_; variable
Dtrunks_binder_service.h71 return weak_factory_.GetWeakPtr(); in GetWeakPtr()
77 base::WeakPtrFactory<BinderServiceInternal> weak_factory_{this};
Dbackground_command_transceiver.cc55 weak_factory_(this) {} in BackgroundCommandTransceiver()
Dtrunks_dbus_proxy.cc39 TrunksDBusProxy::TrunksDBusProxy() : weak_factory_(this) {} in TrunksDBusProxy()
/system/tpm/tpm_manager/server/
Dtpm_manager_service.h195 base::WeakPtrFactory<TpmManagerService> weak_factory_; variable
Dtpm_manager_service.cc35 weak_factory_(this) {} in TpmManagerService()
334 weak_factory_.GetWeakPtr(), callback, result); in PostTaskToWorkerThread()
/system/tpm/attestation/server/
Dattestation_service.h295 base::WeakPtrFactory<AttestationService> weak_factory_; variable
Dattestation_service.cc47 : attestation_ca_origin_(kACAWebOrigin), weak_factory_(this) {} in AttestationService()
870 return weak_factory_.GetWeakPtr(); in GetWeakPtr()