Home
last modified time | relevance | path

Searched defs:GetPanId (Results 1 – 8 of 8) sorted by relevance

/external/openthread/src/core/mac/
Dlink_raw.hpp207 PanId GetPanId(void) const { return mPanId; } in GetPanId() function in ot::Mac::LinkRaw
Dmac.hpp331 PanId GetPanId(void) const { return mPanId; } in GetPanId() function in ot::Mac::Mac
/external/openthread/src/core/radio/
Dtrel_packet.hpp157 Mac::PanId GetPanId(void) const { return Encoding::BigEndian::HostSwap16(mPanId); } in GetPanId() function in ot::Trel::Header
/external/openthread/src/core/thread/
Dmesh_forwarder.hpp90 Mac::PanId GetPanId(void) const { return mPanId; } in GetPanId() function in ot::ThreadLinkInfo
/external/openthread/src/core/meshcop/
Ddataset.hpp438 Mac::PanId GetPanId(void) const { return mPanId; } in GetPanId() function in ot::MeshCoP::Dataset::Info
Dmeshcop_tlvs.hpp431 uint16_t GetPanId(void) const { return HostSwap16(mPanId); } in GetPanId() function in ot::MeshCoP::PanIdTlv
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp506 ClientError ThreadApiDBus::GetPanId(uint16_t &aPanId) in GetPanId() function in otbr::DBus::ThreadApiDBus
/external/openthread/src/core/common/
Dmessage.hpp969 uint16_t GetPanId(void) const { return GetMetadata().mPanId; } in GetPanId() function in ot::Message