Home
last modified time | relevance | path

Searched refs:aWeight (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/src/core/thread/
Dlink_quality.cpp51 void SuccessRateTracker::AddSample(bool aSuccess, uint16_t aWeight) in AddSample() argument
55 uint32_t n = aWeight; in AddSample()
Dmle_router.hpp190 void SetLeaderWeight(uint8_t aWeight) { mLeaderWeight = aWeight; } in SetLeaderWeight() argument
Dlink_quality.hpp76 void AddSample(bool aSuccess, uint16_t aWeight = kDefaultWeight);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp99 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight) in otThreadSetLocalLeaderWeight() argument
101 AsCoreType(aInstance).Get<Mle::MleRouter>().SetLeaderWeight(aWeight); in otThreadSetLocalLeaderWeight()
/openthread-latest/include/openthread/
Dthread_ftd.h283 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight);
/openthread-latest/src/core/net/
Ddnssd_server.hpp430 uint16_t aWeight,
Ddns_types.hpp2003 void SetWeight(uint16_t aWeight) { mWeight = BigEndian::HostSwap16(aWeight); } in SetWeight() argument
Ddnssd_server.cpp543 uint16_t aWeight, in AppendSrvRecord() argument
556 srvRecord.SetWeight(aWeight); in AppendSrvRecord()
/openthread-latest/tests/unit/
Dtest_mdns.cpp1211 uint16_t aWeight, in SendSrvResponse() argument
1243 srv.SetWeight(aWeight); in SendSrvResponse()