Searched refs:OnCastEventRecv (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_item.h | 60 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 D | hw_cast_provider_session.cpp | 200 SLOGI("trigger the OnCastEventRecv for ListSize %{public}d",
in OnEvent() 202 listener->OnCastEventRecv(static_cast<int>(eventId), jsonStr);
in OnEvent()
|
H A D | avsession_item.cpp | 1233 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 D | avsession_info.h | 445 virtual void OnCastEventRecv(int32_t errorCode, std::string& errorMsg) = 0;
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | hw_cast_supplement_test.cpp | 89 void OnCastEventRecv(int32_t errorCode, std::string& errorMsg) {} in OnCastEventRecv() function in OHOS::AVSession::AVCastSessionStateListenerDemo
|
Completed in 6 milliseconds