Home
last modified time | relevance | path

Searched refs:SettingsState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Doutput.rs27 DispatchErrorKind, OutputMessage, SettingsState, SettingsSync,
243 SettingsState::Acknowledging(settings) => { in update_decoder_settings()
254 SettingsState::Synced => Err(H2Error::ConnectionError(ErrorCode::ConnectError)), in update_decoder_settings()
H A Dinput.rs24 use crate::util::dispatcher::http2::{DispatchErrorKind, SettingsState, SettingsSync};
90 sync.settings = SettingsState::Acknowledging(setting.clone()); in poll()
H A Dmanager.rs27 DispatchErrorKind, OutputMessage, ReqMessage, RespMessage, SettingsState, SettingsSync,
340 if let SettingsState::Acknowledging(ref acknowledged) = connection.settings { in recv_settings_frame()
349 connection.settings = SettingsState::Synced; in recv_settings_frame()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs252 pub(crate) settings: SettingsState,
256 pub(crate) enum SettingsState { enum