Home
last modified time | relevance | path

Searched refs:StorageManagerProxy (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp31 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 …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp79 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 …]
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dstorage_manager_proxy.h24 class StorageManagerProxy : public IRemoteProxy<IStorageManager> {
26 explicit StorageManagerProxy(const sptr<IRemoteObject>& impl) in StorageManagerProxy() function
28 ~StorageManagerProxy() override {} in ~StorageManagerProxy()
104 static inline BrokerDelegator<StorageManagerProxy> delegator_;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_manager_proxy_mock.h24 class StorageManagerProxy : public IRemoteProxy<IStorageManager> {
26 explicit StorageManagerProxy(const sptr<IRemoteObject>& impl) in StorageManagerProxy() function
28 ~StorageManagerProxy() override {} in ~StorageManagerProxy()
104 static inline BrokerDelegator<StorageManagerProxy> delegator_;
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp31 auto proxy = std::make_shared<StorageManagerProxy>(impl); in StorageManagerProxyFuzzTest()
78 auto proxy = std::make_shared<StorageManagerProxy>(impl); in StorageManagerProxyGetFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_test.cpp93 bool bRet = data.WriteInterfaceToken(StorageManagerProxy::GetDescriptor());
H A Dstorage_manager_stub_noper_test.cpp108 bool bRet = data.WriteInterfaceToken(StorageManagerProxy::GetDescriptor());
H A Dstorage_manager_proxy_test.cpp37 std::shared_ptr<StorageManagerProxy> proxy_ = nullptr;
44 proxy_ = std::make_shared<StorageManagerProxy>(mock_); in SetUp()