Home
last modified time | relevance | path

Searched refs:UMountDfsDocs (Results 1 - 25 of 43) sorted by relevance

12

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_sup_test.cpp306 * @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 Dstorage_manager_client.cpp208 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 Dstorage_manager_client.h52 static int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_daemon/client/include/
H A Dstorage_daemon_client.h67 static int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_stub_mock.h60 MOCK_METHOD4(UMountDfsDocs, int32_t(int32_t, const std::string &, const std::string &, const std::string &));
H A Dstorage_daemon_service_mock.h93 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp477 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 Dstorage_daemon_proxy_mock.h89 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
H A Dstorage_manager_proxy_mock.h113 int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_manager/include/storage_daemon_communication/
H A Dstorage_daemon_communication.h96 int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_mock.h74 MOCK_METHOD4(UMountDfsDocs, int32_t(int32_t, const std::string &, const std::string &, const std::string &));
H A Dstorage_manager_service_mock.h245 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h91 int32_t UMountDfsDocs(const std::string &networkId, const std::string &deviceId, bool needClear);
/foundation/filemanagement/storage_service/services/storage_daemon/include/ipc/
H A Dstorage_daemon_proxy.h89 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
H A Distorage_daemon.h101 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
H A Dstorage_daemon.h100 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp193 deviceManager->UMountDfsDocs(cid, deviceId, true); in GetSession()
/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h88 int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_daemon_proxy_mock.cpp218 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 Ddevice_manager_agent.cpp271 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 Dstorage_manager.cpp642 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 Dstorage_daemon_communication.cpp646 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 Dmock_storage_manager_service.h291 virtual int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/services/storage_manager/include/ipc/
H A Dstorage_manager.h123 int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,
/foundation/filemanagement/storage_service/test/fuzztest/storagemanagerproxy_fuzzer/
H A Dstoragemanagerproxymock.h276 int32_t UMountDfsDocs(int32_t userId, const std::string &relativePath,

Completed in 13 milliseconds

12