Home
last modified time | relevance | path

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/
Dmod.rs184 ) -> 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/
Ddeser_v1_tests.rs184 ) -> 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/
Dextended.rs67 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/
Dtests.rs53 ) -> 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/
Dhappy_path.rs206 ) -> Result<SectionConfig<'a>, AddSectionError>, in v1_decrypted_adv_salt_matches() argument
Derror_condition.rs240 ) -> Result<SectionConfig<'a>, AddSectionError>, in v1_deserialize_error_test_tampered_adv() argument