Home
last modified time | relevance | path

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

/openthread-3.6.0/src/cli/
Dcli.cpp3544 static const char *const kPowerSupplyStrings[4] = { in Process() local
3576 OutputLine("PowerSupply : %s", Stringify(props->mPowerSupply, kPowerSupplyStrings)); in Process()
3611 for (index = 0; index < OT_ARRAY_LENGTH(kPowerSupplyStrings); index++) in Process()
3613 if (aArgs[0] == kPowerSupplyStrings[index]) in Process()
3620 VerifyOrExit(index < OT_ARRAY_LENGTH(kPowerSupplyStrings), error = OT_ERROR_INVALID_ARGS); in Process()