Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DHlsInputSettings.h131 inline int GetRetryInterval() const{ return m_retryInterval; } in GetRetryInterval() function
/dports/emulators/citra/citra-ac98458e0/src/core/hle/service/ndm/
H A Dndm_u.cpp165 void NDM_U::GetRetryInterval(Kernel::HLERequestContext& ctx) { in GetRetryInterval() function in Service::NDM::NDM_U
233 {0x00130000, &NDM_U::GetRetryInterval, "GetRetryInterval"}, in NDM_U()
H A Dndm_u.h182 void GetRetryInterval(Kernel::HLERequestContext& ctx);
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/service/ndm/
H A Dndm_u.cpp165 void NDM_U::GetRetryInterval(Kernel::HLERequestContext& ctx) { in GetRetryInterval() function in Service::NDM::NDM_U
233 {0x00130000, &NDM_U::GetRetryInterval, "GetRetryInterval"}, in NDM_U()
H A Dndm_u.h182 void GetRetryInterval(Kernel::HLERequestContext& ctx);
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido/
H A Dservicedbobject.cpp49 { "retry_interval", service->GetRetryInterval() / 60.0 }, in GetConfigFields()
120 fields->Set("retry_check_interval", service->GetRetryInterval() / 60.0); in GetStatusFields()
H A Dhostdbobject.cpp49 { "retry_interval", host->GetRetryInterval() / 60.0 }, in GetConfigFields()
123 fields->Set("retry_check_interval", host->GetRetryInterval() / 60.0); in GetStatusFields()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/compat/
H A Dstatusdatawriter.cpp253 "\t" "retry_interval" "\t" << (host->GetRetryInterval() / 60.0) << "\n" in DumpHostObject()
327 "\t" "retry_interval=" << (checkable->GetRetryInterval() / 60.0) << "\n" in DumpCheckableStatusAttrs()
426 "\t" "retry_interval" "\t" << (service->GetRetryInterval() / 60.0) << "\n" in DumpServiceObject()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icinga/
H A Dcheckable-check.cpp57 interval = GetRetryInterval(); in UpdateNextCheck()
300 if (parent->GetNextCheck() >= now + parent->GetRetryInterval()) { in ProcessCheckResult()
H A Dcheckable.cpp223 …ActiveChecks() && GetProblem() && GetStateType() == StateTypeSoft ? GetRetryInterval() : GetCheckI… in GetNextUpdate()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dms/include/aws/dms/model/
H A DOracleSettings.h1270 inline int GetRetryInterval() const{ return m_retryInterval; } in GetRetryInterval() function
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/livestatus/
H A Dservicestable.cpp811 return service->GetRetryInterval() / LIVESTATUS_INTERVAL_LENGTH; in RetryIntervalAccessor()
H A Dhoststable.cpp786 return host->GetRetryInterval() / LIVESTATUS_INTERVAL_LENGTH; in RetryIntervalAccessor()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icingadb/
H A Dicingadb-objects.cpp1219 attributes->Set("check_retry_interval", checkable->GetRetryInterval()); in PrepareObject()