Home
last modified time | relevance | path

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

/external/ot-br-posix/src/dbus/common/
Dtypes.hpp505 struct LeaderData struct
507 uint32_t mPartitionId; ///< Partition ID
508 uint8_t mWeighting; ///< Leader Weight
509 uint8_t mDataVersion; ///< Full Network Data Version
510 uint8_t mStableDataVersion; ///< Stable Network Data Version
511 uint8_t mLeaderRouterId; ///< Leader Router ID
/external/ot-br-posix/src/web/web-service/frontend/res/js/
Dapp.js441 'LeaderData' :{'LeaderRouterId' : 'Unknown'} property
457 'LeaderData': { 'title': false, 'content': false }, property
/external/openthread/src/core/thread/
Dmle_types.hpp442 class LeaderData : public otLeaderData, public Clearable<LeaderData> class
/external/ot-br-posix/src/rest/
Dresource.cpp361 void Resource::LeaderData(const Request &aRequest, Response &aResponse) const in LeaderData() function in otbr::rest::Resource
/external/openthread/tests/scripts/thread-cert/
Dmle.py420 class LeaderData(object): class