Home
last modified time | relevance | path

Searched defs:LeaderData (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ot-br-posix/src/dbus/common/
H A Dtypes.hpp477 struct LeaderData struct
479 uint32_t mPartitionId; ///< Partition ID
480 uint8_t mWeighting; ///< Leader Weight
481 uint8_t mDataVersion; ///< Full Network Data Version
482 uint8_t mStableDataVersion; ///< Stable Network Data Version
483 uint8_t mLeaderRouterId; ///< Leader Router ID
/aosp_15_r20/external/ot-br-posix/src/web/web-service/frontend/res/js/
H A Dapp.js441 'LeaderData' :{'LeaderRouterId' : 'Unknown'} property
457 'LeaderData': { 'title': false, 'content': false }, property
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_types.hpp356 class LeaderData : public otLeaderData, public Clearable<LeaderData> class
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Dresource.cpp497 void Resource::LeaderData(const Request &aRequest, Response &aResponse) const in LeaderData() function in otbr::rest::Resource
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dmle.py421 class LeaderData(object): class