/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/ |
H A D | device_manager_agent_sup_test.cpp | 282 * @tc.desc: Verify the MountDfsDocs function. 291 testPtr->MountDfsDocs("", ""); in HWTEST_F() 292 testPtr->MountDfsDocs("test", ""); in HWTEST_F() 294 testPtr->MountDfsDocs("test", "deviceId"); in HWTEST_F() 299 testPtr->MountDfsDocs("test", "deviceId"); in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_manager/client/ |
H A D | storage_manager_client.cpp | 196 int32_t StorageManagerClient::MountDfsDocs(int32_t userId, const std::string &relativePath, in MountDfsDocs() function in OHOS::StorageManager::StorageManagerClient 205 return client->MountDfsDocs(userId, relativePath, networkId, deviceId); in MountDfsDocs()
|
/foundation/filemanagement/storage_service/services/storage_manager/include/client/ |
H A D | storage_manager_client.h | 50 static int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_daemon/client/include/ |
H A D | storage_daemon_client.h | 65 static int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_daemon/client/test/ |
H A D | storage_daemon_client_test.cpp | 125 * @tc.desc: Verify the MountDfsDocs function when args are normal. 141 int32_t ret = storageDaemonClient_->MountDfsDocs(userId, relativePath, networkId, deviceId); in HWTEST_F() 145 ret = storageDaemonClient_->MountDfsDocs(userId, relativePath, networkId, deviceId); in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_stub_mock.h | 59 MOCK_METHOD4(MountDfsDocs, int32_t(int32_t, const std::string &, const std::string &, const std::string &));
|
H A D | storage_daemon_test.cpp | 319 auto ret = storageDaemon_->MountDfsDocs(userId, relativePath, networkId, deviceId); in HWTEST_F() 323 ret = storageDaemon_->MountDfsDocs(userId, relativePath, networkId, deviceId); in HWTEST_F()
|
H A D | storage_daemon_service_mock.h | 87 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_daemon/client/ |
H A D | storage_daemon_client.cpp | 460 int32_t StorageDaemonClient::MountDfsDocs(int32_t userId, const std::string &relativePath, in MountDfsDocs() function in OHOS::StorageDaemon::StorageDaemonClient 474 return client->MountDfsDocs(userId, relativePath, networkId, deviceId); in MountDfsDocs()
|
/foundation/filemanagement/storage_service/services/storage_manager/include/mock/ |
H A D | storage_daemon_proxy_mock.h | 87 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
H A D | storage_manager_proxy_mock.h | 110 int32_t MountDfsDocs(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 | 94 int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_stub_mock.h | 73 MOCK_METHOD4(MountDfsDocs, int32_t(int32_t, const std::string &, const std::string &, const std::string &));
|
H A D | storage_manager_service_mock.h | 239 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/ |
H A D | device_manager_agent.h | 90 int32_t MountDfsDocs(const std::string &networkId, const std::string &deviceId);
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/ |
H A D | storage_daemon_proxy.h | 87 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
H A D | istorage_daemon.h | 99 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
H A D | storage_daemon.h | 98 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/user/ |
H A D | mount_manager.h | 86 int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_manager/mock/ |
H A D | storage_daemon_proxy_mock.cpp | 212 int32_t StorageDaemonProxy::MountDfsDocs(int32_t userId, const std::string &relativePath, in MountDfsDocs() function in OHOS::StorageDaemon::StorageDaemonProxy
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager.cpp | 633 int32_t StorageManager::MountDfsDocs(int32_t userId, const std::string &relativePath, in MountDfsDocs() function in OHOS::StorageManager::StorageManager 636 LOGI("StorageManager::MountDfsDocs start."); in MountDfsDocs() 639 return sdCommunication->MountDfsDocs(userId, relativePath, networkId, deviceId); in MountDfsDocs()
|
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/ |
H A D | storage_daemon_communication.cpp | 630 int32_t StorageDaemonCommunication::MountDfsDocs(int32_t userId, const std::string &relativePath, in MountDfsDocs() function in OHOS::StorageManager::StorageDaemonCommunication 633 LOGI("StorageDaemonCommunication::MountDfsDocs start."); in MountDfsDocs() 643 return storageDaemon_->MountDfsDocs(userId, relativePath, networkId, deviceId); in MountDfsDocs()
|
/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/ |
H A D | mock_storage_manager_service.h | 285 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/ |
H A D | storage_manager.h | 121 int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/ |
H A D | storagemanagerproxymock.h | 270 int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
|