Home
last modified time | relevance | path

Searched refs:sessionType_ (Results 1 - 25 of 34) sorted by relevance

12

/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_source_impl.cpp62 "SESSION_TYPE", session_->GetDescriptor().sessionType_, in CastSessionToRemote()
143 "SESSION_TYPE", session_->GetDescriptor().sessionType_, in SetAVMetaData()
168 "SESSION_TYPE", session_->GetDescriptor().sessionType_, in SetAVPlaybackState()
191 "SESSION_TYPE", session_->GetDescriptor().sessionType_, in SetSessionEventRemote()
213 "SESSION_TYPE", session_->GetDescriptor().sessionType_, in SetAVQueueItems()
235 "SESSION_TYPE", session_->GetDescriptor().sessionType_, in SetAVQueueTitle()
257 "SESSION_TYPE", session_->GetDescriptor().sessionType_, in SetExtrasRemote()
H A Dremote_session_sink_impl.cpp55 "SESSION_TYPE", session_->GetDescriptor().sessionType_, in CastSessionFromRemote()
141 "SESSION_TYPE", session_->GetDescriptor().sessionType_, in SetControlCommand()
157 "SESSION_TYPE", session_->GetDescriptor().sessionType_, in SetCommonCommand()
H A Djson_utils.cpp219 jsonObj["data"]["sessionDescriptors"][i]["type"] = ConvertSessionType(descriptors[i].sessionType_); in SetSessionDescriptors()
248 descriptor.sessionType_ = ConvertSessionType(type); in GetSessionDescriptors()
269 jsonObj["data"]["sessionDescriptor"]["type"] = ConvertSessionType(descriptor.sessionType_); in SetSessionDescriptor()
295 descriptor.sessionType_ = ConvertSessionType(type); in GetSessionDescriptor()
/foundation/multimedia/av_session/services/session/server/test/
H A Dremote_utils_test.cpp47 * @tc.desc: set sessionType_ as SESSION_TYPE_AUDIO
59 descriptor.sessionType_ = AVSession::SESSION_TYPE_AUDIO; in HWTEST_F()
72 * @tc.desc: set sessionType_ as SESSION_TYPE_VIDEO
84 descriptor.sessionType_ = AVSession::SESSION_TYPE_VIDEO; in HWTEST_F()
97 * @tc.desc: set sessionType_ as SESSION_TYPE_INVALID
109 descriptor.sessionType_ = AVSession::SESSION_TYPE_INVALID; in HWTEST_F()
/foundation/multimedia/av_session/utils/src/
H A Davsession_sysevent.cpp71 "APP_STATUS", it.appStatus_, "SESSION_TYPE", it.sessionType_, in Regiter()
120 lifeCycleInfo.sessionType_ = sessionType; in AddLifeCycleInfo()
/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp95 sessionType_ = sessionType; in SetWindowSessionType()
221 return sessionType_; in GetWindowSessionType()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_dumper.cpp170 if (descriptor.sessionType_ == AVSession::SESSION_TYPE_AUDIO) { in ShowSessionInfo()
172 } else if (descriptor.sessionType_ == AVSession::SESSION_TYPE_VIDEO) { in ShowSessionInfo()
174 } else if (descriptor.sessionType_ == AVSession::SESSION_TYPE_VOICE_CALL) { in ShowSessionInfo()
176 } else if (descriptor.sessionType_ == AVSession::SESSION_TYPE_VIDEO_CALL) { in ShowSessionInfo()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_wrapper.cpp153 return sessionType_; in GetSessionType()
158 sessionType_ = sessionType; in SetSessionType()
H A Dsoftbus_wrapper.h67 int sessionType_{ TYPE_BYTES };
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_wrapper.cpp153 return sessionType_; in GetSessionType()
158 sessionType_ = sessionType; in SetSessionType()
H A Dsoftbus_wrapper.h67 int sessionType_{ TYPE_BYTES };
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp154 sessionType_ = sessionType; in SetWindowSessionType()
159 return sessionType_; in GetWindowSessionType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.cpp118 sessionType_(sessionType) in SecuritySessionWrapperImpl()
190 sessionType = sessionType_, callSessionId](int32_t code, const AAFwk::Want& want) { in InitAllCallback()
303 if (sessionType_ != SessionType::SECURITY_UI_EXTENSION_ABILITY) { in CreateSession()
515 [weak = hostPattern_, sessionType = sessionType_, isAbnormal, callSessionId]() { in OnDisconnect()
H A Dsecurity_session_wrapper_impl.h115 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; member in OHOS::Ace::NG::SecuritySessionWrapperImpl
H A Dsecurity_ui_extension_pattern.h130 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; member in OHOS::Ace::NG::SecurityUIExtensionPattern
H A Dsession_wrapper_impl.h117 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; member in OHOS::Ace::NG::SessionWrapperImpl
H A Dsession_wrapper_impl.cpp125 sessionType_(sessionType) in SessionWrapperImpl()
208 sessionType = sessionType_, callSessionId](int32_t code, const AAFwk::Want& want) { in InitAllCallback()
359 if (sessionType_ == SessionType::UI_EXTENSION_ABILITY) { in CreateSession()
372 if (sessionType_ == SessionType::EMBEDDED_UI_EXTENSION) { in CreateSession()
673 [weak = hostPattern_, sessionType = sessionType_, isAbnormal, callSessionId]() { in OnDisconnect()
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_manager_test.cpp276 EXPECT_EQ(descriptors[0].sessionType_, AVSession::SESSION_TYPE_AUDIO); in HWTEST_F()
315 EXPECT_EQ(descriptors[0].sessionType_, AVSession::SESSION_TYPE_AUDIO); in HWTEST_F()
352 EXPECT_EQ(descriptor.sessionType_, AVSession::SESSION_TYPE_AUDIO); in HWTEST_F()
396 EXPECT_EQ(descriptors[0].sessionType_, AVSession::SESSION_TYPE_AUDIO); in HWTEST_F()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_descriptor.h66 int32_t sessionType_ {};
/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h432 WindowSessionType sessionType_ { WindowSessionType::SCENE_SESSION };
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h507 WindowSessionType sessionType_ { WindowSessionType::SCENE_SESSION };
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp500 pattern->sessionType_ = SessionType::EMBEDDED_UI_EXTENSION; in HWTEST_F()
503 pattern->sessionType_ = SessionType::UI_EXTENSION_ABILITY; in HWTEST_F()
507 pattern->sessionType_ = SessionType::UI_EXTENSION_ABILITY; in HWTEST_F()
1299 pattern->sessionType_ = SessionType::EMBEDDED_UI_EXTENSION; in HWTEST_F()
1303 pattern->sessionType_ = SessionType::EMBEDDED_UI_EXTENSION; in HWTEST_F()
1471 pattern->sessionType_ = SessionType::EMBEDDED_UI_EXTENSION; in HWTEST_F()
1474 pattern->sessionType_ = SessionType::EMBEDDED_UI_EXTENSION; in HWTEST_F()
1477 pattern->sessionType_ = SessionType::UI_EXTENSION_ABILITY; in HWTEST_F()
1482 pattern->sessionType_ = SessionType::UI_EXTENSION_ABILITY; in HWTEST_F()
1487 pattern->sessionType_ in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_session_wrapper_impl.cpp47 sessionType_(sessionType) in SessionWrapperImpl()
/foundation/multimedia/av_session/utils/include/
H A Davsession_sysevent.h53 int32_t sessionType_; member
/foundation/multimedia/av_session/frameworks/common/src/
H A Davsession_descriptor.cpp39 CHECK_AND_RETURN_RET_LOG(out.WriteInt32(sessionType_), false, "write sessionType failed"); in WriteToParcel()
77 CHECK_AND_RETURN_RET_LOG(in.ReadInt32(sessionType_), false, "Read sessionType failed"); in CheckBeforReadFromParcel()

Completed in 16 milliseconds

12