Home
last modified time | relevance | path

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

/aosp_15_r20/external/uwb/src/rust/uwb_core/src/params/
H A Dapp_config_params.rs25 pub(super) type AppConfigTlvMap = HashMap<AppConfigTlvType, Vec<u8>>; typedef
59 pub(super) fn generate_config_map(&self) -> AppConfigTlvMap { in generate_config_map()
72 ) -> Option<AppConfigTlvMap> { in generate_updated_config_map()
121 config_map: AppConfigTlvMap, in diff_config_map()
122 prev_config_map: AppConfigTlvMap, in diff_config_map()
123 ) -> AppConfigTlvMap { in diff_config_map()
H A Daliro_app_config_params.rs72 pub fn is_config_updatable(config_map: &AppConfigTlvMap, session_state: SessionState) -> bool { in is_config_updatable()
82 pub fn generate_config_map(&self) -> AppConfigTlvMap { in generate_config_map()
H A Dccc_app_config_params.rs72 pub fn is_config_updatable(config_map: &AppConfigTlvMap, session_state: SessionState) -> bool { in is_config_updatable()
82 pub fn generate_config_map(&self) -> AppConfigTlvMap { in generate_config_map()
H A Dfira_app_config_params.rs395 pub fn is_config_updatable(config_map: &AppConfigTlvMap, session_state: SessionState) -> bool { in is_config_updatable()
413 pub fn generate_config_map(&self) -> AppConfigTlvMap { in generate_config_map()