Home
last modified time | relevance | path

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

/openthread-3.7.0/tools/ot-fct/
Dcli.hpp105 otError GetNextDomain(int &aIterator, Power::Domain &aDomain);
Dcli.cpp74 otError Cli::GetNextDomain(int &aIterator, Power::Domain &aDomain) in GetNextDomain() function in ot::Fct::Cli
105 while (GetNextDomain(iterator, domain) == OT_ERROR_NONE) in ProcessTargetPowerTable()