Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dlink_quality.cpp51 void SuccessRateTracker::AddSample(bool aSuccess, uint16_t aWeight) in AddSample()
H A Dmle_router.hpp190 void SetLeaderWeight(uint8_t aWeight) { mLeaderWeight = aWeight; } in SetLeaderWeight()
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_ftd_api.cpp99 void otThreadSetLocalLeaderWeight(otInstance *aInstance, uint8_t aWeight) in otThreadSetLocalLeaderWeight()
/aosp_15_r20/external/ot-br-posix/src/dbus/client/
H A Dthread_api_dbus.cpp597 ClientError ThreadApiDBus::GetLocalLeaderWeight(uint8_t &aWeight) in GetLocalLeaderWeight()
/aosp_15_r20/external/openthread/src/core/net/
H A Ddnssd_server.cpp543 uint16_t aWeight, in AppendSrvRecord()
H A Ddns_types.hpp2003 void SetWeight(uint16_t aWeight) { mWeight = BigEndian::HostSwap16(aWeight); } in SetWeight()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp1211 uint16_t aWeight, in SendSrvResponse()