Searched refs:sessionTag (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/ |
H A D | OHAVSession.cpp | 29 OHAVSession::OHAVSession(AVSession_Type sessionType, const char* sessionTag, in OHAVSession() argument 35 avSession_ = AVSessionManager::GetInstance().CreateSession(sessionTag, sessionType, elementName); in OHAVSession() 337 AVSession_ErrCode OH_AVSession_Create(AVSession_Type sessionType, const char* sessionTag, in OH_AVSession_Create() argument 340 CHECK_AND_RETURN_RET_LOG(sessionTag != nullptr, AV_SESSION_ERR_INVALID_PARAMETER, "sessionTag is null"); in OH_AVSession_Create() 356 OHOS::AVSession::OHAVSession *oh_avsession = new OHOS::AVSession::OHAVSession(sessionType, sessionTag, in OH_AVSession_Create()
|
/foundation/multimedia/av_session/frameworks/native/ohavsession/include/ |
H A D | OHAVSession.h | 33 OHAVSession(AVSession_Type sessionType, const char* sessionTag,
|
/foundation/multimedia/av_session/interfaces/kits/c/ |
H A D | native_avsession.h | 324 * @param sessionTag The session tag set by the application 333 * 2. The param of sessionTag is nullptr. 339 AVSession_ErrCode OH_AVSession_Create(AVSession_Type sessionType, const char* sessionTag,
|
/foundation/multimedia/av_session/services/session/ipc/stub/ |
H A D | avsession_service_stub.cpp | 65 auto sessionTag = data.ReadString(); in HandleCreateSessionInner() local 74 auto ret = CreateSessionInner(sessionTag, sessionType, *elementName, object); in HandleCreateSessionInner()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.cpp | 1150 std::string sessionTag = ""; in ReportSessionInfo() local 1156 sessionTag = session->GetDescriptor().sessionTag_; in ReportSessionInfo() 1168 "SESSION_TAG", sessionTag, in ReportSessionInfo()
|
Completed in 9 milliseconds