Home
last modified time | relevance | path

Searched refs:ConvertLogRegion (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/ncp/
Dncp_base.hpp461 static unsigned int ConvertLogRegion(otLogRegion aLogRegion);
Dncp_base.cpp542 unsigned int NcpBase::ConvertLogRegion(otLogRegion aLogRegion) in ConvertLogRegion() function in ot::Ncp::NcpBase
661 SuccessOrExit(error = mEncoder.WriteUintPacked(ConvertLogRegion(aLogRegion))); in Log()