Home
last modified time | relevance | path

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

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