Home
last modified time | relevance | path

Searched refs:SetMode (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_filter.hpp107 void SetMode(Mode aMode) { mMode = aMode; } in SetMode() function in ot::Mac::Filter
/openthread-latest/tests/nexus/platform/
Dnexus_node.cpp81 Get<Mac::Filter>().SetMode(Mac::Filter::kModeAllowlist); in AllowList()
/openthread-latest/src/core/thread/
Dchild_table.cpp290 childInfo.SetMode(aChild.GetDeviceMode().Get()); in StoreChild()
Dnetwork_diagnostic_tlvs.hpp557 void SetMode(Mle::DeviceMode aMode) { mMode = aMode.Get(); } in SetMode() function in ot::NetworkDiagnostic::ChildTableEntry
Dnetwork_diagnostic.cpp191 entry.SetMode(child.GetDeviceMode()); in AppendChildTable()
/openthread-latest/src/core/common/
Dsettings.hpp445 void SetMode(uint8_t aMode) { mMode = aMode; } in SetMode() function in ot::SettingsBase::ChildInfo
/openthread-latest/src/core/api/
Dlink_api.cpp228 AsCoreType(aInstance).Get<Mac::Filter>().SetMode(MapEnum(aMode)); in otLinkFilterSetAddressMode()