Searched refs:OT_POWER_SUPPLY_EXTERNAL_STABLE (Results 1 – 4 of 4) sorted by relevance
/openthread-3.6.0/tests/unit/ |
D | test_mle.cpp | 71 case OT_POWER_SUPPLY_EXTERNAL_STABLE: in TestDefaultDeviceProperties() 110 {{OT_POWER_SUPPLY_EXTERNAL_STABLE, false, false, false, 0}, 68}, in TestLeaderWeightCalculation() 115 {{OT_POWER_SUPPLY_EXTERNAL_STABLE, true, false, false, 0}, 69}, in TestLeaderWeightCalculation() 120 {{OT_POWER_SUPPLY_EXTERNAL_STABLE, true, true, false, 0}, 76}, in TestLeaderWeightCalculation() 126 {{OT_POWER_SUPPLY_EXTERNAL_STABLE, false, false, true, 0}, 64}, in TestLeaderWeightCalculation() 131 {{OT_POWER_SUPPLY_EXTERNAL_STABLE, true, false, true, 0}, 65}, in TestLeaderWeightCalculation() 137 {{OT_POWER_SUPPLY_EXTERNAL_STABLE, true, false, false, 10}, 79}, in TestLeaderWeightCalculation() 142 {{OT_POWER_SUPPLY_EXTERNAL_STABLE, false, false, false, -10}, 58}, in TestLeaderWeightCalculation() 149 {{OT_POWER_SUPPLY_EXTERNAL_STABLE, false, false, false, 20}, 84}, in TestLeaderWeightCalculation() 154 {{OT_POWER_SUPPLY_EXTERNAL_STABLE, true, false, false, -20}, 53}, in TestLeaderWeightCalculation()
|
/openthread-3.6.0/include/openthread/ |
D | thread_ftd.h | 211 OT_POWER_SUPPLY_EXTERNAL_STABLE = 2, ///< Stable external power with a battery backup or UPS. enumerator
|
/openthread-3.6.0/src/core/thread/ |
D | mle_types.hpp | 308 …kPowerSupplyExternalStable = OT_POWER_SUPPLY_EXTERNAL_STABLE, ///< Stable external power with …
|
/openthread-3.6.0/src/cli/ |
D | cli.cpp | 3553 …static_assert(2 == OT_POWER_SUPPLY_EXTERNAL_STABLE, "OT_POWER_SUPPLY_EXTERNAL_STABLE value is inco… in Process()
|