Home
last modified time | relevance | path

Searched defs:SetDeviceMode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dchild.cpp143 void Child::SetDeviceMode(Mle::DeviceMode aMode) in SetDeviceMode() function in ot::Child
H A Dneighbor.hpp340 void SetDeviceMode(Mle::DeviceMode aMode) { mMode = aMode.Get(); } in SetDeviceMode() function in ot::Neighbor
H A Dmle.cpp810 Error Mle::SetDeviceMode(DeviceMode aDeviceMode) in SetDeviceMode() function in ot::Mle::Mle
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.hpp185 void SetDeviceMode(uint8_t aDeviceMode) { mDeviceMode = aDeviceMode; } in SetDeviceMode() function in ot::SettingsBase::NetworkInfo