Searched refs:aWeight (Results 1 – 9 of 9) sorted by relevance
51 void SuccessRateTracker::AddSample(bool aSuccess, uint16_t aWeight) in AddSample() argument55 uint32_t n = aWeight; in AddSample()
190 void SetLeaderWeight(uint8_t aWeight) { mLeaderWeight = aWeight; } in SetLeaderWeight() argument
76 void AddSample(bool aSuccess, uint16_t aWeight = kDefaultWeight);
99 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight) in otThreadSetLocalLeaderWeight() argument101 AsCoreType(aInstance).Get<Mle::MleRouter>().SetLeaderWeight(aWeight); in otThreadSetLocalLeaderWeight()
283 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight);
430 uint16_t aWeight,
2003 void SetWeight(uint16_t aWeight) { mWeight = BigEndian::HostSwap16(aWeight); } in SetWeight() argument
543 uint16_t aWeight, in AppendSrvRecord() argument556 srvRecord.SetWeight(aWeight); in AppendSrvRecord()
1211 uint16_t aWeight, in SendSrvResponse() argument1243 srv.SetWeight(aWeight); in SendSrvResponse()