Searched refs:StorageManagerProxy (Results 1 – 8 of 8) sorted by relevance
31 int32_t StorageManagerProxy::PrepareStartUser(int32_t userId) in PrepareStartUser()36 int32_t StorageManagerProxy::StopUser(int32_t userId) in StopUser()41 int32_t StorageManagerProxy::CompleteAddUser(int32_t userId) in CompleteAddUser()51 int32_t StorageManagerProxy::DeleteUserKeys(uint32_t userId) in DeleteUserKeys()64 int32_t StorageManagerProxy::ActiveUserKey(uint32_t userId, in ActiveUserKey()71 int32_t StorageManagerProxy::InactiveUserKey(uint32_t userId) in InactiveUserKey()76 int32_t StorageManagerProxy::LockUserScreen(uint32_t userId) in LockUserScreen()146 int32_t StorageManagerProxy::Mount(std::string volumeId) in Mount()151 int32_t StorageManagerProxy::Unmount(std::string volumeId) in Unmount()161 int32_t StorageManagerProxy::NotifyDiskCreated(Disk disk) in NotifyDiskCreated()[all …]
79 int32_t StorageManagerProxy::PrepareStartUser(int32_t userId) in PrepareStartUser()102 int32_t StorageManagerProxy::StopUser(int32_t userId) in StopUser()125 int32_t StorageManagerProxy::CompleteAddUser(int32_t userId) in CompleteAddUser()176 int32_t StorageManagerProxy::DeleteUserKeys(uint32_t userId) in DeleteUserKeys()244 int32_t StorageManagerProxy::ActiveUserKey(uint32_t userId, in ActiveUserKey()279 int32_t StorageManagerProxy::InactiveUserKey(uint32_t userId) in InactiveUserKey()303 int32_t StorageManagerProxy::LockUserScreen(uint32_t userId) in LockUserScreen()653 int32_t StorageManagerProxy::Mount(std::string volumeId) in Mount()677 int32_t StorageManagerProxy::Unmount(std::string volumeId) in Unmount()734 int32_t StorageManagerProxy::NotifyDiskCreated(Disk disk) in NotifyDiskCreated()[all …]
24 class StorageManagerProxy : public IRemoteProxy<IStorageManager> {26 explicit StorageManagerProxy(const sptr<IRemoteObject>& impl) in StorageManagerProxy() function28 ~StorageManagerProxy() override {} in ~StorageManagerProxy()104 static inline BrokerDelegator<StorageManagerProxy> delegator_;
31 auto proxy = std::make_shared<StorageManagerProxy>(impl); in StorageManagerProxyFuzzTest()78 auto proxy = std::make_shared<StorageManagerProxy>(impl); in StorageManagerProxyGetFuzzTest()
93 bool bRet = data.WriteInterfaceToken(StorageManagerProxy::GetDescriptor());
108 bool bRet = data.WriteInterfaceToken(StorageManagerProxy::GetDescriptor());
37 std::shared_ptr<StorageManagerProxy> proxy_ = nullptr;44 proxy_ = std::make_shared<StorageManagerProxy>(mock_); in SetUp()