Searched refs:aWeight (Results 1 – 9 of 9) sorted by relevance
45 void SuccessRateTracker::AddSample(bool aSuccess, uint16_t aWeight) in AddSample() argument49 uint32_t n = aWeight; in AddSample()
179 void SetLeaderWeight(uint8_t aWeight) { mLeaderWeight = aWeight; } in SetLeaderWeight() argument
74 void AddSample(bool aSuccess, uint16_t aWeight = kDefaultWeight);
96 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight) in otThreadSetLocalLeaderWeight() argument98 AsCoreType(aInstance).Get<Mle::MleRouter>().SetLeaderWeight(aWeight); in otThreadSetLocalLeaderWeight()
267 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight);
406 uint16_t aWeight,
1861 void SetWeight(uint16_t aWeight) { mWeight = BigEndian::HostSwap16(aWeight); } in SetWeight() argument
532 uint16_t aWeight, in AppendSrvRecord() argument545 srvRecord.SetWeight(aWeight); in AppendSrvRecord()
1211 uint16_t aWeight, in SendSrvResponse() argument1243 srv.SetWeight(aWeight); in SendSrvResponse()