Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsession_manager.cpp80 auto sendSession = CreateSession(SoftbusSession::DataType::TYPE_BYTES, peerNetworkId); in SendData() local
81 if (sendSession == nullptr) { in SendData()
84 return sendSession->SendData(data, dataLen); in SendData()
91 auto sendSession = CreateSession(SoftbusSession::DataType::TYPE_FILE, peerNetworkId); in SendFile() local
92 if (sendSession == nullptr) { in SendFile()
95 return sendSession->SendFile(sFileList, dFileList); in SendFile()
113 auto sendSession = make_shared<SoftbusSession>(peerDeviceId, SESSION_NAME.c_str(), type); in CreateSession() local
114 auto ret = sendSession->Start(); in CreateSession()
120 CacheSendSession(sendSession); in CreateSession()
121 return sendSession; in CreateSession()
131 auto sendSession = GetSendSession(type, peerDeviceId); ReleaseSession() local
[all...]

Completed in 1 milliseconds