Home
last modified time | relevance | path

Searched defs:GetRemoteCopyInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Di_daemon_mock.h80 int32_t GetRemoteCopyInfo(const std::string &srcUri, bool &isFile, bool &isDir) in GetRemoteCopyInfo() function
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_manager_impl.cpp103 int32_t DistributedFileDaemonManagerImpl::GetRemoteCopyInfo(const std::string &srcUri, bool &isFile… in GetRemoteCopyInfo() function in OHOS::Storage::DistributedFile::DistributedFileDaemonManagerImpl
H A Ddistributed_file_daemon_proxy.cpp366 int32_t DistributedFileDaemonProxy::GetRemoteCopyInfo(const std::string &srcUri, bool &isFile, bool… in GetRemoteCopyInfo() function in OHOS::Storage::DistributedFile::DistributedFileDaemonProxy
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H A Ddaemonstub_fuzzer.cpp99 int32_t GetRemoteCopyInfo(const std::string &srcUri, bool &isFile, bool &isDir) override in GetRemoteCopyInfo() function in OHOS::DaemonStubImpl
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp542 int32_t Daemon::GetRemoteCopyInfo(const std::string &srcUri, bool &isSrcFile, bool &srcIsDir) in GetRemoteCopyInfo() function in OHOS::Storage::DistributedFile::Daemon