Searched refs:is_feature_enabled (Results 1 – 5 of 5) sorted by relevance
9 pub fn is_feature_enabled(name: &str) -> Result<bool, Box<dyn std::error::Error>> { in is_feature_enabled() function
26 pub fn is_feature_enabled(feature: &str) -> bool { in is_feature_enabled() function
381 if avf_features::is_feature_enabled(feature) { "enabled" } else { "disabled" } in command_check_feature_enabled()
387 Ok(avf_features::is_feature_enabled(feature)) in isFeatureEnabled()
3115 features::is_feature_enabled("CrOSLateBootBluetoothAudioLEAudioOnly").unwrap_or(false); in initialize()