Home
last modified time | relevance | path

Searched refs:copyPath (Results 1 - 10 of 10) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Ddaemon_test.cpp190 const std::string copyPath = "tmpDir"; in HWTEST_F() local
193 .copyPath = copyPath, in HWTEST_F()
H A Ddaemon_manager_impl_test.cpp154 const std::string copyPath = "tmpDir"; in HWTEST_F() local
157 .copyPath = copyPath, in HWTEST_F()
H A Ddaemon_service_proxy_test.cpp117 const std::string copyPath = "tmpDir"; in HWTEST_F() local
119 .copyPath = copyPath, in HWTEST_F()
H A Ddaemon_stub_test.cpp62 .copyPath = COPY_PATH,
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dhmdfs_info.h25 std::string copyPath; member
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dtranslistener.cpp137 info.copyPath = tmpDir; in PrepareCopySession()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp230 if (!data.ReadString(info.copyPath)) { in HandlePrepareSession()
231 LOGE("read info.copyPath failed"); in HandlePrepareSession()
H A Ddaemon.cpp541 "/" + info.copyPath; in CheckCopyRule()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/
H A Dtrans_listener.cpp175 info.copyPath = tmpDir; in PrepareCopySession()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_proxy.cpp296 if (!data.WriteString(info.copyPath)) { in PrepareSession()
297 LOGE("Failed to send info.copyPath"); in PrepareSession()

Completed in 6 milliseconds