Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_coap.hpp107 static void HandleNotificationResponse(void *aContext,
111 …void HandleNotificationResponse(otMessage *aMessage, const otMessageInfo *aMessageInfo, otE…
Dcli_coap.cpp274 &Coap::HandleNotificationResponse, this)); in Process()
1036 void Coap::HandleNotificationResponse(void *aContext, in HandleNotificationResponse() function in ot::Cli::Coap
1041 static_cast<Coap *>(aContext)->HandleNotificationResponse(aMessage, aMessageInfo, aError); in HandleNotificationResponse()
1044 void Coap::HandleNotificationResponse(otMessage *aMessage, const otMessageInfo *aMessageInfo, otErr… in HandleNotificationResponse() function in ot::Cli::Coap