Home
last modified time | relevance | path

Searched refs:GetLocalSessionName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_receive_listener.cpp95 std::string SoftBusFileReceiveListener::GetLocalSessionName(int32_t sessionId) in GetLocalSessionName() function in OHOS::Storage::DistributedFile::SoftBusFileReceiveListener
111 std::string sessionName = GetLocalSessionName(sessionId); in OnReceiveFileProcess()
122 std::string sessionName = GetLocalSessionName(sessionId); in OnReceiveFileFinished()
139 std::string sessionName = GetLocalSessionName(sessionId); in OnFileTransError()
152 std::string sessionName = GetLocalSessionName(sessionId); in OnReceiveFileReport()
163 std::string sessionName = GetLocalSessionName(sessionId); in OnReceiveFileShutdown()
H A Dsoftbus_file_send_listener.cpp54 std::string SoftBusFileSendListener::GetLocalSessionName(int32_t sessionId) in GetLocalSessionName() function in OHOS::Storage::DistributedFile::SoftBusFileSendListener
70 std::string sessionName = GetLocalSessionName(sessionId); in OnSendFileFinished()
81 std::string sessionName = GetLocalSessionName(sessionId); in OnFileTransError()
97 std::string sessionName = GetLocalSessionName(sessionId); in OnSendFileShutdown()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_file_receive_listener_test.cpp96 string sessionName = SoftBusFileReceiveListener::GetLocalSessionName(sessionId);
99 sessionName = SoftBusFileReceiveListener::GetLocalSessionName(sessionId);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_file_send_listener.h36 static std::string GetLocalSessionName(int32_t sessionId);
H A Dsoftbus_file_receive_listener.h37 static std::string GetLocalSessionName(int32_t socket);