Home
last modified time | relevance | path

Searched refs:IStorageSession (Results 1 – 6 of 6) sorted by relevance

/trusty/user/app/storage/test/storage-unittest-aidl/unittests/
Dmod.rs3 IStorageSession::IStorageSession, OpenOptions::OpenOptions, ReadIntegrity::ReadIntegrity,
27 pub(crate) fn create_delete(ss: &(impl IStorageSession + ?Sized)) { in create_delete()
55 pub(crate) fn create_move_delete(ss: &(impl IStorageSession + ?Sized)) { in create_move_delete()
124 pub(crate) fn file_list(ss: &(impl IStorageSession + ?Sized)) { in file_list()
178 pub(crate) fn write_read_sequential(ss: &(impl IStorageSession + ?Sized)) { in write_read_sequential()
Dhelpers.rs3 IStorageSession::IStorageSession, ReadIntegrity::ReadIntegrity,
14 ss: &(impl IStorageSession + ?Sized), in ensure_deleted()
/trusty/user/app/storage/test/storage-unittest-aidl/
Dlib.rs14 IStorageSession::IStorageSession,
30 fn start_session(properties: &FileProperties) -> Result<Strong<dyn IStorageSession>, Status> { in start_session() argument
/trusty/user/base/interface/secure_storage/rust/
Drules.mk41 $(AIDL_DIR)/$(MODULE_AIDL_PACKAGE)/IStorageSession.aidl \
/trusty/user/base/interface/secure_storage/cpp/
Drules.mk39 $(AIDL_DIR)/$(MODULE_AIDL_PACKAGE)/IStorageSession.aidl \
/trusty/user/app/storage/
Daidl_service.cpp77 using ::android::hardware::security::see::storage::IStorageSession;
713 sp<IStorageSession>* out) final { in startSession()