Searched refs:otCoapMessageAppendUriPathOptions (Results 1 – 4 of 4) sorted by relevance
94 SuccessOrExit(error = otCoapMessageAppendUriPathOptions(message, mRequestUri)); in CancelResourceSubscription()691 SuccessOrExit(error = otCoapMessageAppendUriPathOptions(message, coapUri)); in ProcessRequest()697 SuccessOrExit(error = otCoapMessageAppendUriPathOptions(message, coapUri)); in ProcessRequest()
530 SuccessOrExit(error = otCoapMessageAppendUriPathOptions(message, coapUri)); in ProcessRequest()
584 otError otCoapMessageAppendUriPathOptions(otMessage *aMessage, const char *aUriPath);
93 otError otCoapMessageAppendUriPathOptions(otMessage *aMessage, const char *aUriPath) in otCoapMessageAppendUriPathOptions() function