Home
last modified time | relevance | path

Searched defs:ListSpaces (Results 1 – 10 of 10) sorted by relevance

/system/tpm/tpm_manager/aidl/android/tpm_manager/
DITpmNvram.aidl29 oneway void ListSpaces(in byte[] command_proto, in ITpmManagerClient client); in ListSpaces() method
/system/tpm/tpm_manager/client/
Dtpm_nvram_dbus_proxy.cc75 void TpmNvramDBusProxy::ListSpaces(const ListSpacesRequest& request, in ListSpaces() function in tpm_manager::TpmNvramDBusProxy
Dtpm_nvram_binder_proxy.cc107 void TpmNvramBinderProxy::ListSpaces(const ListSpacesRequest& request, in ListSpaces() function in tpm_manager::TpmNvramBinderProxy
Dtpm_nvram_dbus_proxy_test.cc223 TEST_F(TpmNvramDBusProxyTest, ListSpaces) { in TEST_F() argument
/system/tpm/tpm_manager/server/
Dbinder_service.cc182 android::binder::Status BinderService::NvramServiceInternal::ListSpaces( in ListSpaces() function in tpm_manager::BinderService::NvramServiceInternal
Dtpm_manager_service.cc258 void TpmManagerService::ListSpaces(const ListSpacesRequest& request, in ListSpaces() function in tpm_manager::TpmManagerService
Dtpm_nvram_impl.cc374 NvramResult TpmNvramImpl::ListSpaces(std::vector<uint32_t>* index_list) { in ListSpaces() function in tpm_manager::TpmNvramImpl
Dbinder_service_test.cc263 TEST_F(BinderServiceTest, ListSpaces) { in TEST_F() argument
Dtpm2_nvram_impl.cc428 NvramResult Tpm2NvramImpl::ListSpaces(std::vector<uint32_t>* index_list) { in ListSpaces() function in tpm_manager::Tpm2NvramImpl
Ddbus_service_test.cc280 TEST_F(DBusServiceTest, ListSpaces) { in TEST_F() argument