Searched refs:StorageDaemonCommunication (Results 1 – 10 of 10) sorted by relevance
56 std::shared_ptr<StorageDaemonCommunication> sdCommunication =57 DelayedSingleton<StorageDaemonCommunication>::GetInstance();78 std::shared_ptr<StorageDaemonCommunication> sdCommunication =79 DelayedSingleton<StorageDaemonCommunication>::GetInstance();103 std::shared_ptr<StorageDaemonCommunication> sdCommunication =128 std::shared_ptr<StorageDaemonCommunication> sdCommunication =154 std::shared_ptr<StorageDaemonCommunication> sdCommunication =181 std::shared_ptr<StorageDaemonCommunication> sdCommunication =205 std::shared_ptr<StorageDaemonCommunication> sdCommunication =230 std::shared_ptr<StorageDaemonCommunication> sdCommunication =[all …]
55 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in GenerateUserKeys()69 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in DeleteUserKeys()86 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in UpdateUserAuth()102 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in ActiveUserKey()116 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in InactiveUserKey()130 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in LockUserScreen()145 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in UnlockUserScreen()158 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in GetFileEncryptStatus()171 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in GetLockScreenStatus()184 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in GenerateAppkey()[all …]
33 StorageDaemonCommunication::StorageDaemonCommunication() in StorageDaemonCommunication() function in OHOS::StorageManager::StorageDaemonCommunication39 StorageDaemonCommunication::~StorageDaemonCommunication() in ~StorageDaemonCommunication()44 int32_t StorageDaemonCommunication::Connect() in Connect()106 int32_t StorageDaemonCommunication::PrepareStartUser(int32_t userId) in PrepareStartUser()121 int32_t StorageDaemonCommunication::StopUser(int32_t userId) in StopUser()136 int32_t StorageDaemonCommunication::CompleteAddUser(int32_t userId) in CompleteAddUser()166 int32_t StorageDaemonCommunication::Unmount(std::string volumeId) in Unmount()181 int32_t StorageDaemonCommunication::Check(std::string volumeId) in Check()289 int32_t StorageDaemonCommunication::ActiveUserKey(uint32_t userId, in ActiveUserKey()398 int32_t StorageDaemonCommunication::ResetSdProxy() in ResetSdProxy()[all …]
52 std::shared_ptr<StorageDaemonCommunication> sdCommunication = nullptr; in PrepareAddUser()53 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in PrepareAddUser()66 std::shared_ptr<StorageDaemonCommunication> sdCommunication = nullptr; in RemoveUser()67 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in RemoveUser()80 std::shared_ptr<StorageDaemonCommunication> sdCommunication = nullptr; in PrepareStartUser()81 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in PrepareStartUser()94 std::shared_ptr<StorageDaemonCommunication> sdCommunication = nullptr; in StopUser()95 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in StopUser()108 std::shared_ptr<StorageDaemonCommunication> sdCommunication = nullptr; in CompleteAddUser()109 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in CompleteAddUser()
108 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in Mount()109 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in Mount()137 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in Unmount()138 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in Unmount()157 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in Check()158 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in Check()221 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in SetVolumeDescription()222 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in SetVolumeDescription()239 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in Format()240 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in Format()
539 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in CreateShareFile()540 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in CreateShareFile()546 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in DeleteShareFile()547 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in DeleteShareFile()554 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in SetBundleQuota()555 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in SetBundleQuota()588 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in UpdateMemoryPara()589 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in UpdateMemoryPara()597 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in MountDfsDocs()598 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in MountDfsDocs()[all …]
62 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in Partition()63 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in Partition()
147 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in GetFileStorageStats()148 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in GetFileStorageStats()238 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in GetBundleStatsForIncrease()239 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in GetBundleStatsForIncrease()
26 class StorageDaemonCommunication : public NoCopyable {27 DECLARE_DELAYED_SINGLETON(StorageDaemonCommunication);
76 std::shared_ptr<StorageDaemonCommunication> sdCommunication; in MountCryptoPathAgain()77 sdCommunication = DelayedSingleton<StorageDaemonCommunication>::GetInstance(); in MountCryptoPathAgain()