Home
last modified time | relevance | path

Searched refs:daemon (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp16 #include "ipc/daemon.h"
82 throw runtime_error("Failed to publish the daemon"); in PublishSA()
402 auto daemon = GetRemoteSA(srcDeviceId); in PrepareSession() local
403 if (daemon == nullptr) { in PrepareSession()
409 auto ret = GetRealPath(srcUri, dstUri, physicalPath, info, daemon); in PrepareSession()
435 ret = Copy(srcUri, physicalPath, daemon, sessionName); in PrepareSession()
455 const sptr<IDaemon> &daemon) in GetRealPath()
460 if (daemon == nullptr) { in GetRealPath()
461 LOGE("Daemon::GetRealPath daemon is nullptr"); in GetRealPath()
464 auto ret = daemon in GetRealPath()
451 GetRealPath(const std::string &srcUri, const std::string &dstUri, std::string &physicalPath, HmdfsInfo &info, const sptr<IDaemon> &daemon) GetRealPath() argument
589 auto daemon = iface_cast<IDaemon>(object); GetRemoteSA() local
598 Copy(const std::string &srcUri, const std::string &dstPath, const sptr<IDaemon> &daemon, const std::string &sessionName) Copy() argument
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon.h105 const sptr<IDaemon> &daemon);
113 const sptr<IDaemon> &daemon,

Completed in 2 milliseconds