Home
last modified time | relevance | path

Searched defs:Setting (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/docs/en/application-dev/tools/
H A Danm-tool.md54 ## Setting section
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs102 pub enum Setting { enum
364 pub fn get_settings(&self) -> &[Setting] { in get_settings()
369 pub(crate) fn update_setting(&mut self, setting: Setting) { in update_setting()
400 impl Setting { impl
H A Ddecoder.rs851 fn split_token_to_setting(token: &[u8]) -> Result<Option<Setting>, H2Error> { in split_token_to_setting()
857 pub fn get_setting(id: u16, value: u32) -> Result<Option<Setting>, H2Error> { in get_setting()
H A Dencoder.rs335 pub fn update_setting(&mut self, setting: Setting) { in update_setting()