/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/ |
H A D | softbus_wrapper.h | 46 int GetSessionType();
|
H A D | softbus_connection.cpp | 397 int sessionType = GetSessionType(request.moduleType); in StashConnectionInfo() 403 int SoftBusConnection::GetSessionType(ModuleType moduleType) const in GetSessionType() function in OHOS::CastEngine::CastEngineService::SoftBusConnection 412 CLOGD("GetSessionType TYPE_BYTES, ModuleType = %{public}d.", moduleType); in GetSessionType() 416 CLOGD("GetSessionType TYPE_STREAM, ModuleType = %{public}d.", moduleType); in GetSessionType() 419 CLOGD("GetSessionType TYPE_FILE, ModuleType = %{public}d.", moduleType); in GetSessionType() 422 CLOGD("GetSessionType TYPE_BYTES, ModuleType = %{public}d.", moduleType); in GetSessionType() 425 CLOGE("GetSessionType failed, ModuleType = %{public}d.", moduleType); in GetSessionType() 508 if (softbus_.GetSessionType() == TYPE_BYTES) { in Send()
|
H A D | softbus_connection.h | 76 int GetSessionType(ModuleType moduleType) const;
|
H A D | softbus_wrapper.cpp | 151 int SoftBusWrapper::GetSessionType() in GetSessionType() function in OHOS::CastEngine::CastEngineService::SoftBusWrapper
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/ |
H A D | softbus_wrapper.h | 46 int GetSessionType();
|
H A D | softbus_connection.cpp | 394 int sessionType = GetSessionType(request.moduleType); in StashConnectionInfo() 400 int SoftBusConnection::GetSessionType(ModuleType moduleType) const in GetSessionType() function in OHOS::CastEngine::CastEngineService::SoftBusConnection 409 CLOGD("GetSessionType TYPE_BYTES, ModuleType = %{public}d.", moduleType); in GetSessionType() 413 CLOGD("GetSessionType TYPE_STREAM, ModuleType = %{public}d.", moduleType); in GetSessionType() 416 CLOGD("GetSessionType TYPE_FILE, ModuleType = %{public}d.", moduleType); in GetSessionType() 419 CLOGD("GetSessionType TYPE_BYTES, ModuleType = %{public}d.", moduleType); in GetSessionType() 422 CLOGE("GetSessionType failed, ModuleType = %{public}d.", moduleType); in GetSessionType() 505 if (softbus_.GetSessionType() == TYPE_BYTES) { in Send()
|
H A D | softbus_connection.h | 76 int GetSessionType(ModuleType moduleType) const;
|
H A D | softbus_wrapper.cpp | 151 int SoftBusWrapper::GetSessionType() in GetSessionType() function in OHOS::CastEngine::CastEngineService::SoftBusWrapper
|
/foundation/multimedia/av_session/frameworks/native/ohavsession/include/ |
H A D | OHAVSession.h | 38 std::string GetSessionType();
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_item.cpp | 95 std::string AVSessionItem::GetSessionType() in GetSessionType() function in OHOS::AVSession::AVSessionItem 114 "SESSION_TYPE", GetSessionType(), in Destroy() 305 "SESSION_TAG", descriptor_.sessionTag_, "SESSION_TYPE", GetSessionType(), "API_PARAM", API_PARAM_STRING, in ReportSetAVMetaDataInfo() 441 "SESSION_TYPE", GetSessionType(), in SetAVPlaybackState() 488 "SESSION_TYPE", GetSessionType(), in SetLaunchAbility() 572 "SESSION_TYPE", GetSessionType(), in ReportAVCastControllerInfo() 658 "SESSION_TYPE", GetSessionType(), in Activate() 689 "SESSION_TYPE", GetSessionType(), in Deactivate() 739 "SESSION_TYPE", GetSessionType(), in AddSupportCommand() 782 "SESSION_TYPE", GetSessionType(), [all...] |
H A D | avsession_service.cpp | 586 if ((topSession_->GetSessionType() == "audio" || topSession_->GetSessionType() == "video") && in HandleFocusSession() 597 (session->GetSessionType() != "voice_call" && session->GetSessionType() != "video_call")) { in HandleFocusSession() 599 if ((topSession_->GetSessionType() == "audio" || topSession_->GetSessionType() == "video") && in HandleFocusSession() 634 value["sessionType"] = session->GetSessionType(); in RefreshFocusSessionSort() 1157 SessionType = session->GetSessionType(); in ReportSessionInfo() 1188 SaveSessionInfoInFile(session->GetSessionId(), session->GetSessionType(), elementName); in CreateSessionInner() 1867 if (session->GetSessionType() ! in HandleSystemKeyColdStart() [all...] |
H A D | avsession_item.h | 91 std::string GetSessionType() override;
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | av_session.h | 60 virtual std::string GetSessionType() = 0;
|
/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avsession_proxy.h | 42 std::string GetSessionType() override;
|
H A D | avsession_proxy.cpp | 58 std::string AVSessionProxy::GetSessionType() in GetSessionType() function in OHOS::AVSession::AVSessionProxy
|
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionstub_fuzzer/ |
H A D | avsession_stub_fuzzer.cpp | 45 std::string GetSessionType() override { return ""; };
|
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/ |
H A D | OHAVSession.cpp | 65 std::string OHAVSession::GetSessionType() in GetSessionType() function in OHOS::AVSession::OHAVSession 67 std::string sessionType = avSession_->GetSessionType(); in GetSessionType() 402 std::string str = oh_avsession->GetSessionType(); in OH_AVSession_GetSessionType()
|
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionitem_fuzzer/ |
H A D | avsessionitem_fuzzer.cpp | 248 avSessionItem->GetSessionType(); in AvSessionCallItemTestExtension()
|
/foundation/multimedia/av_session/services/session/ipc/stub/ |
H A D | avsession_stub.cpp | 58 CHECK_AND_PRINT_LOG(reply.WriteString(GetSessionType()), "write int32_t failed"); in HandleGetSessionType()
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_proxy_test.cpp | 112 * @tc.desc: Test GetSessionType 118 std::string typeStr = g_AVSessionProxy->GetSessionType(); in HWTEST_F()
|
H A D | avsession_stub_test.cpp | 104 std::string GetSessionType() override { return ""; };
|
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avsession_test.cpp | 948 * @tc.desc: GetSessionType 955 EXPECT_EQ(avsession_->GetSessionType(), "audio"); in HWTEST_F()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avsession.cpp | 169 napiAvSession->sessionType_ = napiAvSession->session_->GetSessionType(); in NewInstance()
|