Home
last modified time | relevance | path

Searched refs:StartFuse (Results 1 - 20 of 20) sorted by relevance

/foundation/filemanagement/dfs_service/frameworks/native/cloud_daemon_kit_inner/src/
H A Dcloud_daemon_manager_impl.cpp30 int32_t CloudDaemonManagerImpl::StartFuse(int32_t userId, int32_t devFd, const string &path) in StartFuse() function in OHOS::FileManagement::CloudFile::CloudDaemonManagerImpl
42 return CloudDaemonServiceProxy->StartFuse(userId, devFd, path); in StartFuse()
H A Dcloud_daemon_service_proxy.cpp29 int32_t CloudDaemonServiceProxy::StartFuse(int32_t userId, int32_t devFd, const string &path) in StartFuse() function in OHOS::FileManagement::CloudFile::CloudDaemonServiceProxy
/foundation/filemanagement/dfs_service/test/mock/
H A Dcloud_daemon_manager_mock.cpp25 int32_t CloudDaemonManager::StartFuse(int32_t userId, int32_t devFd, const string &path) in StartFuse() function in OHOS::FileManagement::CloudFile::CloudDaemonManager
H A Dcloud_daemon_manager_impl_mock.cpp30 int32_t CloudDaemonManagerImpl::StartFuse(int32_t userId, int32_t devFd, const string &path) in StartFuse() function in OHOS::FileManagement::CloudFile::CloudDaemonManagerImpl
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_daemon_kit_inner/
H A Dcloud_daemon_manager.h27 virtual int32_t StartFuse(int32_t userId, int32_t devFd, const string &path) = 0;
H A Di_cloud_daemon.h30 virtual int32_t StartFuse(int32_t userId, int32_t deviceFd, const std::string &path) = 0;
/foundation/filemanagement/dfs_service/frameworks/native/cloud_daemon_kit_inner/include/
H A Dcloud_daemon_manager_impl.h30 int32_t StartFuse(int32_t userId, int32_t devFd, const string &path) override;
H A Dcloud_daemon_service_proxy.h32 int32_t StartFuse(int32_t userId, int32_t devFd, const string &path) override;
/foundation/filemanagement/dfs_service/test/unittests/cloud_daemon/
H A Dcloud_daemon_service_proxy_test.cpp145 * @tc.desc: Verify the StartFuse function
157 int ret = proxy_->StartFuse(userId, devFd, path); in HWTEST_F()
168 * @tc.desc: Verify the StartFuse function
180 int ret = proxy_->StartFuse(userId, devFd, path); in HWTEST_F()
H A Dcloud_daemon_manager_impl_test.cpp80 * @tc.desc: Verify the StartFuse function
91 auto res = CloudDaemonManagerImpl::GetInstance().StartFuse(userId, devFd, path); in HWTEST_F()
95 GTEST_LOG_(INFO) << "StartFuse ERROR"; in HWTEST_F()
97 GTEST_LOG_(INFO) << "StartFuse End"; in HWTEST_F()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/fuse_manager/
H A Dfuse_manager.h32 int32_t StartFuse(int32_t userId, int32_t devFd, const string &path);
/foundation/filemanagement/dfs_service/test/unittests/cloud_daemon/include/
H A Dcloud_daemon_service_mock.h41 int32_t StartFuse(int32_t userId, int32_t devFd, const string &path) in StartFuse() function in OHOS::FileManagement::CloudFile::CloudDaemonServiceMock
/foundation/filemanagement/dfs_service/test/fuzztest/clouddaemonmanager_fuzzer/
H A Dclouddaemonmanager_fuzzer.cpp36 CloudDaemonManager::GetInstance().StartFuse(userId, devFd, path); in StartFuseFuzzTest()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/ipc/
H A Dcloud_daemon.h50 int32_t StartFuse(int32_t userId, int32_t deviceFd, const std::string &path) override;
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/
H A Dcloud_daemon.cpp161 int32_t CloudDaemon::StartFuse(int32_t userId, int32_t devFd, const string &path) in StartFuse() function in OHOS::FileManagement::CloudFile::CloudDaemon
165 int32_t ret = FuseManager::GetInstance().StartFuse(userId, devFd, path); in StartFuse()
H A Dcloud_daemon_stub.cpp56 int32_t res = StartFuse(userId, int32_t(fd), path); in HandleStartFuseInner()
/foundation/filemanagement/dfs_service/test/fuzztest/clouddaemonstub_fuzzer/
H A Dclouddaemonstub_fuzzer.cpp45 int32_t StartFuse(int32_t userId, int32_t deviceFd, const std::string &path) override
/foundation/filemanagement/dfs_service/test/unittests/services_daemon/
H A Dcloud_daemon_stub_test.cpp30 MOCK_METHOD3(StartFuse, int32_t(int32_t userId, int32_t deviceFd, const std::string &path));
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp506 ret = CloudDaemonManager::GetInstance().StartFuse(userId, fd, path); in CloudMount()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp1511 int32_t FuseManager::StartFuse(int32_t userId, int32_t devFd, const string &path) in StartFuse() function in OHOS::FileManagement::CloudFile::FuseManager
1513 LOGI("FuseManager::StartFuse entry"); in StartFuse()

Completed in 9 milliseconds