Home
last modified time | relevance | path

Searched refs:assert_section_equals (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/tests/deser_v1_tests/
Dhappy_path.rs66 assert_section_equals(&section_config, &sections[0]); in v1_plaintext()
90 assert_section_equals(section_config, section); in v1_all_identities_resolvable_ciphertext()
160 assert_section_equals(section_config, section); in v1_only_some_matching_identities_available_ciphertext()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/tests/
Ddeser_v1_tests.rs67 fn assert_section_equals( in assert_section_equals() function
459 assert_section_equals(&section_config, &sections[0]); in deserialize_rand_identities_finds_correct_one()