Home
last modified time | relevance | path

Searched refs:HandleNotificationResponse (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/cli/
Dcli_coap.hpp108 static void HandleNotificationResponse(void * aContext,
112 …void HandleNotificationResponse(otMessage *aMessage, const otMessageInfo *aMessageInfo, otE…
Dcli_coap.cpp232 &Coap::HandleNotificationResponse, this)); in Process()
802 void Coap::HandleNotificationResponse(void * aContext, in HandleNotificationResponse() function in ot::Cli::Coap
807 static_cast<Coap *>(aContext)->HandleNotificationResponse(aMessage, aMessageInfo, aError); in HandleNotificationResponse()
810 void Coap::HandleNotificationResponse(otMessage *aMessage, const otMessageInfo *aMessageInfo, otErr… in HandleNotificationResponse() function in ot::Cli::Coap