Home
last modified time | relevance | path

Searched refs:GetPanIdQueryClient (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/api/
H A Dcommissioner_api.cpp157 return AsCoreType(aInstance).Get<MeshCoP::Commissioner>().GetPanIdQueryClient().SendQuery( in otCommissionerPanIdQuery()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dcommissioner.hpp359 PanIdQueryClient &GetPanIdQueryClient(void) { return mPanIdQuery; } in GetPanIdQueryClient() function in ot::MeshCoP::Commissioner
/aosp_15_r20/external/openthread/src/core/instance/
H A Dinstance.hpp901 template <> inline PanIdQueryClient &Instance::Get(void) { return mCommissioner.GetPanIdQueryClient in Get()