Home
last modified time | relevance | path

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

/external/openthread/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()
/external/openthread/src/core/api/
Dthread_ftd_api.cpp87 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight) in otThreadSetLocalLeaderWeight()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp576 ClientError ThreadApiDBus::GetLocalLeaderWeight(uint8_t &aWeight) in GetLocalLeaderWeight()
/external/openthread/src/core/net/
Ddnssd_server.cpp358 uint16_t aWeight, in AppendSrvRecord()
Ddns_types.hpp1827 void SetWeight(uint16_t aWeight) { mWeight = HostSwap16(aWeight); } in SetWeight()