Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_ping.cpp119 SuccessOrExit(error = ParsePingInterval(aArgs[3], config.mInterval)); in Process()
132 SuccessOrExit(error = ParsePingInterval(aArgs[5], timeout)); in Process()
156 otError PingSender::ParsePingInterval(const Arg &aArg, uint32_t &aInterval) in ParsePingInterval() function in ot::Cli::PingSender
Dcli_ping.hpp77 otError ParsePingInterval(const Arg &aArg, uint32_t &aInterval);