Searched refs:InitAsPost (Results 1 – 5 of 5) sorted by relevance
61 SuccessOrExit(error = message->InitAsPost(aAddress, kUriAnnounceBegin)); in SendRequest()
62 SuccessOrExit(error = message->InitAsPost(aAddress, kUriPanIdQuery)); in SendQuery()
64 SuccessOrExit(error = message->InitAsPost(aAddress, kUriEnergyScan)); in SendQuery()
219 Error InitAsPost(const Ip6::Address &aDestination, Uri aUri);
75 Error Message::InitAsPost(const Ip6::Address &aDestination, Uri aUri) in InitAsPost() function in ot::Coap::Message