Searched defs:ListSpaces (Results 1 - 6 of 6) sorted by relevance

/system/tpm/tpm_manager/client/
H A Dtpm_nvram_binder_proxy.cc107 void TpmNvramBinderProxy::ListSpaces(const ListSpacesRequest& request, function in class:tpm_manager::TpmNvramBinderProxy
109 auto method = base::Bind(&ITpmNvram::ListSpaces, base::Unretained(binder_));
H A Dtpm_nvram_dbus_proxy.cc75 void TpmNvramDBusProxy::ListSpaces(const ListSpacesRequest& request, function in class:tpm_manager::TpmNvramDBusProxy
/system/tpm/tpm_manager/server/
H A Dbinder_service.cc182 android::binder::Status BinderService::NvramServiceInternal::ListSpaces( function in class:tpm_manager::BinderService::NvramServiceInternal
186 command_proto, base::Bind(&TpmNvramInterface::ListSpaces,
H A Dtpm2_nvram_impl.cc428 NvramResult Tpm2NvramImpl::ListSpaces(std::vector<uint32_t>* index_list) { function in class:tpm_manager::Tpm2NvramImpl
H A Dtpm_manager_service.cc258 void TpmManagerService::ListSpaces(const ListSpacesRequest& request, function in class:tpm_manager::TpmManagerService
269 reply->set_result(tpm_nvram_->ListSpaces(&index_list));
H A Dtpm_nvram_impl.cc374 NvramResult TpmNvramImpl::ListSpaces(std::vector<uint32_t>* index_list) { function in class:tpm_manager::TpmNvramImpl

Completed in 273 milliseconds