Searched refs:SoftbusDistributedDataManager (Results 1 – 4 of 4) sorted by relevance
25 SoftbusDistributedDataManager::SoftbusDistributedDataManager() {} in SoftbusDistributedDataManager() function in OHOS::AVSession::SoftbusDistributedDataManager27 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 …]
25 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();
41 std::shared_ptr<SoftbusDistributedDataManager> softBusDistributedDataMgr_ =42 std::make_shared<SoftbusDistributedDataManager>();
49 std::shared_ptr<SoftbusDistributedDataManager> distributed_;59 distributed_ = std::make_shared<SoftbusDistributedDataManager>(); in SetUp()