Searched refs:OnCastEventRecv (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/av_session/services/session/server/ |
H A D | avrouter_impl.h | 38 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 D | avsession_item.h | 57 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 D | hw_cast_provider_session.cpp | 208 listener->OnCastEventRecv(static_cast<int>(eventId), jsonStr); in OnEvent()
|
H A D | avrouter_impl.cpp | 537 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 D | avsession_item.cpp | 1309 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 D | avsession_info.h | 447 virtual void OnCastEventRecv(int32_t errorCode, std::string& errorMsg) = 0; 475 virtual void OnCastEventRecv(int32_t errorCode, std::string& errorMsg) = 0;
|
H A D | av_router.h | 274 void OnCastEventRecv(int32_t errorCode, std::string& errorMsg);
|