Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_url.cpp157 SuccessOrQuit(args.ParseInt16("val1", int16val)); in TestIntValue()
159 SuccessOrQuit(args.ParseInt16("val2", int16val)); in TestIntValue()
161 SuccessOrQuit(args.ParseInt16("val3", int16val)); in TestIntValue()
163 SuccessOrQuit(args.ParseInt16("val4", int16val)); in TestIntValue()
165 SuccessOrQuit(args.ParseInt16("val5", int16val)); in TestIntValue()
167 VerifyOrQuit(args.ParseInt16("val6", int16val) == OT_ERROR_INVALID_ARGS); in TestIntValue()
169 VerifyOrQuit(args.ParseInt16("val7", int16val) == OT_ERROR_INVALID_ARGS); in TestIntValue()
171 VerifyOrQuit(args.ParseInt16("val8", int16val) == OT_ERROR_NOT_FOUND); in TestIntValue()
/openthread-latest/src/lib/url/
Durl.hpp178 otError ParseInt16(const char *aName, int16_t &aValue) const;
Durl.cpp179 otError Url::ParseInt16(const char *aName, int16_t &aValue) const in ParseInt16() function in ot::Url::Url