Searched defs:aArg (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/tests/nexus/platform/ |
D | nexus_utils.hpp | 74 #define _Stringize(aArg) _Stringize2(aArg) argument 75 #define _Stringize2(aArg) #aArg argument
|
/openthread-latest/tests/unit/ |
D | test_util.h | 78 #define _Stringize(aArg) _Stringize2(aArg) argument 79 #define _Stringize2(aArg) #aArg argument
|
/openthread-latest/src/cli/ |
D | cli_utils.cpp | 430 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()
|
D | cli_ping.cpp | 156 otError PingSender::ParsePingInterval(const Arg &aArg, uint32_t &aInterval) in ParsePingInterval()
|
D | cli_dns.cpp | 495 otError Dns::ParseDnsServiceMode(const Arg &aArg, otDnsServiceMode &aMode) const in ParseDnsServiceMode() argument
|
D | cli_dataset.cpp | 540 otError Dataset::ParseTlvs(Arg &aArg, otOperationalDatasetTlvs &aDatasetTlvs) in ParseTlvs()
|
D | cli_mdns.cpp | 605 otError Mdns::ParseStartOrStop(const Arg &aArg, bool &aIsStart) in ParseStartOrStop()
|