Home
last modified time | relevance | path

Searched refs:SettingState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dinput.rs40 enum SettingState { enum
88 if let SettingState::Local(setting) = &state { in poll()
93 let frame = if let SettingState::Ack = state { in poll()
205 fn update_settings(&mut self, frame: &Frame) -> SettingState { in update_settings() argument
209 return SettingState::Not; in update_settings()
224 SettingState::Ack in update_settings()
226 SettingState::Local(settings.clone()) in update_settings()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h199 typedef enum SettingState { enum
202 } SettingState; typedef
213 SettingState state;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c534 static void DFileSessionSetPeerInfo(PeerInfo *peerInfo, SettingState state, SettingFrame *settingFr… in DFileSessionSetPeerInfo()