/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()
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | remote_utils_test.cpp | 47 * @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 D | avsession_sysevent.cpp | 71 "APP_STATUS", it.appStatus_, "SESSION_TYPE", it.sessionType_, in Regiter() 120 lifeCycleInfo.sessionType_ = sessionType; in AddLifeCycleInfo()
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_option.cpp | 95 sessionType_ = sessionType; in SetWindowSessionType() 221 return sessionType_; in GetWindowSessionType()
|
/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()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/ |
H A D | softbus_wrapper.cpp | 153 return sessionType_; in GetSessionType() 158 sessionType_ = sessionType; in SetSessionType()
|
H A D | softbus_wrapper.h | 67 int sessionType_{ TYPE_BYTES };
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/ |
H A D | softbus_wrapper.cpp | 153 return sessionType_; in GetSessionType() 158 sessionType_ = sessionType; in SetSessionType()
|
H A D | softbus_wrapper.h | 67 int sessionType_{ TYPE_BYTES };
|
/foundation/window/window_manager/wm/src/ |
H A D | window_option.cpp | 154 sessionType_ = sessionType; in SetWindowSessionType() 159 return sessionType_; in GetWindowSessionType()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_session_wrapper_impl.cpp | 118 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 D | security_session_wrapper_impl.h | 115 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; member in OHOS::Ace::NG::SecuritySessionWrapperImpl
|
H A D | security_ui_extension_pattern.h | 130 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; member in OHOS::Ace::NG::SecurityUIExtensionPattern
|
H A D | session_wrapper_impl.h | 117 SessionType sessionType_ = SessionType::UI_EXTENSION_ABILITY; member in OHOS::Ace::NG::SessionWrapperImpl
|
H A D | session_wrapper_impl.cpp | 125 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 D | avsession_manager_test.cpp | 276 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 D | avsession_descriptor.h | 66 int32_t sessionType_ {};
|
/foundation/window/window_manager/previewer/include/ |
H A D | window_option.h | 432 WindowSessionType sessionType_ { WindowSessionType::SCENE_SESSION };
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_option.h | 507 WindowSessionType sessionType_ { WindowSessionType::SCENE_SESSION };
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | ui_extension_component_test_ng.cpp | 500 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 D | mock_session_wrapper_impl.cpp | 47 sessionType_(sessionType) in SessionWrapperImpl()
|
/foundation/multimedia/av_session/utils/include/ |
H A D | avsession_sysevent.h | 53 int32_t sessionType_; member
|
/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()
|