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 D | output.rs | 27 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 D | input.rs | 24 use crate::util::dispatcher::http2::{DispatchErrorKind, SettingsState, SettingsSync}; 90 sync.settings = SettingsState::Acknowledging(setting.clone()); in poll()
|
H A D | manager.rs | 27 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 D | dispatcher.rs | 252 pub(crate) settings: SettingsState, 256 pub(crate) enum SettingsState { enum
|