Home
last modified time | relevance | path

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

/openthread-latest/src/lib/url/
Durl.hpp101 bool HasParam(const char *aName) const { return (GetValue(aName) != nullptr); } in HasParam() function in ot::Url::Url
/openthread-latest/src/posix/platform/
Dradio.cpp98 resetRadio = !mRadioUrl.HasParam("no-reset"); in Init()
99 skipCompatibilityCheck = mRadioUrl.HasParam("skip-rcp-compatibility-check"); in Init()
113 if (aRadioUrl.HasParam("ncp-dataset")) in ProcessRadioUrl()
119 if (aRadioUrl.HasParam("fem-lnagain")) in ProcessRadioUrl()
125 if (aRadioUrl.HasParam("cca-threshold")) in ProcessRadioUrl()
140 if (aRadioUrl.HasParam("bus-latency")) in ProcessRadioUrl()
Dhdlc_interface.cpp599 if (aRadioUrl.HasParam("uart-flow-control")) in OpenFile()
603 else if (aRadioUrl.HasParam("uart-init-deassert")) in OpenFile()
746 if (mRadioUrl.HasParam("uart-reset")) in ResetConnection()
Dspinel_manager.cpp79 swReset = !mUrl.HasParam("no-reset"); in Init()
/openthread-latest/tests/unit/
Dtest_url.cpp136 VerifyOrQuit(args.HasParam("no-reset")); in TestIntValue()
137 VerifyOrQuit(!args.HasParam("reset")); in TestIntValue()