Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dborder_agent.hpp284 bool IsPetition(void) const { return mPetition; } in IsPetition()
290 …bool mPetition : 1; // Whether the forwarding request is leader petit… member in ot::MeshCoP::BorderAgent::ForwardContext
H A Dborder_agent.cpp67 mPetition = aPetition; in Init()