Searched refs:BaseSession (Results 1 - 18 of 18) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/agent/session/ |
H A D | base_session.h | 38 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 D | session_pool.h | 37 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 D | base_session.h | 27 class BaseSession { class 29 virtual ~BaseSession() = default;
|
H A D | network_agent_template.h | 67 void AcceptSession(std::shared_ptr<BaseSession> session, const std::string backStage); 80 virtual void CloseSession(std::shared_ptr<BaseSession> session) = 0;
|
H A D | kernel_talker.h | 53 void SinkSessionTokernel(std::shared_ptr<BaseSession> session, const std::string backStage);
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
H A D | session_pool.cpp | 47 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 D | kernel_talker.cpp | 73 void KernelTalker::SinkSessionTokernel(shared_ptr<BaseSession> session, const std::string backStage) in SinkSessionTokernel()
|
H A D | network_agent_template.cpp | 148 void NetworkAgentTemplate::AcceptSession(shared_ptr<BaseSession> session, const std::string backStage) in AcceptSession()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/ |
H A D | screen_capture_session.h | 23 class ScreenCaptureSession : public BaseSession {
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/ |
H A D | softbus_session.h | 30 class SoftbusSession final : public BaseSession {
|
H A D | softbus_agent.h | 45 void CloseSession(std::shared_ptr<BaseSession> session) override;
|
/foundation/CastEngine/castengine_wifi_display/services/agent/ |
H A D | agent.h | 116 BaseSession::Ptr session_ = nullptr;
|
H A D | agent.cpp | 35 session_ = std::static_pointer_cast<BaseSession>(ReflectRegistration::GetInstance().CreateObject(className)); in CreateSession()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/ |
H A D | wfd_sink_session.h | 34 class WfdSinkSession : public BaseSession,
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/ |
H A D | wfd_source_session.h | 36 class WfdSourceSession : public BaseSession,
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_agent.cpp | 257 void SoftbusAgent::CloseSession(shared_ptr<BaseSession> session) in CloseSession()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/ |
H A D | session_pool_test.cpp | 57 void KernelTalker::SinkSessionTokernel(std::shared_ptr<BaseSession> session, const std::string backStage) in SinkSessionTokernel()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/ |
H A D | context_unit_test.cpp | 32 class ContextTestScene : public BaseSession,
|
Completed in 8 milliseconds