Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_ping.cpp49 , mPingIsAsync(false) in PingSender()
145 mPingIsAsync = async; in Process()
246 if (!mPingIsAsync) in HandlePingStatistics()
Dcli_ping.hpp86 bool mPingIsAsync : 1; member in ot::Cli::PingSender