Home
last modified time | relevance | path

Searched refs:SoftbusDistributedDataManager (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/softbus/
H A Dsoftbus_distributed_data_manager.cpp25 SoftbusDistributedDataManager::SoftbusDistributedDataManager() {} in SoftbusDistributedDataManager() function in OHOS::AVSession::SoftbusDistributedDataManager
27 SoftbusDistributedDataManager::~SoftbusDistributedDataManager() {} in ~SoftbusDistributedDataManager()
30 void SoftbusDistributedDataManager::Init() in Init()
32 std::weak_ptr<SoftbusDistributedDataManager> managerWeak(shared_from_this()); in Init()
38 void SoftbusDistributedDataManager::SessionOpened(int32_t socket, PeerSocketInfo info) in SessionOpened()
53 void SoftbusDistributedDataManager::SessionClosed(int32_t socket) in SessionClosed()
83 void SoftbusDistributedDataManager::InitSessionServer(const std::string &pkg) in InitSessionServer()
103 void SoftbusDistributedDataManager::DestroySessionServer(const std::string &pkg) in DestroySessionServer()
129 void SoftbusDistributedDataManager::OnSessionServerOpened() in OnSessionServerOpened()
135 void SoftbusDistributedDataManager::OnSessionServerClosed(int32_t socket) in OnSessionServerClosed()
[all …]
H A Dsoftbus_distributed_data_manager.h25 class SoftbusDistributedDataManager : public std::enable_shared_from_this<SoftbusDistributedDataMan…
28 explicit SSListener(std::weak_ptr<SoftbusDistributedDataManager> ptr) in SSListener()
35 std::shared_ptr<SoftbusDistributedDataManager> manager = ptr_.lock(); in OnBind()
43 std::shared_ptr<SoftbusDistributedDataManager> manager = ptr_.lock(); in OnShutdown()
51 std::shared_ptr<SoftbusDistributedDataManager> manager = ptr_.lock(); in OnMessage()
60 std::shared_ptr<SoftbusDistributedDataManager> manager = ptr_.lock(); in OnBytes()
67 std::weak_ptr<SoftbusDistributedDataManager> ptr_;
71 SoftbusDistributedDataManager();
73 ~SoftbusDistributedDataManager();
/ohos5.0/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_manager.h41 std::shared_ptr<SoftbusDistributedDataManager> softBusDistributedDataMgr_ =
42 std::make_shared<SoftbusDistributedDataManager>();
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dsoftbus_session_manager_test.cpp49 std::shared_ptr<SoftbusDistributedDataManager> distributed_;
59 distributed_ = std::make_shared<SoftbusDistributedDataManager>(); in SetUp()