Searched defs:SetHasError (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/ | ||
H A D | ev_epoll1_linux.cc | 517 void Epoll1EventHandle::SetHasError() { error_closure_->SetReady(); } in SetHasError() function in grpc_event_engine::experimental::Epoll1EventHandle |
H A D | ev_poll_posix.cc | 527 void PollEventHandle::SetHasError() {} in SetHasError() function in grpc_event_engine::experimental::PollEventHandle |
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/ | ||
D | ev_epoll1_linux.cc | 523 void Epoll1EventHandle::SetHasError() { error_closure_->SetReady(); } in SetHasError() function in grpc_event_engine::experimental::Epoll1EventHandle |
D | ev_poll_posix.cc | 532 void PollEventHandle::SetHasError() {} in SetHasError() function in grpc_event_engine::experimental::PollEventHandle |