Home
last modified time | relevance | path

Searched defs:checkable (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido/
H A Ddbevents.cpp39 …Checkable::OnAcknowledgementCleared.connect([](const Checkable::Ptr& checkable, const String&, dou… in StaticInitialize()
51 Checkable::OnEnableActiveChecksChanged.connect([](const Checkable::Ptr& checkable, const Value&) { in StaticInitialize()
86 …Checkable::OnStateChange.connect([](const Checkable::Ptr& checkable, const CheckResult::Ptr& cr, S… in StaticInitialize()
98 Checkable::OnFlappingChanged.connect([](const Checkable::Ptr& checkable, const Value&) { in StaticInitialize()
348 Checkable::Ptr checkable = comment->GetCheckable(); in AddCommentInternal() local
417 Checkable::Ptr checkable = comment->GetCheckable(); in RemoveCommentInternal() local
487 Checkable::Ptr checkable = downtime->GetCheckable(); in AddDowntimeInternal() local
595 Checkable::Ptr checkable = downtime->GetCheckable(); in RemoveDowntimeInternal() local
674 Checkable::Ptr checkable = downtime->GetCheckable(); in TriggerDowntime() local
1044 Checkable::Ptr checkable = downtime->GetCheckable(); in AddTriggerDowntimeLogHistory() local
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icinga/
H A Dclusterevents.cpp151 Checkable::Ptr checkable; in CheckResultAPIHandler() local
216 Checkable::Ptr checkable; in NextCheckChangedAPIHandler() local
283 Checkable::Ptr checkable; in LastCheckStartedChangedAPIHandler() local
345 Checkable::Ptr checkable; in SuppressedNotificationsChangedAPIHandler() local
504 Checkable::Ptr checkable; in ForceNextCheckChangedAPIHandler() local
566 Checkable::Ptr checkable; in ForceNextNotificationChangedAPIHandler() local
636 Checkable::Ptr checkable; in AcknowledgementSetAPIHandler() local
710 Checkable::Ptr checkable; in AcknowledgementClearedAPIHandler() local
858 Checkable::Ptr checkable; in SendNotificationsAPIHandler() local
949 Checkable::Ptr checkable; in NotificationSentUserAPIHandler() local
[all …]
H A Dcompatutility.cpp68 String CompatUtility::GetCheckableCommandArgs(const Checkable::Ptr& checkable) in GetCheckableCommandArgs()
134 int CompatUtility::GetCheckableNotificationLastNotification(const Checkable::Ptr& checkable) in GetCheckableNotificationLastNotification()
146 int CompatUtility::GetCheckableNotificationNextNotification(const Checkable::Ptr& checkable) in GetCheckableNotificationNextNotification()
158 int CompatUtility::GetCheckableNotificationNotificationNumber(const Checkable::Ptr& checkable) in GetCheckableNotificationNotificationNumber()
170 double CompatUtility::GetCheckableNotificationNotificationInterval(const Checkable::Ptr& checkable) in GetCheckableNotificationNotificationInterval()
186 int CompatUtility::GetCheckableNotificationTypeFilter(const Checkable::Ptr& checkable) in GetCheckableNotificationTypeFilter()
200 int CompatUtility::GetCheckableNotificationStateFilter(const Checkable::Ptr& checkable) in GetCheckableNotificationStateFilter()
214 std::set<User::Ptr> CompatUtility::GetCheckableNotificationUsers(const Checkable::Ptr& checkable) in GetCheckableNotificationUsers()
237 …<UserGroup::Ptr> CompatUtility::GetCheckableNotificationUserGroups(const Checkable::Ptr& checkable) in GetCheckableNotificationUserGroups()
H A Dapiactions.cpp58 Checkable::Ptr checkable = static_pointer_cast<Checkable>(object); in ProcessCheckResult() local
134 Checkable::Ptr checkable = static_pointer_cast<Checkable>(object); in RescheduleCheck() local
159 Checkable::Ptr checkable = static_pointer_cast<Checkable>(object); in SendCustomNotification() local
182 Checkable::Ptr checkable = static_pointer_cast<Checkable>(object); in DelayNotification() local
200 Checkable::Ptr checkable = static_pointer_cast<Checkable>(object); in AcknowledgeProblem() local
256 Checkable::Ptr checkable = static_pointer_cast<Checkable>(object); in RemoveAcknowledgement() local
274 Checkable::Ptr checkable = static_pointer_cast<Checkable>(object); in AddComment() local
308 Checkable::Ptr checkable = dynamic_pointer_cast<Checkable>(object); in RemoveComment() local
345 Checkable::Ptr checkable = static_pointer_cast<Checkable>(object); in ScheduleDowntime() local
492 Checkable::Ptr checkable = dynamic_pointer_cast<Checkable>(object); in RemoveDowntime() local
[all …]
H A Dapievents.cpp37 void ApiEvents::CheckResultHandler(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr, con… in CheckResultHandler()
71 void ApiEvents::StateChangeHandler(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr, Sta… in StateChangeHandler()
108 const Checkable::Ptr& checkable, const std::set<User::Ptr>& users, NotificationType type, in NotificationSentToAllUsersHandler()
155 void ApiEvents::FlappingChangedHandler(const Checkable::Ptr& checkable, const MessageOrigin::Ptr& o… in FlappingChangedHandler()
191 void ApiEvents::AcknowledgementSetHandler(const Checkable::Ptr& checkable, in AcknowledgementSetHandler()
232 void ApiEvents::AcknowledgementClearedHandler(const Checkable::Ptr& checkable, const String& remove… in AcknowledgementClearedHandler()
/dports/net-mgmt/icinga2/icinga2-2.13.2/test/
H A Dicinga-checkresult.cpp26 static void NotificationHandler(const Checkable::Ptr& checkable, NotificationType type) in NotificationHandler()
34 static void CheckNotification(const Checkable::Ptr& checkable, bool expected, NotificationType type… in CheckNotification()
47 const CheckResult::Ptr&, const String&, const String&, const MessageOrigin::Ptr&) { in BOOST_AUTO_TEST_CASE()
104 const CheckResult::Ptr&, const String&, const String&, const MessageOrigin::Ptr&) { in BOOST_AUTO_TEST_CASE()
169 const CheckResult::Ptr&, const String&, const String&, const MessageOrigin::Ptr&) { in BOOST_AUTO_TEST_CASE()
242 const CheckResult::Ptr&, const String&, const String&, const MessageOrigin::Ptr&) { in BOOST_AUTO_TEST_CASE()
299 const CheckResult::Ptr&, const String&, const String&, const MessageOrigin::Ptr&) { in BOOST_AUTO_TEST_CASE()
364 const CheckResult::Ptr&, const String&, const String&, const MessageOrigin::Ptr&) { in BOOST_AUTO_TEST_CASE()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/perfdata/
H A Dgelfwriter.cpp93 …Checkable::OnNewCheckResult.connect([this](const Checkable::Ptr& checkable, const CheckResult::Ptr… in Resume()
101 …Checkable::OnStateChange.connect([this](const Checkable::Ptr& checkable, const CheckResult::Ptr& c… in Resume()
102 const MessageOrigin::Ptr&) { in Resume()
262 void GelfWriter::CheckResultHandler(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr) in CheckResultHandler()
270 void GelfWriter::CheckResultHandlerInternal(const Checkable::Ptr& checkable, const CheckResult::Ptr… in CheckResultHandlerInternal()
368 …::NotificationToUserHandler(const Notification::Ptr& notification, const Checkable::Ptr& checkable, in NotificationToUserHandler()
380 …cationToUserHandlerInternal(const Notification::Ptr& notification, const Checkable::Ptr& checkable, in NotificationToUserHandlerInternal()
438 void GelfWriter::StateChangeHandler(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr, St… in StateChangeHandler()
446 void GelfWriter::StateChangeHandlerInternal(const Checkable::Ptr& checkable, const CheckResult::Ptr… in StateChangeHandlerInternal()
503 void GelfWriter::SendLogMessage(const Checkable::Ptr& checkable, const String& gelfMessage) in SendLogMessage()
H A Delasticsearchwriter.cpp98 …Checkable::OnNewCheckResult.connect([this](const Checkable::Ptr& checkable, const CheckResult::Ptr… in Resume()
105 …ntToAllUsers.connect([this](const Notification::Ptr& notification, const Checkable::Ptr& checkable, in Resume()
125 …csearchWriter::AddCheckResult(const Dictionary::Ptr& fields, const Checkable::Ptr& checkable, cons… in AddCheckResult()
197 void ElasticsearchWriter::CheckResultHandler(const Checkable::Ptr& checkable, const CheckResult::Pt… in CheckResultHandler()
205 void ElasticsearchWriter::InternalCheckResultHandler(const Checkable::Ptr& checkable, const CheckRe… in InternalCheckResultHandler()
254 void ElasticsearchWriter::StateChangeHandler(const Checkable::Ptr& checkable, const CheckResult::Pt… in StateChangeHandler()
262 void ElasticsearchWriter::StateChangeHandlerInternal(const Checkable::Ptr& checkable, const CheckRe… in StateChangeHandlerInternal()
305 const Checkable::Ptr& checkable, const std::set<User::Ptr>& users, NotificationType type, in NotificationSentToAllUsersHandler()
317 const Checkable::Ptr& checkable, const std::set<User::Ptr>& users, NotificationType type, in NotificationSentToAllUsersHandlerInternal()
374 void ElasticsearchWriter::Enqueue(const Checkable::Ptr& checkable, const String& type, in Enqueue()
H A Dgraphitewriter.cpp98 …Checkable::OnNewCheckResult.connect([this](const Checkable::Ptr& checkable, const CheckResult::Ptr… in Resume()
257 void GraphiteWriter::CheckResultHandler(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr) in CheckResultHandler()
273 void GraphiteWriter::CheckResultHandlerInternal(const Checkable::Ptr& checkable, const CheckResult:… in CheckResultHandlerInternal()
341 void GraphiteWriter::SendPerfdata(const Checkable::Ptr& checkable, const String& prefix, const Chec… in SendPerfdata()
394 void GraphiteWriter::SendMetric(const Checkable::Ptr& checkable, const String& prefix, const String… in SendMetric()
H A Dopentsdbwriter.cpp84 …Service::OnNewCheckResult.connect([this](const Checkable::Ptr& checkable, const CheckResult::Ptr& … in Resume()
155 void OpenTsdbWriter::CheckResultHandler(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr) in CheckResultHandler()
301 void OpenTsdbWriter::SendPerfdata(const Checkable::Ptr& checkable, const String& metric, in SendPerfdata()
366 void OpenTsdbWriter::SendMetric(const Checkable::Ptr& checkable, const String& metric, in SendMetric()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/checker/
H A Dcheckercomponent.cpp55 Checkable::OnNextCheckChanged.connect([this](const Checkable::Ptr& checkable, const Value&) { in OnConfigLoaded()
131 Checkable::Ptr checkable = csi.Object; in CheckThreadProc() local
220 void CheckerComponent::ExecuteCheckHelper(const Checkable::Ptr& checkable) in ExecuteCheckHelper()
282 Checkable::Ptr checkable = dynamic_pointer_cast<Checkable>(object); in ObjectHandler() local
307 CheckableScheduleInfo CheckerComponent::GetCheckableScheduleInfo(const Checkable::Ptr& checkable) in GetCheckableScheduleInfo()
315 void CheckerComponent::NextCheckChangedHandler(const Checkable::Ptr& checkable) in NextCheckChangedHandler()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/compat/
H A Dcompatlogger.cpp52 …Checkable::OnNewCheckResult.connect([this](const Checkable::Ptr& checkable, const CheckResult::Ptr… in Start()
63 …Checkable::OnEventCommandExecuted.connect([this](const Checkable::Ptr& checkable) { EventCommandHa… in Start()
65 …Checkable::OnFlappingChanged.connect([this](const Checkable::Ptr& checkable, const Value&) { Flapp… in Start()
66 …Checkable::OnEnableFlappingChanged.connect([this](const Checkable::Ptr& checkable, const Value&) {… in Start()
94 void CompatLogger::CheckResultHandler(const Checkable::Ptr& checkable, const CheckResult::Ptr &cr) in CheckResultHandler()
241 …er::NotificationSentHandler(const Notification::Ptr& notification, const Checkable::Ptr& checkable, in NotificationSentHandler()
305 void CompatLogger::FlappingChangedHandler(const Checkable::Ptr& checkable) in FlappingChangedHandler()
346 void CompatLogger::EnableFlappingChangedHandler(const Checkable::Ptr& checkable) in EnableFlappingChangedHandler()
397 void CompatLogger::EventCommandHandler(const Checkable::Ptr& checkable) in EventCommandHandler()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/notification/
H A Dnotificationcomponent.cpp43 const String& author, const String& text, const MessageOrigin::Ptr&) { in Start()
82 auto checkable (notification->GetCheckable()); in FireSuppressedNotifications() local
164 Checkable::Ptr checkable = notification->GetCheckable(); in NotificationTimerHandler() local
262 void NotificationComponent::SendNotificationsHandler(const Checkable::Ptr& checkable, NotificationT… in SendNotificationsHandler()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/livestatus/
H A Dcommentstable.cpp63 Checkable::Ptr checkable = comment->GetCheckable(); in HostAccessor() local
76 Checkable::Ptr checkable = comment->GetCheckable(); in ServiceAccessor() local
128 Checkable::Ptr checkable = comment->GetCheckable(); in TypeAccessor() local
142 Checkable::Ptr checkable = comment->GetCheckable(); in IsServiceAccessor() local
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/methods/
H A Dplugineventtask.cpp19 void PluginEventTask::ScriptFunc(const Checkable::Ptr& checkable, in ScriptFunc()
54 void PluginEventTask::ProcessFinishedHandler(const Checkable::Ptr& checkable, const Value& commandL… in ProcessFinishedHandler()
H A Dpluginchecktask.cpp19 void PluginCheckTask::ScriptFunc(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr, in ScriptFunc()
66 void PluginCheckTask::ProcessFinishedHandler(const Checkable::Ptr& checkable, const CheckResult::Pt… in ProcessFinishedHandler()
H A Dpluginnotificationtask.cpp32 Checkable::Ptr checkable = notification->GetCheckable(); in ScriptFunc() local
71 void PluginNotificationTask::ProcessFinishedHandler(const Checkable::Ptr& checkable, const Value& c… in ProcessFinishedHandler()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/widgets/
H A Denum_menus.inl31 QMenu* EnumMenus<E>::create_menu(EnumMenuCheckableOption checkable) {
55 EnumMenuCheckableOption checkable,
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/scene/
H A DGeoSceneItem.cpp60 bool GeoSceneItem::checkable() const in checkable() function in Marble::GeoSceneItem
65 void GeoSceneItem::setCheckable( bool checkable ) in setCheckable()
H A DGeoSceneSection.cpp96 bool GeoSceneSection::checkable() const in checkable() function in Marble::GeoSceneSection
101 void GeoSceneSection::setCheckable( bool checkable ) in setCheckable()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icingadb/
H A Dicingadb-objects.cpp121 …Checkable::OnNewCheckResult.connect([](const Checkable::Ptr& checkable, const CheckResult::Ptr&, c… in ConfigStaticInitialize()
330 auto checkable (dynamic_pointer_cast<Checkable>(object)); in UpdateAllConfigObjects() local
682 Checkable::Ptr checkable = static_pointer_cast<Checkable>(object); in InsertObjectDependencies() local
1085 void IcingaDB::UpdateState(const Checkable::Ptr& checkable) in UpdateState()
1587 void IcingaDB::SendStatusUpdate(const Checkable::Ptr& checkable) in SendStatusUpdate()
1780 auto checkable (downtime->GetCheckable()); in SendStartedDowntime() local
1861 auto checkable (downtime->GetCheckable()); in SendRemovedDowntime() local
1948 auto checkable (comment->GetCheckable()); in SendAddedComment() local
2005 auto checkable (comment->GetCheckable()); in SendRemovedComment() local
2133 void IcingaDB::SendNextUpdate(const Checkable::Ptr& checkable) in SendNextUpdate()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkCheckableModelHelper.cpp136 bool checkable = false; in setIndexCheckState() local
165 bool checkable = false; in updateCheckState() local
231 bool checkable = false; in propagateCheckStateToChildren() local
548 bool checkable = false; in onDataChanged() local
665 bool checkable = false; in headerCheckState() local
679 bool checkable = false; in checkState() local
/dports/www/falkon/falkon-3.2.0/src/lib/plugins/qml/api/sidebar/
H A Dqmlsidebar.cpp100 bool QmlSideBar::checkable() in checkable() function in QmlSideBar
105 void QmlSideBar::setCheckable(bool checkable) in setCheckable()
176 void QmlSideBarHelper::setCheckable(bool checkable) in setCheckable()
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/declarativeimports/plasmacomponents/
H A Dqmenuitem.cpp119 bool QMenuItem::checkable() const in checkable() function in QMenuItem
124 void QMenuItem::setCheckable(bool checkable) in setCheckable()
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/
H A Dformlayoutattached.cpp66 void FormLayoutAttached::setCheckable(bool checkable) in setCheckable()
76 bool FormLayoutAttached::checkable() const in checkable() function in FormLayoutAttached

12345678910>>...27