Home
last modified time | relevance | path

Searched defs:aWeight (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dlink_quality.cpp49 void SuccessRateTracker::AddSample(bool aSuccess, uint16_t aWeight) in AddSample()
Dmle_router.hpp158 void SetLeaderWeight(uint8_t aWeight) { mLeaderWeight = aWeight; } in SetLeaderWeight()
/openthread-2.7.6/src/core/api/
Dthread_ftd_api.cpp106 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight) in otThreadSetLocalLeaderWeight()
/openthread-2.7.6/src/core/net/
Ddnssd_server.cpp327 uint16_t aWeight, in AppendSrvRecord()
Ddns_types.hpp1790 void SetWeight(uint16_t aWeight) { mWeight = HostSwap16(aWeight); } in SetWeight()