Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs929 let test_str = String::from("do_nothing"); in test_device_key_wrapok() localVariable
931 assert_eq!(key.apply_action(test_str.clone()), Ok(test_str)); in test_device_key_wrapok()
936 let test_str = String::from("do_nothing"); in test_device_key_to_section() localVariable
938 assert_eq!(key.apply_action(test_str.clone()), Ok(test_str)); in test_device_key_to_section()