Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs201 pub(crate) fn new_with_debug_level(debug_level: DebugLevel) -> Self { in new_with_debug_level() method
330 DebugConfig::new_with_debug_level(DebugLevel::NONE).debug_level, in test_new_with_debug_level()
334 DebugConfig::new_with_debug_level(DebugLevel::FULL).debug_level, in test_new_with_debug_level()
Dpayload.rs634 &DebugConfig::new_with_debug_level(DebugLevel::FULL) in test_collect_apexes()
666 &DebugConfig::new_with_debug_level(DebugLevel::NONE), in test_check_allowed_partitions_vendor_not_allowed()
693 &DebugConfig::new_with_debug_level(DebugLevel::NONE) in test_check_allowed_partitions_system_ext_allowed()