Home
last modified time | relevance | path

Searched refs:kLeaderKeepAlive (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/src/core/thread/
Duri_paths.hpp69 static const char kLeaderKeepAlive[]; ///< The URI Path for Leader Keep Alive ("c/la"). member
Duri_paths.cpp59 const char UriPath::kLeaderKeepAlive[] = "c/la"; member in ot::UriPath
/openthread-2.7.6/src/core/meshcop/
Dmeshcop_leader.cpp58 , mKeepAlive(UriPath::kLeaderKeepAlive, Leader::HandleKeepAlive, this) in Leader()
Dborder_agent.cpp445 error = ForwardToLeader(aMessage, aMessageInfo, UriPath::kLeaderKeepAlive, false, true); in HandleKeepAlive()
Dcommissioner.cpp927 SuccessOrExit(error = message->InitAsConfirmablePost(UriPath::kLeaderKeepAlive)); in SendKeepAlive()