Home
last modified time | relevance | path

Searched defs:aArg (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_utils.hpp74 #define _Stringize(aArg) _Stringize2(aArg) argument
75 #define _Stringize2(aArg) #aArg argument
/openthread-latest/tests/unit/
Dtest_util.h78 #define _Stringize(aArg) _Stringize2(aArg) argument
79 #define _Stringize2(aArg) #aArg argument
/openthread-latest/src/cli/
Dcli_utils.cpp430 otError Utils::ParseEnableOrDisable(const Arg &aArg, bool &aEnable) in ParseEnableOrDisable()
520 otError Utils::ParseJoinerDiscerner(Arg &aArg, otJoinerDiscerner &aDiscerner) in ParseJoinerDiscerner()
540 otError Utils::ParsePreference(const Arg &aArg, otRoutePreference &aPreference) in ParsePreference()
590 otError Utils::ParseToIp6Address(otInstance *aInstance, const Arg &aArg, otIp6Address &aAddress, bo… in ParseToIp6Address()
Dcli_ping.cpp156 otError PingSender::ParsePingInterval(const Arg &aArg, uint32_t &aInterval) in ParsePingInterval()
Dcli_dns.cpp495 otError Dns::ParseDnsServiceMode(const Arg &aArg, otDnsServiceMode &aMode) const in ParseDnsServiceMode() argument
Dcli_dataset.cpp540 otError Dataset::ParseTlvs(Arg &aArg, otOperationalDatasetTlvs &aDatasetTlvs) in ParseTlvs()
Dcli_mdns.cpp605 otError Mdns::ParseStartOrStop(const Arg &aArg, bool &aIsStart) in ParseStartOrStop()