Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs154 debug_policy_log: bool, field
193 debug_policy_log: false, in new()
208 self.debug_level != DebugLevel::NONE || self.debug_policy_log || self.debug_policy_adb in should_prepare_console_output()
227 debug_policy_log: get_fdt_prop_bool(fdt, &DP_LOG_PATH)?, in from_custom_debug_overlay_policy()
236 debug_policy_log: get_debug_policy_bool(&DP_LOG_PATH.to_path())?, in from_host()
256 assert!(!debug_config.debug_policy_log); in test_read_avf_debug_policy_with_ramdump()
272 assert!(!debug_config.debug_policy_log); in test_read_avf_debug_policy_without_ramdump()
288 assert!(!debug_config.debug_policy_log); in test_read_avf_debug_policy_with_adb()
304 assert!(!debug_config.debug_policy_log); in test_read_avf_debug_policy_without_adb()
320 assert!(!debug_config.debug_policy_log); in test_invalid_sysprop_disables_debug_policy()