Searched refs:OnSessionReadble (Results 1 - 6 of 6) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/network/session/ | ||
H A D | tcp_session.h | 35 void OnSessionReadble(int32_t fd) override; |
H A D | udp_session.h | 35 void OnSessionReadble(int32_t fd) override; |
H A D | tcp_session.cpp | 96 void TcpSession::OnSessionReadble(int32_t fd) in OnSessionReadble() function in OHOS::Sharing::TcpSession |
H A D | base_network_session.cpp | 82 session->OnSessionReadble(fd); in OnReadable() |
H A D | base_network_session.h | 94 virtual void OnSessionReadble(int32_t fd) {} in OnSessionReadble() function in OHOS::Sharing::BaseNetworkSession |
H A D | udp_session.cpp | 101 void UdpSession::OnSessionReadble(int32_t fd) in OnSessionReadble() function in OHOS::Sharing::UdpSession |
Completed in 3 milliseconds