Searched refs:ParseInt8 (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_url.cpp | 138 SuccessOrQuit(args.ParseInt8("val1", int8val)); in TestIntValue() 140 SuccessOrQuit(args.ParseInt8("val2", int8val)); in TestIntValue() 142 SuccessOrQuit(args.ParseInt8("val3", int8val)); in TestIntValue() 144 SuccessOrQuit(args.ParseInt8("val4", int8val)); in TestIntValue() 146 SuccessOrQuit(args.ParseInt8("val5", int8val)); in TestIntValue() 148 VerifyOrQuit(args.ParseInt8("val6", int8val) == OT_ERROR_INVALID_ARGS); in TestIntValue() 150 VerifyOrQuit(args.ParseInt8("val7", int8val) == OT_ERROR_INVALID_ARGS); in TestIntValue() 152 VerifyOrQuit(args.ParseInt8("val8", int8val) == OT_ERROR_NOT_FOUND); in TestIntValue()
|
/openthread-latest/src/lib/url/ |
D | url.hpp | 194 otError ParseInt8(const char *aName, int8_t &aValue) const;
|
D | url.cpp | 192 otError Url::ParseInt8(const char *aName, int8_t &aValue) const in ParseInt8() function in ot::Url::Url
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 121 SuccessOrDie(aRadioUrl.ParseInt8("fem-lnagain", value)); in ProcessRadioUrl() 127 SuccessOrDie(aRadioUrl.ParseInt8("cca-threshold", value)); in ProcessRadioUrl()
|