Searched refs:DwellTime (Results 1 – 11 of 11) sorted by relevance
/openbmc/telemetry/tests/src/ |
H A D | test_numeric_threshold.cpp | 132 NumericParams& DwellTime(Milliseconds val) in DwellTime() function 382 .DwellTime(200ms) 389 .DwellTime(200ms) 396 .DwellTime(200ms) 403 .DwellTime(200ms) 410 .DwellTime(200ms) 417 .DwellTime(200ms) 424 .DwellTime(200ms) 431 .DwellTime(200ms) 438 .DwellTime(200ms) [all …]
|
H A D | test_discrete_threshold.cpp | 172 DiscreteParams& DwellTime(Milliseconds val) in DwellTime() function 307 .DwellTime(200ms) 312 .DwellTime(100ms) 317 .DwellTime(1000ms) 325 .DwellTime(200ms)
|
H A D | test_trigger.cpp | 376 EXPECT_THAT(tocheck.at_label<utils::tstring::DwellTime>(), in TEST_F() 377 Eq(base.at_label<utils::tstring::DwellTime>())); in TEST_F() 402 EXPECT_THAT(tocheck.at_label<utils::tstring::DwellTime>(), in TEST_F() 403 Eq(base.at_label<utils::tstring::DwellTime>())); in TEST_F()
|
/openbmc/telemetry/src/utils/ |
H A D | conversion_trigger.cpp | 50 labeledThresholdParam.at_label<ts::DwellTime>(), in operator ()() 65 labeledThresholdParam.at_label<ts::DwellTime>(), in operator ()() 106 paramUnpacked->at_label<ts::DwellTime>(), in fromLabeledThresholdParam() 123 paramUnpacked->at_label<ts::DwellTime>(), in fromLabeledThresholdParam()
|
H A D | tstring.hpp | 67 struct DwellTime struct
|
/openbmc/telemetry/src/types/ |
H A D | trigger_types.hpp | 62 utils::tstring::UserId, utils::tstring::Severity, utils::tstring::DwellTime, 134 utils::tstring::Type, utils::tstring::DwellTime,
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_cmd.c | 451 psecnetwork->Configuration.FHConfig.DwellTime = cpu_to_le32( in r8712_joinbss_cmd() 452 psecnetwork->Configuration.FHConfig.DwellTime); in r8712_joinbss_cmd() 677 pnetwork->Configuration.FHConfig.DwellTime = in r8712_createbss_cmd_callback() 678 le32_to_cpu(pnetwork->Configuration.FHConfig.DwellTime); in r8712_createbss_cmd_callback()
|
H A D | wlan_bssdef.h | 40 u32 DwellTime; /* units are Kusec */ member
|
H A D | rtl871x_mlme.c | 466 pnetwork->Configuration.FHConfig.DwellTime = in r8712_survey_event_callback() 467 le32_to_cpu(pnetwork->Configuration.FHConfig.DwellTime); in r8712_survey_event_callback() 688 pnetwork->network.Configuration.FHConfig.DwellTime = in r8712_joinbss_event_callback() 689 le32_to_cpu(pnetwork->network.Configuration.FHConfig.DwellTime); in r8712_joinbss_event_callback() 1534 pdev_network->Configuration.FHConfig.DwellTime = 0; in r8712_init_registrypriv_dev_network()
|
/openbmc/telemetry/src/ |
H A D | trigger_factory.cpp | 164 auto dwellTime = Milliseconds(thresholdParam.at_label<ts::DwellTime>()); in makeDiscreteThreshold() 188 auto dwellTime = Milliseconds(thresholdParam.at_label<ts::DwellTime>()); in makeNumericThreshold()
|
/openbmc/docs/designs/ |
H A D | telemetry.md | 339 | DwellTime | uint64 | Time in milliseconds that a trigger occurrence persists before the action d… 349 | DwellTime | uint64 | Time in milliseconds that a trigger occurrence persists before the act… 648 "DwellTime": "PT0.001S" 653 "DwellTime": "PT0.004S"
|