Home
last modified time | relevance | path

Searched refs:NotifyDiskDestroyed (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp75 int32_t StorageManagerClient::NotifyDiskDestroyed(std::string id) in NotifyDiskDestroyed() function in OHOS::StorageDaemon::StorageManagerClient
81 storageManager_->NotifyDiskDestroyed(id); in NotifyDiskDestroyed()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_manager_client.h31 int32_t NotifyDiskDestroyed(std::string id);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_manager.cpp158 ret = client.NotifyDiskDestroyed((*i)->GetId()); in DestroyDisk()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxy_fuzzer.cpp64 proxy->NotifyDiskDestroyed(metaData); in StorageManagerProxyFuzzTest()
H A Dstoragemanagerproxymock.h146 int32_t NotifyDiskDestroyed(std::string diskId) override in NotifyDiskDestroyed() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h50 MOCK_METHOD1(NotifyDiskDestroyed, int32_t(std::string));
H A Dstorage_manager_service_mock.h150 virtual int32_t NotifyDiskDestroyed(std::string diskId) override in NotifyDiskDestroyed() function
H A Dstorage_manager_proxy_test.cpp720 int32_t result = proxy->NotifyDiskDestroyed(diskId);
/ohos5.0/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Distorage_manager.h62 virtual int32_t NotifyDiskDestroyed(std::string diskId) = 0;
H A Dstorage_manager_proxy.h54 int32_t NotifyDiskDestroyed(std::string diskId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h62 int32_t NotifyDiskDestroyed(std::string diskId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/mock/
H A Dstorage_manager_proxy_mock.h54 int32_t NotifyDiskDestroyed(std::string diskId) override;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp166 int32_t StorageManagerProxy::NotifyDiskDestroyed(std::string diskId) in NotifyDiskDestroyed() function in OHOS::StorageManager::StorageManagerProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_storage_manager_service.h146 virtual int32_t NotifyDiskDestroyed(std::string diskId) override in NotifyDiskDestroyed() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager.cpp300 int32_t StorageManager::NotifyDiskDestroyed(std::string diskId) in NotifyDiskDestroyed() function in OHOS::StorageManager::StorageManager
H A Dstorage_manager_stub.cpp638 NotifyDiskDestroyed(diskId); in HandleNotifyDiskDestroyed()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp177 int32_t NotifyDiskDestroyed(std::string diskId) in NotifyDiskDestroyed() function in OHOS::AccountTest::MockStorageMgrProxy
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp754 int32_t StorageManagerProxy::NotifyDiskDestroyed(std::string diskId) in NotifyDiskDestroyed() function in OHOS::StorageManager::StorageManagerProxy