Searched defs:AddSectionError (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/ |
D | mod.rs | 184 ) -> Result<SectionBuilder<&mut AdvBuilder, SE>, AddSectionError> { in section_builder() argument 199 ) -> Result<SectionBuilder<AdvBuilder, SE>, (AdvBuilder, AddSectionError)> { in into_section_builder() argument 225 ) -> Result<(usize, CapacityLimitedVec<u8, NP_ADV_MAX_SECTION_LEN>), AddSectionError> { in prepare_section_builder_buffer() argument 267 pub enum AddSectionError { enum 276 impl Display for AddSectionError { implementation
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/tests/ |
D | deser_v1_tests.rs | 184 ) -> Result<SectionConfig<'a>, AddSectionError> { in add_sig_rand_salt_to_adv() argument 194 ) -> Result<crate::tests::deser_v1_tests::SectionConfig<'a>, AddSectionError> { in add_sig_with_salt_to_adv() argument 222 ) -> Result<SectionConfig<'a>, AddSectionError> { in add_mic_rand_salt_to_adv() argument 237 ) -> Result<crate::tests::deser_v1_tests::SectionConfig<'a>, AddSectionError> { in add_mic_with_salt_to_adv() argument 471 ) -> Result<(), AddSectionError> { in add_plaintext_section() argument
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv_dynamic/src/ |
D | extended.rs | 67 maybe_section_builder: Result<S, (AdvBuilder, AddSectionError)>, in wrap_owning_section_builder() argument 76 maybe_section_builder: Result<S, AddSectionError>, in wrap_mut_ref_section_builder() argument
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/ |
D | tests.rs | 53 ) -> Result<SectionConfig<'a>, AddSectionError>, in v1_arena_out_of_space_error_encrypted_adv() argument
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/tests/deser_v1_tests/ |
D | happy_path.rs | 206 ) -> Result<SectionConfig<'a>, AddSectionError>, in v1_decrypted_adv_salt_matches() argument
|
D | error_condition.rs | 240 ) -> Result<SectionConfig<'a>, AddSectionError>, in v1_deserialize_error_test_tampered_adv() argument
|