Home
last modified time | relevance | path

Searched refs:spt (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_dispatcher.cpp91 if (auto spt = agent.lock()) { in OnSessionOpened()
92 spt->OnSessionOpened(sessionId, info); in OnSessionOpened()
115 if (auto spt = agent.lock()) { in OnSessionClosed()
116 spt->OnSessionClosed(sessionId, peerDevId); in OnSessionClosed()
H A Dsoftbus_agent.cpp47 auto spt = mountPoint.lock(); in SoftbusAgent() local
48 if (spt == nullptr) { in SoftbusAgent()
54 string path = spt->GetMountArgument().GetFullDst(); in SoftbusAgent()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dkernel_talker.h64 auto spt = mountPoint_.lock(); in SetCmd() local
65 if (spt == nullptr) { in SetCmd()
69 std::string ctrlPath = spt->GetMountArgument().GetCtrlPath(); in SetCmd()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dkernel_talker.cpp165 auto spt = mountPoint_.lock(); in PollRun() local
166 if (spt == nullptr) { in PollRun()
170 string ctrlPath = spt->GetMountArgument().GetCtrlPath(); in PollRun()

Completed in 2 milliseconds