Lines Matching defs:aArgs
109 template <> otError CoapSecure::Process<Cmd("resource")>(Arg aArgs[]) in Process()
157 template <> otError CoapSecure::Process<Cmd("set")>(Arg aArgs[]) in Process()
215 template <> otError CoapSecure::Process<Cmd("start")>(Arg aArgs[]) in Process()
261 template <> otError CoapSecure::Process<Cmd("stop")>(Arg aArgs[]) in Process()
295 template <> otError CoapSecure::Process<Cmd("isclosed")>(Arg aArgs[]) in Process()
311 template <> otError CoapSecure::Process<Cmd("isconnected")>(Arg aArgs[]) in Process()
329 template <> otError CoapSecure::Process<Cmd("isconnactive")>(Arg aArgs[]) in Process()
334 otError CoapSecure::ProcessIsRequest(Arg aArgs[], bool (*IsChecker)(otInstance *)) in ProcessIsRequest()
368 template <> otError CoapSecure::Process<Cmd("get")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_… in Process()
400 template <> otError CoapSecure::Process<Cmd("post")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT… in Process()
432 template <> otError CoapSecure::Process<Cmd("put")>(Arg aArgs[]) { return ProcessRequest(aArgs, OT_… in Process()
449 template <> otError CoapSecure::Process<Cmd("delete")>(Arg aArgs[]) in Process()
454 otError CoapSecure::ProcessRequest(Arg aArgs[], otCoapCode aCoapCode) in ProcessRequest()
618 template <> otError CoapSecure::Process<Cmd("connect")>(Arg aArgs[]) in Process()
649 template <> otError CoapSecure::Process<Cmd("disconnect")>(Arg aArgs[]) in Process()
675 template <> otError CoapSecure::Process<Cmd("psk")>(Arg aArgs[]) in Process()
717 template <> otError CoapSecure::Process<Cmd("x509")>(Arg aArgs[]) in Process()
734 otError CoapSecure::Process(Arg aArgs[]) in Process()