Searched refs:PanIdQueryClient (Results 1 – 5 of 5) sorted by relevance
54 class PanIdQueryClient : public InstanceLocator class62 explicit PanIdQueryClient(Instance &aInstance);88 DeclareTmfHandler(PanIdQueryClient, kUriPanIdConflict);
44 PanIdQueryClient::PanIdQueryClient(Instance &aInstance) in PanIdQueryClient() function in ot::PanIdQueryClient49 Error PanIdQueryClient::SendQuery(uint16_t aPanId, in SendQuery()85 void PanIdQueryClient::HandleTmf<kUriPanIdConflict>(Coap::Message &aMessage, const Ip6::MessageInfo… in HandleTmf()
337 PanIdQueryClient &GetPanIdQueryClient(void) { return mPanIdQuery; } in GetPanIdQueryClient()465 PanIdQueryClient mPanIdQuery;
149 Case(kUriPanIdConflict, PanIdQueryClient); in HandleResource()
918 template <> inline PanIdQueryClient &Instance::Get(void) { return mCommissioner.GetPanIdQueryClient… in Get()