Home
last modified time | relevance | path

Searched defs:GetDeviceMode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dneighbor.hpp332 Mle::DeviceMode GetDeviceMode(void) const { return Mle::DeviceMode(mMode); } in GetDeviceMode() function in ot::Neighbor
H A Dmle.hpp309 DeviceMode GetDeviceMode(void) const { return mDeviceMode; } in GetDeviceMode() function in ot::Mle::Mle
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.hpp177 uint8_t GetDeviceMode(void) const { return mDeviceMode; } in GetDeviceMode() function in ot::SettingsBase::NetworkInfo