Home
last modified time | relevance | path

Searched refs:Session (Results 1 – 25 of 189) sorted by relevance

12345678

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp82 Session::Session(const SessionInfo& info) : sessionInfo_(info) in Session() function in OHOS::Rosen::Session
113 Session::~Session() in ~Session()
372 void Session::NotifyConnect() in NotifyConnect()
1268 WSError Session::Hide() in Hide()
1788 void Session::SetParentSession(const sptr<Session>& session) in SetParentSession()
1802 sptr<Session> Session::GetParentSession() const in GetParentSession()
1808 sptr<Session> Session::GetMainSession() in GetMainSession()
1819 void Session::BindDialogToParentSession(const sptr<Session>& session) in BindDialogToParentSession()
1833 void Session::RemoveDialogToParentSession(const sptr<Session>& session) in RemoveDialogToParentSession()
1846 std::vector<sptr<Session>> Session::GetDialogVector() const in GetDialogVector()
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-camera.md95 …ssion用来创建CaptureSession实例,API11后,Session通过模式进行区分,分为PhotoSession和VideoSession,通过API11新增接口createSess…
100 API11版本新增createSession\<T extends Session\>(mode: SceneMode): T。
114 通过createSession\<T extends Session\>(mode: SceneMode): T创建对应模式的Session
118 通过API11新增接口createSession\<T extends Session\>(mode: SceneMode): T创建对应模式的Session
155 通过createSession\<T extends Session\>(mode: SceneMode): T创建录像会话和拍照会话对应模式的Session
177 …保持一致,因此会话中的开始与停止操作,可以包含预览输出的开始与停止操作,因此PreviewOutput中的start与stop操作,在API11版本合并至Session的start与stop操作中。
181 PreviewOutput接口包含的start与stop接口会在API11版本废弃,保留五个版本,合并至Session的start与stop操作中。
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_event_process.h31 void ProcessWindowMouseEvent(int32_t nodeId, sptr<Rosen::Session> session,
33 void ProcessWindowDragEvent(int32_t nodeId, sptr<Rosen::Session> session,
38 void UpdateWindowMouseRecord(int32_t nodeId, sptr<Rosen::Session> session,
41 void ProcessEnterLeaveEvent(int32_t nodeId, sptr<Rosen::Session> session,
43 void DispatchPointerEvent(sptr<Rosen::Session> session,
47 wptr<Rosen::Session> lastWeakSession_ { nullptr };
51 wptr<Rosen::Session> lastDragSession_ { nullptr };
H A Dwindow_event_process.cpp27 sptr<Rosen::Session> session, const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in ProcessEnterLeaveEvent()
66 sptr<Rosen::Session> session, const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in ProcessWindowMouseEvent()
85 sptr<Rosen::Session> session, const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in ProcessWindowDragEvent()
133 sptr<Rosen::Session> session, const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in UpdateWindowMouseRecord()
141 void WindowEventProcess::DispatchPointerEvent(sptr<Rosen::Session> session, in DispatchPointerEvent()
/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter_impl.h56 struct Session { struct
57 Session(int32_t socket) : socket_(socket) {} in Session() function
58 Session(const Session &other) : socket_(other.socket_) {} in Session() function
59 DISALLOW_MOVE(Session);
61 Session& operator=(const Session &other) = delete; argument
111 std::map<std::string, Session> sessions_;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test3.cpp261 sptr<Session> session02 = sptr<Session>::MakeSptr(info);
262 sptr<Session> session03 = sptr<Session>::MakeSptr(info);
299 sptr<Session> session02 = sptr<Session>::MakeSptr(info);
300 sptr<Session> session03 = sptr<Session>::MakeSptr(info);
387 sptr<Session> parentSession = sptr<Session>::MakeSptr(info);
408 sptr<Session> dialogSession1 = sptr<Session>::MakeSptr(info);
409 sptr<Session> dialogSession2 = sptr<Session>::MakeSptr(info);
496 sptr<Session> dialogSession = sptr<Session>::MakeSptr(info);
526 sptr<Session> dialogSession = sptr<Session>::MakeSptr(info);
574 sptr<Session> dialogSession = sptr<Session>::MakeSptr(info);
[all …]
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter_impl.h56 struct Session { struct
57 Session(int32_t socket) : socket_(socket) {} in Session() function
58 Session(const Session &other) : socket_(other.socket_) {} in Session() function
59 DISALLOW_MOVE(Session);
61 Session& operator=(const Session &other) = delete; argument
112 std::map<std::string, Session> sessions_;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H A DISessionListener.h30 virtual int OnSessionOpened(std::shared_ptr<Session> session) = 0;
32 virtual void OnSessionClosed(std::shared_ptr<Session> session) = 0;
34 …virtual void OnMessageReceived(std::shared_ptr<Session> session, const char *data, ssize_t len) = …
36 … virtual void OnBytesReceived(std::shared_ptr<Session> session, const char *data, ssize_t len) = 0;
38 virtual bool OnDataAvailable(std::shared_ptr<Session> session, uint32_t status) = 0;
H A DSession.h26 class COMM_EXPORT Session {
53 Session() = default;
54 virtual ~Session() = default;
93 NO_COPY_AND_ASSIGN(Session);
/ohos5.0/foundation/multimedia/camera_framework/
H A DREADME.md107 4. Create the Capture Session
113 5. Begin configuring the Capture Session.
163 12. Release the Capture Session resources.
192 3. Create the Capture Session
198 4. Begin configuring the Capture Session.
243 11. Release the Capture Session resources.
272 3. Create the Capture Session
278 4. Begin configuring the Capture Session.
321 11. Release the Capture Session resources.
350 3. Create the Capture Session
[all …]
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_service_impl.h40 …std::shared_ptr<Session> OpenSession(const std::string &mySessionName, const std::string &peerSess…
43 int32_t CloseSession(std::shared_ptr<Session> session) override;
62 static std::map<int32_t, std::shared_ptr<Session>> sessionMap_;
65 std::shared_ptr<Session> &session);
68 std::shared_ptr<ISessionListener> &listener, std::shared_ptr<Session> &session);
70 int32_t CreateSession(int32_t sessionId, const std::shared_ptr<Session> &session);
H A Dsession_service_impl.cpp32 std::map<int32_t, std::shared_ptr<Session>> SessionServiceImpl::sessionMap_;
81 std::shared_ptr<Session> SessionServiceImpl::OpenSession(const std::string &mySessionName, in OpenSession()
95 std::shared_ptr<Session> session; in OpenSession()
106 int32_t SessionServiceImpl::CloseSession(std::shared_ptr<Session> session) in CloseSession()
144 int32_t SessionServiceImpl::CreateSession(int32_t sessionId, const std::shared_ptr<Session> &sessio… in CreateSession()
176 sessionMap_.insert(std::pair<int32_t, std::shared_ptr<Session>>(sessionId, session)); in CreateSession()
183 std::shared_ptr<Session> session = std::make_shared<SessionImpl>(); in OpenSessionCallback()
218 std::shared_ptr<Session> session; in CloseSessionCallback()
228 std::shared_ptr<Session> session; in BytesReceivedCallback()
240 std::shared_ptr<Session> session; in MessageReceivedCallback()
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-secureElement.md416 | [Session](#session) | 连接会话Session实例。|
457 关闭在此Reader上打开的所有Session。所有这些Session打开的所有Channel都将关闭。
501 ## Session section
505 ### Session.getReader
509 获取提供此Session的Reader实例。
558 ### Session.getATR
600 ### Session.close
635 ### Session. isClosed
639 检查Session是否关闭。
647 | boolean | true:Session状态已关闭,false:Session是打开的。 |
[all …]
/ohos5.0/base/telephony/telephony_data/sms_mms/src/
H A Drdb_sms_mms_helper.cpp163 createTableStr.append(Session::TIME).append(" INTEGER DEFAULT 0, "); in CreateSessionTableStr()
164 createTableStr.append(Session::TELEPHONE).append(" TEXT , "); in CreateSessionTableStr()
165 createTableStr.append(Session::CONTENT).append(" TEXT , "); in CreateSessionTableStr()
166 createTableStr.append(Session::CONTACTS_NUM).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
167 createTableStr.append(Session::SMS_TYPE).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
168 createTableStr.append(Session::UNREAD_COUNT).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
170 createTableStr.append(Session::HAS_DRAFT).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
171 createTableStr.append(Session::HAS_LOCK).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
172 createTableStr.append(Session::MESSAGE_COUNT).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
173 createTableStr.append(Session::HAS_MMS).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_service_impl_test.cpp37 int32_t OnSessionOpened(std::shared_ptr<Session> session) override in OnSessionOpened()
42 void OnSessionClosed(std::shared_ptr<Session> session) override in OnSessionClosed()
47 void OnMessageReceived(std::shared_ptr<Session> session, const char *data, ssize_t len) override in OnMessageReceived()
52 void OnBytesReceived(std::shared_ptr<Session> session, const char *data, ssize_t len) override in OnBytesReceived()
57 bool OnDataAvailable(std::shared_ptr<Session> session, uint32_t status) override in OnDataAvailable()
169 std::shared_ptr<Session> session =
188 std::shared_ptr<Session> session =
207 std::shared_ptr<Session> session =
226 std::shared_ptr<Session> session =
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_restore.cpp49 class Session { class
119 static void OnFileReady(shared_ptr<Session> ctx, const BFileInfo &fileInfo, UniqueFd fd, int32_t er… in OnFileReady()
154 static void OnBundleStarted(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleStarted()
165 static void OnBundleFinished(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleFinished()
176 static void OnResultReport(shared_ptr<Session> ctx, const std::string &bundleName, const std::strin… in OnResultReport()
181 static void OnAllBundlesFinished(shared_ptr<Session> ctx, ErrCode err) in OnAllBundlesFinished()
194 static void OnBackupServiceDied(shared_ptr<Session> ctx) in OnBackupServiceDied()
200 static void OnProcess(shared_ptr<Session> ctx, const std::string bundleName, const std::string proc… in OnProcess()
205 static void RestoreApp(shared_ptr<Session> restore, vector<BundleName> &bundleNames, bool updateSen… in RestoreApp()
254 static int32_t InitRestoreSession(shared_ptr<Session> ctx) in InitRestoreSession()
[all …]
H A Dtools_op_backup.cpp49 class Session { class
127 static void OnFileReady(shared_ptr<Session> ctx, const BFileInfo &fileInfo, UniqueFd fd) in OnFileReady()
151 static void OnBundleStarted(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleStarted()
161 static void OnResultReport(shared_ptr<Session> ctx, const std::string bundleName, const std::string… in OnResultReport()
166 static void OnBundleFinished(shared_ptr<Session> ctx, ErrCode err, const BundleName name) in OnBundleFinished()
173 static void OnAllBundlesFinished(shared_ptr<Session> ctx, ErrCode err) in OnAllBundlesFinished()
186 static void OnBackupServiceDied(shared_ptr<Session> ctx) in OnBackupServiceDied()
192 static void OnProcess(shared_ptr<Session> ctx, const std::string bundleName, const std::string proc… in OnProcess()
250 auto ctx = make_shared<Session>(); in InitPathCapFile()
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_restore_test.cpp276 auto ctx = make_shared<Session>();
307 auto ctx = make_shared<Session>();
337 auto ctx = make_shared<Session>();
367 auto ctx = make_shared<Session>();
397 auto ctx = make_shared<Session>();
422 auto ctx = make_shared<Session>();
448 auto ctx = make_shared<Session>();
474 auto ctx = make_shared<Session>();
623 shared_ptr<Session> restore = make_shared<Session>();
651 shared_ptr<Session> restore = make_shared<Session>();
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avsession-kit/
H A Djs-apis-avsession.md52 | 6600101 | Session service exception. |
97 | 6600101 | Session service exception. |
204 | 6600101 | Session service exception. |
259 | 6600101 | Session service exception. |
321 | 6600101 | Session service exception. |
368 | 6600101 | Session service exception. |
424 | 6600101 | Session service exception. |
465 | 6600101 | Session service exception. |
515 | 6600101 | Session service exception. |
560 | 6600101 | Session service exception. |
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-avsession-kit/
H A Derrorcode-avsession.md7 ## 6600101 Session Service Exception
11 Session service exception.
27 ## 6600102 Session Does Not Exist
47 ## 6600103 Session Controller Does Not Exist
65 ## 6600104 Remote Session Connection Failure
83 ## 6600105 Invalid Session Command
101 ## 6600106 Session Not Activated
155 ## 6600109 Remote Session Does Not Exist
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Derrorcode-camera.md47 Session not config.
65 Session not running.
83 Session config locked.
/ohos5.0/docs/en/application-dev/media/audio/
H A Dusing-ohaudio-for-session.md7 …udio focus and audio session, see [Introduction to Audio Focus and Audio Session](audio-playback-c…
27 ## Obtaining an Audio Session Manager
36 ## Activating an Audio Session
48 ## Checking Whether an Audio Session Is Activated
56 ## Deactivating an Audio Session
64 ## Listening for Audio Session Deactivation Events
88 ### Registering a Callback to Listen for Audio Session Deactivation Events
96 ### Unregistering the Callback Used to Listen for Audio Session Deactivation Events
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/sessionstubextension_fuzzer/
H A Dsessionstubextension_fuzzer.cpp37 void SessionStubTestExtensionCode(sptr<Session> sessionStub, MessageParcel& parcel) in SessionStubTestExtensionCode()
73 void SessionStubTestPipCode(sptr<Session> sessionStub, MessageParcel& parcel) in SessionStubTestPipCode()
103 sptr<Session> sessionStub = new (std::nothrow) Session(info); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/
H A Dclient_trans_session_impl_test.cpp50 int OnSessionOpened(std::shared_ptr<Communication::SoftBus::Session> session) in OnSessionOpened()
55 void OnSessionClosed(std::shared_ptr<Communication::SoftBus::Session> session) in OnSessionClosed()
60 …void OnMessageReceived(std::shared_ptr<Communication::SoftBus::Session> session, const char *data,… in OnMessageReceived()
65 …void OnBytesReceived(std::shared_ptr<Communication::SoftBus::Session> session, const char *data, s… in OnBytesReceived()
70 bool OnDataAvailable(std::shared_ptr<Communication::SoftBus::Session> session, uint32_t status) in OnDataAvailable()
133 …std::shared_ptr<Communication::SoftBus::Session> session = testSessionServiceImpl.OpenSession(g_se…
/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/
H A Dsession.h28 class Session : public RefBase {
30 explicit Session() {} in Session() function
31 virtual ~Session() {} in ~Session()

12345678