Searched refs:ListSpaces (Results 1 - 25 of 25) sorted by relevance

/system/tpm/tpm_manager/aidl/android/tpm_manager/
H A DITpmNvram.aidl29 oneway void ListSpaces(in byte[] command_proto, in ITpmManagerClient client);
/system/tpm/tpm_manager/client/
H A Dtpm_nvram_binder_proxy.h51 void ListSpaces(const ListSpacesRequest& request,
H A Dtpm_nvram_dbus_proxy.h58 void ListSpaces(const ListSpacesRequest& request,
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
H A Dtpm_nvram_dbus_proxy_test.cc223 TEST_F(TpmNvramDBusProxyTest, ListSpaces) {
257 proxy_.ListSpaces(request, base::Bind(callback));
H A Dmain.cc480 tpm_nvram_->ListSpaces(
/system/tpm/tpm_manager/common/
H A Dmock_tpm_nvram_interface.h46 MOCK_METHOD2(ListSpaces,
H A Dtpm_nvram_interface.h61 virtual void ListSpaces(const ListSpacesRequest& request,
/system/tpm/tpm_manager/server/
H A Dtpm_nvram.h63 virtual NvramResult ListSpaces(std::vector<uint32_t>* index_list) = 0;
H A Dmock_tpm_nvram.h56 MOCK_METHOD1(ListSpaces, NvramResult(std::vector<uint32_t>*));
H A Dtpm_nvram_impl.h58 NvramResult ListSpaces(std::vector<uint32_t>* index_list) override;
H A Dtpm2_nvram_impl.h59 NvramResult ListSpaces(std::vector<uint32_t>* index_list) override;
H A Dbinder_service_test.cc263 TEST_F(BinderServiceTest, ListSpaces) {
266 EXPECT_CALL(mock_nvram_service_, ListSpaces(_, _))
278 nvram_proxy_->ListSpaces(request, GetCallback<ListSpacesReply>(&reply));
H A Dbinder_service.h78 android::binder::Status ListSpaces(
H A Ddbus_service.cc113 &TpmNvramInterface::ListSpaces>);
H A Dmock_tpm_nvram.cc36 ON_CALL(*this, ListSpaces(_))
H A Dtpm_manager_service.h93 void ListSpaces(const ListSpacesRequest& request,
170 // Blocking implementation of ListSpaces that can be executed on the
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 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 Ddbus_service_test.cc280 TEST_F(DBusServiceTest, ListSpaces) {
283 EXPECT_CALL(mock_nvram_service_, ListSpaces(_, _))
H A Dtpm_nvram_impl.cc374 NvramResult TpmNvramImpl::ListSpaces(std::vector<uint32_t>* index_list) { function in class:tpm_manager::TpmNvramImpl
H A Dtpm2_nvram_test.cc533 EXPECT_EQ(NVRAM_RESULT_SUCCESS, tpm_nvram_->ListSpaces(&spaces));
541 EXPECT_NE(NVRAM_RESULT_SUCCESS, tpm_nvram_->ListSpaces(&spaces));
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_test.cc384 service_->ListSpaces(list_request, base::Bind(list_callback, nvram_index));

Completed in 123 milliseconds