/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | remote_session_source_impl.cpp | 62 "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 D | remote_session_sink_impl.cpp | 55 "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 D | json_utils.cpp | 219 …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 D | remote_utils_test.cpp | 59 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 D | avsession_dumper.cpp | 170 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 D | avsession_item.cpp | 93 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 D | avsession_service.cpp | 553 "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 D | avsession_sysevent.cpp | 71 "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 D | window_option.cpp | 95 sessionType_ = sessionType; in SetWindowSessionType() 221 return sessionType_; in GetWindowSessionType()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_option.cpp | 154 sessionType_ = sessionType; in SetWindowSessionType() 159 return sessionType_; in GetWindowSessionType()
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avsession_manager_test.cpp | 276 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 D | session_wrapper_impl.cpp | 128 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 D | security_session_wrapper_impl.cpp | 124 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 D | security_ui_extension_pattern.h | 131 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; variable
|
H A D | security_session_wrapper_impl.h | 112 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; variable
|
H A D | session_wrapper_impl.h | 114 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; variable
|
H A D | ui_extension_pattern.h | 314 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; variable
|
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avsession_descriptor.h | 66 int32_t sessionType_ {};
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window_option.h | 429 WindowSessionType sessionType_ { WindowSessionType::SCENE_SESSION };
|
/ohos5.0/foundation/multimedia/av_session/frameworks/common/src/ |
H A D | avsession_descriptor.cpp | 39 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 D | window_option.h | 504 WindowSessionType sessionType_ { WindowSessionType::SCENE_SESSION };
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_session_wrapper_impl.cpp | 47 sessionType_(sessionType) in SessionWrapperImpl()
|
/ohos5.0/foundation/multimedia/av_session/utils/include/ |
H A D | avsession_sysevent.h | 53 int32_t sessionType_; member
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_avsession.h | 128 std::string sessionType_ ; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | ui_extension_component_test_ng.cpp | 478 pattern->sessionType_ = SessionType::EMBEDDED_UI_EXTENSION; 481 pattern->sessionType_ = SessionType::UI_EXTENSION_ABILITY; 485 pattern->sessionType_ = SessionType::UI_EXTENSION_ABILITY;
|