Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_quality.cpp45 void SuccessRateTracker::AddSample(bool aSuccess, uint16_t aWeight) in AddSample()
Dmle_router.hpp179 void SetLeaderWeight(uint8_t aWeight) { mLeaderWeight = aWeight; } in SetLeaderWeight()
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp96 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight) in otThreadSetLocalLeaderWeight()
/openthread-latest/src/core/net/
Ddnssd_server.cpp532 uint16_t aWeight, in AppendSrvRecord()
Ddns_types.hpp1861 void SetWeight(uint16_t aWeight) { mWeight = BigEndian::HostSwap16(aWeight); } in SetWeight()
/openthread-latest/tests/unit/
Dtest_mdns.cpp1211 uint16_t aWeight, in SendSrvResponse()