Home
last modified time | relevance | path

Searched refs:MountDfsDocs (Results 1 - 25 of 42) sorted by relevance

12

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_sup_test.cpp282 * @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 Dstorage_manager_client.cpp196 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 Dstorage_manager_client.h50 static int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_daemon/client/include/
H A Dstorage_daemon_client.h65 static int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_daemon/client/test/
H A Dstorage_daemon_client_test.cpp125 * @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 Dstorage_daemon_stub_mock.h59 MOCK_METHOD4(MountDfsDocs, int32_t(int32_t, const std::string &, const std::string &, const std::string &));
H A Dstorage_daemon_test.cpp319 auto ret = storageDaemon_->MountDfsDocs(userId, relativePath, networkId, deviceId); in HWTEST_F()
323 ret = storageDaemon_->MountDfsDocs(userId, relativePath, networkId, deviceId); in HWTEST_F()
H A Dstorage_daemon_service_mock.h87 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp460 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 Dstorage_daemon_proxy_mock.h87 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
H A Dstorage_manager_proxy_mock.h110 int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/
H A Dstorage_daemon_communication.h94 int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h73 MOCK_METHOD4(MountDfsDocs, int32_t(int32_t, const std::string &, const std::string &, const std::string &));
H A Dstorage_manager_service_mock.h239 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h90 int32_t MountDfsDocs(const std::string &networkId, const std::string &deviceId);
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_proxy.h87 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
H A Distorage_daemon.h99 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
H A Dstorage_daemon.h98 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h86 int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp212 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 Dstorage_manager.cpp633 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 Dstorage_daemon_communication.cpp630 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 Dmock_storage_manager_service.h285 virtual int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h121 int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxymock.h270 int32_t MountDfsDocs(int32_t userId, const std::string &relativePath,

Completed in 13 milliseconds

12