Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/crypto/test/
H A Dfilesystem_crypto_test.cpp44 std::shared_ptr<FileSystemCrypto> fileSystemCrypto_ =
45 DelayedSingleton<FileSystemCrypto>::GetInstance();
67 std::shared_ptr<FileSystemCrypto> fileSystemCrypto_ =
68 DelayedSingleton<FileSystemCrypto>::GetInstance();
89 std::shared_ptr<FileSystemCrypto> fileSystemCrypto_ =
90 DelayedSingleton<FileSystemCrypto>::GetInstance();
113 std::shared_ptr<FileSystemCrypto> fileSystemCrypto_ =
114 DelayedSingleton<FileSystemCrypto>::GetInstance();
134 std::shared_ptr<FileSystemCrypto> fileSystemCrypto_ =
159 std::shared_ptr<FileSystemCrypto> fileSystemCrypto_ =
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/crypto/
H A Dfilesystem_crypto.cpp28 FileSystemCrypto::FileSystemCrypto() in FileSystemCrypto() function in OHOS::StorageManager::FileSystemCrypto
33 FileSystemCrypto::~FileSystemCrypto() in ~FileSystemCrypto()
38 int32_t FileSystemCrypto::CheckUserIdRange(int32_t userId) in CheckUserIdRange()
47 int32_t FileSystemCrypto::GenerateUserKeys(uint32_t userId, uint32_t flags) in GenerateUserKeys()
61 int32_t FileSystemCrypto::DeleteUserKeys(uint32_t userId) in DeleteUserKeys()
92 int32_t FileSystemCrypto::ActiveUserKey(uint32_t userId, in ActiveUserKey()
108 int32_t FileSystemCrypto::InactiveUserKey(uint32_t userId) in InactiveUserKey()
122 int32_t FileSystemCrypto::LockUserScreen(uint32_t userId) in LockUserScreen()
135 int32_t FileSystemCrypto::UnlockUserScreen(uint32_t userId, in UnlockUserScreen()
189 int32_t FileSystemCrypto::DeleteAppkey(const std::string keyId) in DeleteAppkey()
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp394 std::shared_ptr<FileSystemCrypto> fsCrypto = DelayedSingleton<FileSystemCrypto>::GetInstance(); in GenerateUserKeys()
406 std::shared_ptr<FileSystemCrypto> fsCrypto = DelayedSingleton<FileSystemCrypto>::GetInstance(); in DeleteUserKeys()
421 std::shared_ptr<FileSystemCrypto> fsCrypto = DelayedSingleton<FileSystemCrypto>::GetInstance(); in UpdateUserAuth()
435 std::shared_ptr<FileSystemCrypto> fsCrypto = DelayedSingleton<FileSystemCrypto>::GetInstance(); in ActiveUserKey()
447 std::shared_ptr<FileSystemCrypto> fsCrypto = DelayedSingleton<FileSystemCrypto>::GetInstance(); in InactiveUserKey()
459 std::shared_ptr<FileSystemCrypto> fsCrypto = DelayedSingleton<FileSystemCrypto>::GetInstance(); in LockUserScreen()
470 std::shared_ptr<FileSystemCrypto> fsCrypto = DelayedSingleton<FileSystemCrypto>::GetInstance(); in GetFileEncryptStatus()
483 std::shared_ptr<FileSystemCrypto> fsCrypto = DelayedSingleton<FileSystemCrypto>::GetInstance(); in UnlockUserScreen()
494 std::shared_ptr<FileSystemCrypto> fsCrypto = DelayedSingleton<FileSystemCrypto>::GetInstance(); in GetLockScreenStatus()
505 std::shared_ptr<FileSystemCrypto> fsCrypto = DelayedSingleton<FileSystemCrypto>::GetInstance(); in GenerateAppkey()
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/crypto/
H A Dfilesystem_crypto.h25 class FileSystemCrypto final : public NoCopyable {
26 DECLARE_DELAYED_SINGLETON(FileSystemCrypto);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/account_subscriber/
H A Daccount_subscriber.cpp207 std::shared_ptr<FileSystemCrypto> fsCrypto = DelayedSingleton<FileSystemCrypto>::GetInstance(); in OnReceiveEventLockUserScreen()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/filesystemcrypto_fuzzer/
H A Dfilesystemcrypto_fuzzer.cpp34 std::shared_ptr<FileSystemCrypto> fileSystem =
35 DelayedSingleton<FileSystemCrypto>::GetInstance();