Home
last modified time | relevance | path

Searched refs:OnCastEventRecv (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davrouter_impl.h38 void OnCastEventRecv(int32_t errorCode, std::string& errorMsg) in OnCastEventRecv() function
40 ptr_->OnCastEventRecv(errorCode, errorMsg); in OnCastEventRecv()
99 void OnCastEventRecv(int32_t errorCode, std::string& errorMsg);
H A Davsession_item.h57 void OnCastEventRecv(int32_t errorCode, std::string& errorMsg) in OnCastEventRecv() function
59 ptr_->OnCastEventRecv(errorCode, errorMsg); in OnCastEventRecv()
83 void OnCastEventRecv(int32_t errorCode, std::string& errorMsg);
H A Dhw_cast_provider_session.cpp208 listener->OnCastEventRecv(static_cast<int>(eventId), jsonStr); in OnEvent()
H A Davrouter_impl.cpp537 void AVRouterImpl::OnCastEventRecv(int32_t errorCode, std::string& errorMsg) in OnCastEventRecv() function in OHOS::AVSession::AVRouterImpl
542 castHandleInfo.avRouterListener_->OnCastEventRecv(errorCode, errorMsg); in OnCastEventRecv()
H A Davsession_item.cpp1309 void AVSessionItem::OnCastEventRecv(int32_t errorCode, std::string& errorMsg) in OnCastEventRecv() function in OHOS::AVSession::AVSessionItem
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h447 virtual void OnCastEventRecv(int32_t errorCode, std::string& errorMsg) = 0;
475 virtual void OnCastEventRecv(int32_t errorCode, std::string& errorMsg) = 0;
H A Dav_router.h274 void OnCastEventRecv(int32_t errorCode, std::string& errorMsg);