Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/services/session/server/softbus/
H A Dsoftbus_session_manager.cpp23 SoftbusSessionManager& SoftbusSessionManager::GetInstance() in GetInstance()
25 static SoftbusSessionManager softbusSessionListener; in GetInstance()
32 SoftbusSessionManager::GetInstance().OnBind(socket, info); in OnBind()
38 SoftbusSessionManager::GetInstance().OnShutdown(socket, reason); in OnShutdown()
45 SoftbusSessionManager::GetInstance().OnBytes(socket, msg.c_str(), dataLen); in OnBytes()
52 SoftbusSessionManager::GetInstance().OnMessage(socket, msg.c_str(), dataLen); in OnMessage()
62 int32_t SoftbusSessionManager::Socket(const std::string &pkgName) in Socket()
90 void SoftbusSessionManager::Shutdown(int32_t socket) in Shutdown()
96 int32_t SoftbusSessionManager
[all...]
H A Dsoftbus_session.cpp26 int ret = SoftbusSessionManager::GetInstance().ObtainPeerDeviceId(sessionId, deviceId); in OnConnectSession()
36 int ret = SoftbusSessionManager::GetInstance().ObtainPeerDeviceId(sessionId, deviceId); in OnDisConnectSession()
48 SoftbusSessionManager::GetInstance().SendBytes(it->second, data); in SendByteToAll()
58 SoftbusSessionManager::GetInstance().SendBytes(iter->second, data); in SendByte()
65 SoftbusSessionManager::GetInstance().SendBytes(sessionId, data); in SendByte()
74 SoftbusSessionManager::GetInstance().SendMessage(iter->second, data); in SendMessage()
81 SoftbusSessionManager::GetInstance().SendMessage(sessionId, data); in SendMessage()
H A Dsoftbus_session_server.cpp29 int ret = SoftbusSessionManager::GetInstance().ObtainPeerDeviceId(sessionId, deviceId); in ConnectProxy()
40 int ret = SoftbusSessionManager::GetInstance().ObtainPeerDeviceId(sessionId, deviceId); in DisconnectProxy()
H A Dsoftbus_session_manager.h35 class SoftbusSessionManager { class
37 static SoftbusSessionManager& GetInstance();
H A Dsoftbus_distributed_data_manager.cpp35 SoftbusSessionManager::GetInstance().AddSessionListener(ssListener_); in Init()
87 int32_t socket = SoftbusSessionManager::GetInstance().Socket(pkg); in InitSessionServer()
113 SoftbusSessionManager::GetInstance().Shutdown(mSocket); in DestroySessionServer()
/foundation/multimedia/av_session/services/session/server/test/fuzztest/softbussessionmanager_fuzzer/
H A Dsoftbussessionmanager_fuzzer.cpp47 std::shared_ptr<SoftbusSessionManager> manager_ = std::make_shared<SoftbusSessionManager>(); in SoftbusSessionManagerFuzzTest()
/foundation/multimedia/av_session/services/session/server/test/
H A Dsoftbus_session_manager_test.cpp48 std::shared_ptr<SoftbusSessionManager> manager_;
58 manager_ = std::make_shared<SoftbusSessionManager>(); in SetUp()

Completed in 5 milliseconds