Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/agent/session/
H A Dbase_session.h38 class BaseSession : public Object, class
42 using Ptr = std::shared_ptr<BaseSession>;
44 BaseSession() = default;
45 virtual ~BaseSession() = default;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dsession_pool.h37 void HoldSession(std::shared_ptr<BaseSession> session, const std::string backStage);
41 bool DeviceConnectCountOnly(std::shared_ptr<BaseSession> session);
46 std::list<std::shared_ptr<BaseSession>> usrSpaceSessionPool_;
51 void AddSessionToPool(std::shared_ptr<BaseSession> session);
H A Dbase_session.h27 class BaseSession { class
29 virtual ~BaseSession() = default;
H A Dnetwork_agent_template.h67 void AcceptSession(std::shared_ptr<BaseSession> session, const std::string backStage);
80 virtual void CloseSession(std::shared_ptr<BaseSession> session) = 0;
H A Dkernel_talker.h53 void SinkSessionTokernel(std::shared_ptr<BaseSession> session, const std::string backStage);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dsession_pool.cpp47 void SessionPool::HoldSession(shared_ptr<BaseSession> session, const std::string backStage) in HoldSession()
131 void SessionPool::AddSessionToPool(shared_ptr<BaseSession> session) in AddSessionToPool()
171 bool SessionPool::DeviceConnectCountOnly(std::shared_ptr<BaseSession> session) in DeviceConnectCountOnly()
H A Dkernel_talker.cpp73 void KernelTalker::SinkSessionTokernel(shared_ptr<BaseSession> session, const std::string backStage) in SinkSessionTokernel()
H A Dnetwork_agent_template.cpp148 void NetworkAgentTemplate::AcceptSession(shared_ptr<BaseSession> session, const std::string backStage) in AcceptSession()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H A Dscreen_capture_session.h23 class ScreenCaptureSession : public BaseSession {
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session.h30 class SoftbusSession final : public BaseSession {
H A Dsoftbus_agent.h45 void CloseSession(std::shared_ptr<BaseSession> session) override;
/foundation/CastEngine/castengine_wifi_display/services/agent/
H A Dagent.h116 BaseSession::Ptr session_ = nullptr;
H A Dagent.cpp35 session_ = std::static_pointer_cast<BaseSession>(ReflectRegistration::GetInstance().CreateObject(className)); in CreateSession()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_sink_session.h34 class WfdSinkSession : public BaseSession,
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_source_session.h36 class WfdSourceSession : public BaseSession,
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp257 void SoftbusAgent::CloseSession(shared_ptr<BaseSession> session) in CloseSession()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dsession_pool_test.cpp57 void KernelTalker::SinkSessionTokernel(std::shared_ptr<BaseSession> session, const std::string backStage) in SinkSessionTokernel()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/
H A Dcontext_unit_test.cpp32 class ContextTestScene : public BaseSession,

Completed in 8 milliseconds