Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Ddua_manager.hpp206 …static void HandleDuaNotification(void *aContext, otMessage *aMessage, const otMessageInfo *aMessa… in HandleDuaNotification() function in ot::DuaManager
208 static_cast<DuaManager *>(aContext)->HandleDuaNotification( in HandleDuaNotification()
212 void HandleDuaNotification(Coap::Message &aMessage, const Ip6::MessageInfo &aMessageInfo);
Ddua_manager.cpp55 , mDuaNotification(UriPath::kDuaRegistrationNotify, &DuaManager::HandleDuaNotification, this) in DuaManager()
579 void DuaManager::HandleDuaNotification(Coap::Message &aMessage, const Ip6::MessageInfo &aMessageInf… in HandleDuaNotification() function in ot::DuaManager