Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_cmd_line_parser.cpp44 using Utils::CmdLineParser::ParseAsHexStringSegment;
333 otError error = ParseAsHexStringSegment(string, len, buffer); in TestParsingHexStrings()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dparse_cmdline.hpp299 otError ParseAsHexStringSegment(const char *&aString, uint16_t &aSize, uint8_t *aBuffer);
H A Dparse_cmdline.cpp310 Error ParseAsHexStringSegment(const char *&aString, uint16_t &aSize, uint8_t *aBuffer) in ParseAsHexStringSegment() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_udp.cpp412 error = ot::Utils::CmdLineParser::ParseAsHexStringSegment(aHexString, length, buf); in PrepareHexStringPayload()