Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Dnetwork_diagnostic_tlvs.cpp117 mChildRole = HostSwap16(aMleCounters.mChildRole); in Init()
136 aDiagMleCounters.mChildRole = HostSwap16(mChildRole); in Read()
Dnetwork_diagnostic_tlvs.hpp1134 uint16_t mChildRole; // Number of times device entered child role. member in ot::NetworkDiagnostic::MleCountersTlv
Dmle.cpp324 mCounters.mChildRole++; in SetRole()
/openthread-3.5.0/include/openthread/
Dnetdiag.h219 uint16_t mChildRole; ///< Number of times device entered child role. member
Dthread.h174 …uint16_t mChildRole; ///< Number of times device entered OT_DEVICE_ROLE_CHILD … member
/openthread-3.5.0/src/cli/
Dcli.cpp2217 {&otMleCounters::mChildRole, "Role Child"}, in Process()
8294 {&otNetworkDiagMleCounters::mChildRole, "ChildRole"}, in OutputNetworkDiagMleCounters()
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp2784 SuccessOrExit(error = mEncoder.WriteUint16(counters->mChildRole)); in HandlePropertyGet()