Searched refs:is_push_enabled (Results 1 – 4 of 4) sorted by relevance
37 is_push_enabled: bool, field58 is_push_enabled: true, in new()106 if !self.is_push_enabled { in send_push_promise()533 if let Some(val) = settings.is_push_enabled() { in apply_remote_settings()534 self.is_push_enabled = val in apply_remote_settings()
58 is_push_enabled: bool, field108 is_push_enabled: config.local_push_enabled, in new()885 if !self.is_push_enabled { in ensure_can_reserve()
104 pub fn is_push_enabled(&self) -> Option<bool> { in is_push_enabled() method
112 local_push_enabled: config.settings.is_push_enabled().unwrap_or(true), in new()