• Home
  • Raw
  • Download

Lines Matching defs:aArgs

46 template <> otError Mdns::Process<Cmd("enable")>(Arg aArgs[])  in Process()
62 template <> otError Mdns::Process<Cmd("disable")>(Arg aArgs[]) in Process()
73 template <> otError Mdns::Process<Cmd("state")>(Arg aArgs[]) in Process()
84 template <> otError Mdns::Process<Cmd("unicastquestion")>(Arg aArgs[]) in Process()
180 template <> otError Mdns::Process<Cmd("register")>(Arg aArgs[]) in Process()
224 otError Mdns::ProcessRegisterHost(Arg aArgs[]) in ProcessRegisterHost()
271 otError Mdns::ProcessRegisterService(Arg aArgs[]) in ProcessRegisterService()
288 otError Mdns::ParseServiceArgs(Arg aArgs[], otMdnsService &aService, Buffers &aBuffers) in ParseServiceArgs()
372 otError Mdns::ProcessRegisterKey(Arg aArgs[]) in ProcessRegisterKey()
441 template <> otError Mdns::Process<Cmd("unregister")>(Arg aArgs[]) in Process()
492 template <> otError Mdns::Process<Cmd("hosts")>(Arg aArgs[]) in Process()
529 template <> otError Mdns::Process<Cmd("services")>(Arg aArgs[]) in Process()
566 template <> otError Mdns::Process<Cmd("keys")>(Arg aArgs[]) in Process()
625 template <> otError Mdns::Process<Cmd("browser")>(Arg aArgs[]) in Process()
687 template <> otError Mdns::Process<Cmd("srvresolver")>(Arg aArgs[]) in Process()
741 template <> otError Mdns::Process<Cmd("txtresolver")>(Arg aArgs[]) in Process()
792 template <> otError Mdns::Process<Cmd("ip6resolver")>(Arg aArgs[]) in Process()
845 template <> otError Mdns::Process<Cmd("ip4resolver")>(Arg aArgs[]) in Process()
884 template <> otError Mdns::Process<Cmd("browsers")>(Arg aArgs[]) in Process()
930 template <> otError Mdns::Process<Cmd("srvresolvers")>(Arg aArgs[]) in Process()
969 template <> otError Mdns::Process<Cmd("txtresolvers")>(Arg aArgs[]) in Process()
1008 template <> otError Mdns::Process<Cmd("ip6resolvers")>(Arg aArgs[]) in Process()
1047 template <> otError Mdns::Process<Cmd("ip4resolvers")>(Arg aArgs[]) in Process()
1088 otError Mdns::Process(Arg aArgs[]) in Process()