Home
last modified time | relevance | path

Searched refs:SessionManager (Results 1 - 23 of 23) sorted by relevance

/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_manager.cpp27 std::shared_ptr<SessionManager> SessionManager::Create() in Create()
30 auto sessionManager = CreateShared<SessionManager>(); in Create()
37 SessionManager::SessionManager() in SessionManager() function in OHOS::CameraStandard::DeferredProcessing::SessionManager
46 SessionManager::~SessionManager() in ~SessionManager()
55 void SessionManager::Initialize() in Initialize()
62 void SessionManager::Start() in Start()
68 void SessionManager
[all...]
H A Dsession_info.cpp49 SessionManager* sessionManager) in SessionInfo()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsession_manager.cpp32 SessionManager::~SessionManager() in ~SessionManager()
37 void SessionManager::Init() in Init()
42 void SessionManager::CreateServer() in CreateServer()
52 void SessionManager::OnUserUnlocked() in OnUserUnlocked()
62 void SessionManager::RemoveServer() in RemoveServer()
73 int32_t SessionManager::SendData(int sessionId, const void *data, uint32_t dataLen) in SendData()
78 int32_t SessionManager::SendData(const std::string &peerNetworkId, const void *data, uint32_t dataLen) in SendData()
87 int32_t SessionManager::SendFile(const std::string &peerNetworkId, in SendFile()
98 std::shared_ptr<SoftbusSession> SessionManager
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager.cpp29 constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, HILOG_DOMAIN_DISPLAY, "SessionManager" };
76 SessionManager::GetInstance().Clear();
77 SessionManager::GetInstance().ClearSessionManagerProxy();
80 SessionManager::GetInstance().RecoverSessionManagerService(sms);
87 SessionManager::GetInstance().OnWMSConnectionChanged(userId, screenId, isConnected, sms);
91 WM_IMPLEMENT_SINGLE_INSTANCE(SessionManager)
93 SessionManager::~SessionManager() in ~SessionManager()
98 void SessionManager::OnWMSConnectionChangedCallback( in OnWMSConnectionChangedCallback()
111 void SessionManager
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/
H A Dsession_manager.h27 class SessionManager { class
29 static std::shared_ptr<SessionManager> Create();
30 SessionManager();
31 ~SessionManager();
H A Dsession_info.h26 class SessionManager;
31 SessionManager* sessionManager);
46 SessionManager* sessionManager_;
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_manager.h37 class SessionManager { class
38 WM_DECLARE_SINGLE_INSTANCE_BASE(SessionManager);
58 SessionManager() = default;
59 virtual ~SessionManager();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dsession_manager.cpp18 #define LOG_TAG "SessionManager"
33 SessionManager &SessionManager::GetInstance() in GetInstance()
35 static SessionManager instance; in GetInstance()
39 Session SessionManager::GetSession(const SessionPoint &from, const std::string &targetDeviceId) const in GetSession()
83 bool SessionManager::GetAuthParams(const SessionPoint &from, std::string &bundleName, int32_t &auth) const in GetAuthParams()
104 bool SessionManager::CheckSession(const SessionPoint &from, const SessionPoint &to) const in CheckSession()
H A Dsession_manager.h47 class SessionManager { class
49 static SessionManager &GetInstance();
H A Droute_head_handler_impl.cpp67 session_ = SessionManager::GetInstance().GetSession(localPoint, deviceId_); in Init()
217 if (SessionManager::GetInstance().CheckSession(local, peer)) { in ParseHeadData()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsession_manager.h32 class SessionManager : public ISoftbusListener, public std::enable_shared_from_this<SessionManager>, class
35 SessionManager() = default;
36 ~SessionManager();
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/
H A Ddps.cpp27 std::shared_ptr<SessionManager> session;
43 g_dpsInfo.session = SessionManager::Create(); in DPS_Initialize()
82 std::shared_ptr<SessionManager> DPS_GetSessionManager() in DPS_GetSessionManager()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H A Dfile_transfer_manager.h31 explicit FileTransferManager(std::shared_ptr<SessionManager> sessionManager);
70 std::shared_ptr<SessionManager> sessionManager_;
/foundation/window/window_manager/test/demo/
H A Ddemo_session_manager.cpp27 SessionManager sessionManager; in main()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/command/
H A Dsession_command.h37 std::shared_ptr<SessionManager> sessionManager_ {nullptr};
H A Dsync_command.h37 std::shared_ptr<SessionManager> sessionManager_ {nullptr};
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/include/
H A Dcamera_deferred_video_unittest.h57 std::shared_ptr<DeferredProcessing::SessionManager> sessionManager_ {nullptr};
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Ddps.h30 std::shared_ptr<SessionManager> DPS_GetSessionManager();
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_manager_test.cpp41 std::shared_ptr<SessionManager> sm_;
54 sm_ = std::make_shared<SessionManager>(); in SetUp()
/foundation/filemanagement/dfs_service/test/fuzztest/filetransfermanager_fuzzer/
H A Dfiletransfermanager_fuzzer.cpp135 auto sessionMgrPtr = std::make_shared<OHOS::FileManagement::CloudSync::SessionManager>(); in LLVMFuzzerTestOneInput()
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp346 return SessionManager::GetInstance().RegisterWMSConnectionChangedListener(callbackFunc); in RegisterWMSConnectionChangedListener()
405 windowManagerServiceProxy_ = SessionManager::GetInstance().GetSceneSessionManagerProxy(); in InitSSMProxy()
421 SessionManager::GetInstance().RegisterWindowManagerRecoverCallbackFunc( in InitSSMProxy()
428 SessionManager::GetInstance().RegisterUserSwitchListener([this]() { this->OnUserSwitch(); }); in InitSSMProxy()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dfile_transfer_manager.cpp31 FileTransferManager::FileTransferManager(std::shared_ptr<SessionManager> sessionManager) in FileTransferManager()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp263 auto sessionManager = make_shared<SessionManager>(); in OnAddSystemAbility()

Completed in 13 milliseconds