Home
last modified time | relevance | path

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

/system/tpm/tpm_manager/server/
Dbinder_service.cc91 : nvram_service_(nvram_service), ownership_service_(ownership_service) {} in BinderService()
95 ownership_binder_ = new OwnershipServiceInternal(ownership_service_); in InitForTesting()
104 ownership_binder_ = new OwnershipServiceInternal(ownership_service_); in OnInit()
204 : ownership_service_(ownership_service) {} in OwnershipServiceInternal()
211 base::Unretained(ownership_service_)), in GetTpmStatus()
221 base::Unretained(ownership_service_)), in TakeOwnership()
232 base::Unretained(ownership_service_)), in RemoveOwnerDependency()
Ddbus_service.cc40 ownership_service_(ownership_service) {} in DBusService()
50 ownership_service_(ownership_service) {} in DBusService()
164 (ownership_service_->*func)( in HandleOwnershipDBusMethod()
Dbinder_service.h116 TpmOwnershipInterface* ownership_service_;
123 TpmOwnershipInterface* ownership_service_; variable
Ddbus_service.h83 TpmOwnershipInterface* ownership_service_; variable