Home
last modified time | relevance | path

Searched refs:sessionType_ (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/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()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dremote_utils_test.cpp59 descriptor.sessionType_ = AVSession::SESSION_TYPE_AUDIO;
84 descriptor.sessionType_ = AVSession::SESSION_TYPE_VIDEO;
109 descriptor.sessionType_ = AVSession::SESSION_TYPE_INVALID;
/ohos5.0/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()
H A Davsession_item.cpp93 if (descriptor_.sessionType_ == AVSession::SESSION_TYPE_VIDEO) { in GetSessionType()
96 if (descriptor_.sessionType_ == AVSession::SESSION_TYPE_VOICE_CALL) { in GetSessionType()
99 if (descriptor_.sessionType_ == AVSession::SESSION_TYPE_VIDEO_CALL) { in GetSessionType()
688 if (descriptor_.sessionType_ == AVSession::SESSION_TYPE_VOICE_CALL || in Activate()
689 descriptor_.sessionType_ == AVSession::SESSION_TYPE_VIDEO_CALL) { in Activate()
718 if (descriptor_.sessionType_ == AVSession::SESSION_TYPE_VOICE_CALL || in Deactivate()
719 descriptor_.sessionType_ == AVSession::SESSION_TYPE_VIDEO_CALL) { in Deactivate()
1116 descriptor_.sessionType_ == AVSession::SESSION_TYPE_VIDEO) { in StartCast()
1530 … descriptor_.sessionType_ == AVSession::SESSION_TYPE_VIDEO && serviceCallbackForStream_) { in SetExtrasInner()
1671 cmd.GetCommand(), descriptor_.sessionType_); in ExecuteControllerCommand()
H A Davsession_service.cpp553 "OLD_SESSION_TYPE", topSession_->GetDescriptor().sessionType_, in UpdateTopSession()
559 "SESSION_TYPE", newTopSession->GetDescriptor().sessionType_, in UpdateTopSession()
1090 "SESSION_TYPE", sinkSession->GetDescriptor().sessionType_, in CreateSessionByCast()
1175 … "SESSION_TYPE", session->GetDescriptor().sessionType_, "DETAILED_MSG", "start cast session"); in StartCast()
1285 descriptor.sessionType_ = type; in CreateNewSession()
1569 descriptor.sessionType_ = AVSession::SESSION_TYPE_AUDIO; in GetHistoricalSessionDescriptorsFromFile()
2342 sessionItem->GetDescriptor().sessionType_, false); in HandleSessionRelease()
2660 "SESSION_TYPE", session->GetDescriptor().sessionType_, in CastAudioInner()
2781 …sionItem> session = CreateSessionInner(sourceDescriptor.sessionTag_, sourceDescriptor.sessionType_, in RemoteCastAudioInner()
/ohos5.0/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()
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp95 sessionType_ = sessionType; in SetWindowSessionType()
221 return sessionType_; in GetWindowSessionType()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp154 sessionType_ = sessionType; in SetWindowSessionType()
159 return sessionType_; in GetWindowSessionType()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_manager_test.cpp276 EXPECT_EQ(descriptors[0].sessionType_, AVSession::SESSION_TYPE_AUDIO);
315 EXPECT_EQ(descriptors[0].sessionType_, AVSession::SESSION_TYPE_AUDIO);
352 EXPECT_EQ(descriptor.sessionType_, AVSession::SESSION_TYPE_AUDIO);
396 EXPECT_EQ(descriptors[0].sessionType_, AVSession::SESSION_TYPE_AUDIO);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp128 sessionType_(sessionType) in SessionWrapperImpl()
184 sessionType = sessionType_]( in InitAllCallback()
283 if (sessionType_ == SessionType::UI_EXTENSION_ABILITY) { in CreateSession()
296 if (sessionType_ == SessionType::EMBEDDED_UI_EXTENSION) { in CreateSession()
590 [weak = hostPattern_, sessionType = sessionType_, isAbnormal, callSessionId]() { in OnDisconnect()
H A Dsecurity_session_wrapper_impl.cpp124 sessionType_(sessionType) in SecuritySessionWrapperImpl()
196 sessionType = sessionType_, callSessionId](int32_t code, const AAFwk::Want& want) { in InitAllCallback()
310 if (sessionType_ != SessionType::SECURITY_UI_EXTENSION_ABILITY) { in CreateSession()
523 [weak = hostPattern_, sessionType = sessionType_, isAbnormal, callSessionId]() { in OnDisconnect()
H A Dsecurity_ui_extension_pattern.h131 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; variable
H A Dsecurity_session_wrapper_impl.h112 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; variable
H A Dsession_wrapper_impl.h114 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; variable
H A Dui_extension_pattern.h314 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; variable
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_descriptor.h66 int32_t sessionType_ {};
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h429 WindowSessionType sessionType_ { WindowSessionType::SCENE_SESSION };
/ohos5.0/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()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h504 WindowSessionType sessionType_ { WindowSessionType::SCENE_SESSION };
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_session_wrapper_impl.cpp47 sessionType_(sessionType) in SessionWrapperImpl()
/ohos5.0/foundation/multimedia/av_session/utils/include/
H A Davsession_sysevent.h53 int32_t sessionType_; member
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_avsession.h128 std::string sessionType_ ; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp478 pattern->sessionType_ = SessionType::EMBEDDED_UI_EXTENSION;
481 pattern->sessionType_ = SessionType::UI_EXTENSION_ABILITY;
485 pattern->sessionType_ = SessionType::UI_EXTENSION_ABILITY;

12