Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_srp_server.cpp437 bool hasSubType = false; in Process() local
463 OutputFormat("%s%s", hasSubType ? "," : "", subLabel); in Process()
464 hasSubType = true; in Process()
467 OutputLine(hasSubType ? "" : "(null)"); in Process()