Home
last modified time | relevance | path

Searched refs:GetSessionType (Results 1 - 23 of 23) sorted by relevance

/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_wrapper.h46 int GetSessionType();
H A Dsoftbus_connection.cpp397 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 Dsoftbus_connection.h76 int GetSessionType(ModuleType moduleType) const;
H A Dsoftbus_wrapper.cpp151 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 Dsoftbus_wrapper.h46 int GetSessionType();
H A Dsoftbus_connection.cpp394 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 Dsoftbus_connection.h76 int GetSessionType(ModuleType moduleType) const;
H A Dsoftbus_wrapper.cpp151 int SoftBusWrapper::GetSessionType() in GetSessionType() function in OHOS::CastEngine::CastEngineService::SoftBusWrapper
/foundation/multimedia/av_session/frameworks/native/ohavsession/include/
H A DOHAVSession.h38 std::string GetSessionType();
/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp95 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 Davsession_service.cpp586 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 Davsession_item.h91 std::string GetSessionType() override;
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Dav_session.h60 virtual std::string GetSessionType() = 0;
/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davsession_proxy.h42 std::string GetSessionType() override;
H A Davsession_proxy.cpp58 std::string AVSessionProxy::GetSessionType() in GetSessionType() function in OHOS::AVSession::AVSessionProxy
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionstub_fuzzer/
H A Davsession_stub_fuzzer.cpp45 std::string GetSessionType() override { return ""; };
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVSession.cpp65 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 Davsessionitem_fuzzer.cpp248 avSessionItem->GetSessionType(); in AvSessionCallItemTestExtension()
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davsession_stub.cpp58 CHECK_AND_PRINT_LOG(reply.WriteString(GetSessionType()), "write int32_t failed"); in HandleGetSessionType()
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_proxy_test.cpp112 * @tc.desc: Test GetSessionType
118 std::string typeStr = g_AVSessionProxy->GetSessionType(); in HWTEST_F()
H A Davsession_stub_test.cpp104 std::string GetSessionType() override { return ""; };
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_test.cpp948 * @tc.desc: GetSessionType
955 EXPECT_EQ(avsession_->GetSessionType(), "audio"); in HWTEST_F()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession.cpp169 napiAvSession->sessionType_ = napiAvSession->session_->GetSessionType(); in NewInstance()

Completed in 20 milliseconds