/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/ |
H A D | device_manager_agent_sup_test.cpp | 306 * @tc.desc: Verify the UMountDfsDocs function. 314 testPtr->UMountDfsDocs("", "", false); in HWTEST_F() 315 testPtr->UMountDfsDocs("test", "", false); in HWTEST_F() 317 testPtr->UMountDfsDocs("test", "deviceId", false); in HWTEST_F() 321 testPtr->UMountDfsDocs("test", "deviceId", true); in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_manager/client/ |
H A D | storage_manager_client.cpp | 208 int32_t StorageManagerClient::UMountDfsDocs(int32_t userId, const std::string &relativePath, in UMountDfsDocs() function in OHOS::StorageManager::StorageManagerClient 217 return client->UMountDfsDocs(userId, relativePath, networkId, deviceId); in UMountDfsDocs()
|
/foundation/filemanagement/storage_service/services/storage_manager/include/client/ |
H A D | storage_manager_client.h | 52 static int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_daemon/client/include/ |
H A D | storage_daemon_client.h | 67 static int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_stub_mock.h | 60 MOCK_METHOD4(UMountDfsDocs, int32_t(int32_t, const std::string &, const std::string &, const std::string &));
|
H A D | storage_daemon_service_mock.h | 93 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_daemon/client/ |
H A D | storage_daemon_client.cpp | 477 int32_t StorageDaemonClient::UMountDfsDocs(int32_t userId, const std::string &relativePath, in UMountDfsDocs() function in OHOS::StorageDaemon::StorageDaemonClient 491 return client->UMountDfsDocs(userId, relativePath, networkId, deviceId); in UMountDfsDocs()
|
/foundation/filemanagement/storage_service/services/storage_manager/include/mock/ |
H A D | storage_daemon_proxy_mock.h | 89 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
H A D | storage_manager_proxy_mock.h | 113 int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/ |
H A D | storage_daemon_communication.h | 96 int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_stub_mock.h | 74 MOCK_METHOD4(UMountDfsDocs, int32_t(int32_t, const std::string &, const std::string &, const std::string &));
|
H A D | storage_manager_service_mock.h | 245 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/ |
H A D | device_manager_agent.h | 91 int32_t UMountDfsDocs(const std::string &networkId, const std::string &deviceId, bool needClear);
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/ |
H A D | storage_daemon_proxy.h | 89 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
H A D | istorage_daemon.h | 101 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
H A D | storage_daemon.h | 100 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
H A D | network_agent_template.cpp | 193 deviceManager->UMountDfsDocs(cid, deviceId, true); in GetSession()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/user/ |
H A D | mount_manager.h | 88 int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_daemon_proxy_mock.cpp | 218 int32_t StorageDaemonProxy::UMountDfsDocs(int32_t userId, const std::string &relativePath, in UMountDfsDocs() function in OHOS::StorageDaemon::StorageDaemonProxy
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/ |
H A D | device_manager_agent.cpp | 271 UMountDfsDocs(networkId, deviceId, true); in OnDeviceOffline() 534 int32_t DeviceManagerAgent::UMountDfsDocs(const std::string &networkId, const std::string &deviceId, bool needClear) in UMountDfsDocs() function in OHOS::Storage::DistributedFile::DeviceManagerAgent 536 LOGI("UMountDfsDocs start in OpenP2PConnection, networkId: %{public}s, deviceId: %{public}s", in UMountDfsDocs() 557 ret = storageMgrProxy_->UMountDfsDocs(userId, "account", networkId, deviceId); in UMountDfsDocs() 559 LOGE("UMountDfsDocs fail, ret = %{public}d", ret); in UMountDfsDocs() 561 LOGE("UMountDfsDocs success, deviceId %{public}s erase count", in UMountDfsDocs() 565 LOGI("storageMgr.UMountDfsDocs end."); in UMountDfsDocs()
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager.cpp | 642 int32_t StorageManager::UMountDfsDocs(int32_t userId, const std::string &relativePath, in UMountDfsDocs() function in OHOS::StorageManager::StorageManager 645 LOGI("StorageManager::UMountDfsDocs start."); in UMountDfsDocs() 648 return sdCommunication->UMountDfsDocs(userId, relativePath, networkId, deviceId); in UMountDfsDocs()
|
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/ |
H A D | storage_daemon_communication.cpp | 646 int32_t StorageDaemonCommunication::UMountDfsDocs(int32_t userId, const std::string &relativePath, in UMountDfsDocs() function in OHOS::StorageManager::StorageDaemonCommunication 649 LOGI("StorageDaemonCommunication::UMountDfsDocs start."); in UMountDfsDocs() 659 return storageDaemon_->UMountDfsDocs(userId, relativePath, networkId, deviceId); in UMountDfsDocs()
|
/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/ |
H A D | mock_storage_manager_service.h | 291 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/ |
H A D | storage_manager.h | 123 int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/ |
H A D | storagemanagerproxymock.h | 276 int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
|