Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/common/src/
Dinit_flags.rs174 tests::test_load(vec![
273 pub(super) fn test_load(raw_flags: Vec<&str>) { in test_load() function
281 test_load(vec!["INIT_gatt_robust_caching_server=true"]); in simple_flag()
287 test_load(vec![ in parsing_failure()
297 test_load(vec!["--hci=2"]); in int_flag()
304 test_load(vec!["INIT_redact_log=false"]); in test_redact_logging()
306 test_load(vec!["INIT_redact_log=foo"]); in test_redact_logging()
308 test_load(vec!["INIT_redact_log=true"]); in test_redact_logging()