Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dpanid_query_client.hpp54 class PanIdQueryClient : public InstanceLocator class
62 explicit PanIdQueryClient(Instance &aInstance);
88 DeclareTmfHandler(PanIdQueryClient, kUriPanIdConflict);
Dpanid_query_client.cpp44 PanIdQueryClient::PanIdQueryClient(Instance &aInstance) in PanIdQueryClient() function in ot::PanIdQueryClient
49 Error PanIdQueryClient::SendQuery(uint16_t aPanId, in SendQuery()
85 void PanIdQueryClient::HandleTmf<kUriPanIdConflict>(Coap::Message &aMessage, const Ip6::MessageInfo… in HandleTmf()
Dcommissioner.hpp337 PanIdQueryClient &GetPanIdQueryClient(void) { return mPanIdQuery; } in GetPanIdQueryClient()
465 PanIdQueryClient mPanIdQuery;
/openthread-latest/src/core/thread/
Dtmf.cpp149 Case(kUriPanIdConflict, PanIdQueryClient); in HandleResource()
/openthread-latest/src/core/instance/
Dinstance.hpp918 template <> inline PanIdQueryClient &Instance::Get(void) { return mCommissioner.GetPanIdQueryClient… in Get()