Home
last modified time | relevance | path

Searched defs:aLeaderData (Results 1 – 8 of 8) sorted by relevance

/external/ot-br-posix/src/rest/
Djson.cpp336 static cJSON *LeaderData2Json(const otLeaderData &aLeaderData) in LeaderData2Json()
573 std::string LeaderData2JsonString(const otLeaderData &aLeaderData) in LeaderData2JsonString()
/external/ot-br-posix/src/dbus/common/
Ddbus_message_helper_openthread.cpp436 otbrError DBusMessageEncode(DBusMessageIter *aIter, const LeaderData &aLeaderData) in DBusMessageEncode()
450 otbrError DBusMessageExtract(DBusMessageIter *aIter, LeaderData &aLeaderData) in DBusMessageExtract()
/external/openthread/src/core/api/
Dthread_api.cpp312 otError otThreadGetLeaderData(otInstance *aInstance, otLeaderData *aLeaderData) in otThreadGetLeaderData()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp572 ClientError ThreadApiDBus::GetLeaderData(LeaderData &aLeaderData) in GetLeaderData()
/external/openthread/src/core/thread/
Dmle_tlvs.hpp683 void Set(const LeaderData &aLeaderData) in Set()
Dmle_router.cpp1160 …outer::HandleAdvertisement(RxInfo &aRxInfo, uint16_t aSourceAddress, const LeaderData &aLeaderData) in HandleAdvertisement()
Dmle.cpp2900 bool Mle::IsNetworkDataNewer(const LeaderData &aLeaderData) in IsNetworkDataNewer()
/external/openthread/src/cli/
Dcli.cpp8242 void Interpreter::OutputLeaderData(uint8_t aIndentSize, const otLeaderData &aLeaderData) in OutputLeaderData()