Home
last modified time | relevance | path

Searched refs:OnCastEventRecv (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.h60 void OnCastEventRecv(int32_t errorCode, std::string& errorMsg) in OnCastEventRecv() function in OHOS::AVSession::AVSessionItem::CssListener
62 ptr_->OnCastEventRecv(errorCode, errorMsg); in OnCastEventRecv()
82 void OnCastEventRecv(int32_t errorCode, std::string& errorMsg);
H A Dhw_cast_provider_session.cpp200 SLOGI("trigger the OnCastEventRecv for ListSize %{public}d", in OnEvent()
202 listener->OnCastEventRecv(static_cast<int>(eventId), jsonStr); in OnEvent()
H A Davsession_item.cpp1233 void AVSessionItem::OnCastEventRecv(int32_t errorCode, std::string& errorMsg)
1235 SLOGI("OnCastEventRecv in with code and msg %{public}dm %{public}s", errorCode, errorMsg.c_str());
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h445 virtual void OnCastEventRecv(int32_t errorCode, std::string& errorMsg) = 0;
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_supplement_test.cpp89 void OnCastEventRecv(int32_t errorCode, std::string& errorMsg) {} in OnCastEventRecv() function in OHOS::AVSession::AVCastSessionStateListenerDemo

Completed in 6 milliseconds