Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs155 debug_policy_ramdump: bool, field
194 debug_policy_ramdump: false, in new()
218 self.debug_level != DebugLevel::NONE || self.debug_policy_ramdump in is_ramdump_needed()
228 debug_policy_ramdump: get_fdt_prop_bool(fdt, &DP_RAMDUMP_PATH)?, in from_custom_debug_overlay_policy()
237 debug_policy_ramdump: get_debug_policy_bool(&DP_RAMDUMP_PATH.to_path())?, in from_host()
257 assert!(debug_config.debug_policy_ramdump); in test_read_avf_debug_policy_with_ramdump()
273 assert!(!debug_config.debug_policy_ramdump); in test_read_avf_debug_policy_without_ramdump()
289 assert!(!debug_config.debug_policy_ramdump); in test_read_avf_debug_policy_with_adb()
305 assert!(!debug_config.debug_policy_ramdump); in test_read_avf_debug_policy_without_adb()
321 assert!(!debug_config.debug_policy_ramdump); in test_invalid_sysprop_disables_debug_policy()