Home
last modified time | relevance | path

Searched refs:ISessionService (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H A DISessionService.h26 class COMM_EXPORT ISessionService { class
28 static std::shared_ptr<ISessionService> GetInstance();
30 ISessionService() = default;
31 virtual ~ISessionService() = default;
48 NO_COPY_AND_ASSIGN(ISessionService);
49 static std::shared_ptr<ISessionService> instance_;
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/permission/
H A Dtrans_dynamic_permission_test.cpp18 #include "ISessionService.h"
26 using Communication::SoftBus::ISessionService;
69 std::shared_ptr<ISessionService> softbusManager = ISessionService::GetInstance(); in HWTEST_F()
84 std::shared_ptr<ISessionService> softbusManager = ISessionService::GetInstance(); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_service_impl.cpp27 std::shared_mutex ISessionService::instanceMutex_;
28 std::shared_ptr<ISessionService> ISessionService::instance_ = nullptr;
34 std::shared_ptr<ISessionService> ISessionService::GetInstance() in GetInstance()
36 std::shared_ptr<ISessionService> tmp = instance_; in GetInstance()
H A Dsession_service_impl.h25 #include "ISessionService.h"
29 class SessionServiceImpl : public ISessionService, public std::enable_shared_from_this<SessionServiceImpl> {

Completed in 3 milliseconds