Searched refs:kPowerSupplyStrings (Results 1 – 1 of 1) sorted by relevance
3544 static const char *const kPowerSupplyStrings[4] = { in Process() local3576 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()