Lines Matching defs:notify_action
1599 std::optional<bool> notify_action = {};
1635 notify_action = value;
1638 if (!m_options.notify.empty() && !notify_action.has_value()) {
1642 !notify_action.has_value());
1686 if (notify_action.has_value())
1687 signals_sp->SetShouldNotify(signo, *notify_action);
1716 set_lazy_bool(notify_action),
1723 if ((notify_action.has_value() || stop_action.has_value() ||
1730 if (notify_action.has_value())
1731 signals_sp->SetShouldNotify(signo, *notify_action);