Home
last modified time | relevance | path

Searched defs:aInfo (Results 1 – 25 of 29) sorted by relevance

12

/openthread-latest/src/core/api/
Dmdns_api.cpp239 otMdnsCacheInfo *aInfo) in otMdnsGetNextBrowser()
251 otMdnsCacheInfo *aInfo) in otMdnsGetNextSrvResolver()
263 otMdnsCacheInfo *aInfo) in otMdnsGetNextTxtResolver()
275 otMdnsCacheInfo *aInfo) in otMdnsGetNextIp6AddressResolver()
287 otMdnsCacheInfo *aInfo) in otMdnsGetNextIp4AddressResolver()
Dlogging_api.cpp236 otError otLogGenerateNextHexDumpLine(otLogHexDumpInfo *aInfo) in otLogGenerateNextHexDumpLine()
Dthread_api.cpp311 …etNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNeighborInfo *aInfo) in otThreadGetNextNeighborInfo()
/openthread-latest/src/core/radio/
Dtrel_interface.cpp175 …"C" void otPlatTrelHandleDiscoveredPeerInfo(otInstance *aInstance, const otPlatTrelPeerInfo *aInfo) in otPlatTrelHandleDiscoveredPeerInfo()
186 void Interface::HandleDiscoveredPeerInfo(const Peer::Info &aInfo) in HandleDiscoveredPeerInfo()
249 Error Interface::ParsePeerInfoTxtData(const Peer::Info &aInfo, in ParsePeerInfoTxtData()
/openthread-latest/src/core/net/
Ddnssd_server.cpp1052 void Server::ReadQueryInstanceName(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, Name::Buf… in ReadQueryInstanceName()
1060 const ProxyQueryInfo &aInfo, in ReadQueryInstanceName()
1075 bool Server::QueryInstanceNameMatches(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, const … in QueryInstanceNameMatches()
1082 void Server::ReadQueryHostName(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, Name::Buffer … in ReadQueryHostName()
1089 bool Server::QueryHostNameMatches(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, const char… in QueryHostNameMatches()
1160 void Server::RemoveQueryAndPrepareResponse(ProxyQuery &aQuery, ProxyQueryInfo &aInfo, Response &aRe… in RemoveQueryAndPrepareResponse()
1180 void Server::Response::InitFrom(ProxyQuery &aQuery, const ProxyQueryInfo &aInfo) in InitFrom()
1525 void Server::DiscoveryProxy::Resolve(ProxyQuery &aQuery, ProxyQueryInfo &aInfo) in Resolve()
1555 void Server::DiscoveryProxy::Perform(ProxyAction aAction, ProxyQuery &aQuery, ProxyQueryInfo &aInfo) in Perform()
1588 ProxyQueryInfo &aInfo, in ReadNameFor()
[all …]
Dsrp_client.cpp1084 Error Client::PrepareUpdateMessage(MsgInfo &aInfo) in PrepareUpdateMessage()
1192 Error Client::AppendServiceInstructions(MsgInfo &aInfo) in AppendServiceInstructions()
1351 Error Client::AppendServiceInstruction(Service &aService, MsgInfo &aInfo) in AppendServiceInstruction()
1473 Error Client::AppendHostDescriptionInstruction(MsgInfo &aInfo) in AppendHostDescriptionInstruction()
1590 Error Client::AppendHostName(MsgInfo &aInfo, bool aDoNotCompress) const in AppendHostName()
1620 Error Client::AppendUpdateLeaseOptRecord(MsgInfo &aInfo) in AppendUpdateLeaseOptRecord()
1660 Error Client::AppendSignature(MsgInfo &aInfo) in AppendSignature()
Dmdns.cpp601 void Core::RecordInfo::ScheduleAnswer(const AnswerInfo &aInfo) in ScheduleAnswer()
1063 void Core::Entry::ScheduleNsecAnswer(const AnswerInfo &aInfo) in ScheduleNsecAnswer()
1091 void Core::Entry::AnswerNonProbe(const AnswerInfo &aInfo, RecordAndType *aRecords, uint16_t aRecord… in AnswerNonProbe()
1128 void Core::Entry::AnswerProbe(const AnswerInfo &aInfo, RecordAndType *aRecords, uint16_t aRecordsLe… in AnswerProbe()
1491 void Core::HostEntry::AnswerQuestion(const AnswerInfo &aInfo) in AnswerQuestion()
1969 void Core::ServiceEntry::AnswerServiceNameQuestion(const AnswerInfo &aInfo) in AnswerServiceNameQuestion()
1995 void Core::ServiceEntry::AnswerServiceTypeQuestion(const AnswerInfo &aInfo, const char *aSubLabel) in AnswerServiceTypeQuestion()
2710 void Core::ServiceType::AnswerQuestion(const AnswerInfo &aInfo) in AnswerQuestion()
3667 const AnswerInfo &aInfo, in AnswerServiceTypeQuestion()
3778 void Core::RxMessage::AnswerAllServicesQuestion(const Question &aQuestion, const AnswerInfo &aInfo) in AnswerAllServicesQuestion()
[all …]
Ddns_client.cpp979 Error Client::StartQuery(QueryInfo &aInfo, const char *aLabel, const char *aName, QueryType aSecond… in StartQuery()
1035 Error Client::AllocateQuery(const QueryInfo &aInfo, const char *aLabel, const char *aName, Query *&… in AllocateQuery()
1084 Error Client::SendQuery(Query &aQuery, QueryInfo &aInfo, bool aUpdateTimer) in SendQuery()
Ddns_client.hpp835 void UpdateQuery(Query &aQuery, const QueryInfo &aInfo) { aQuery.Write(0, aInfo); } in UpdateQuery()
/openthread-latest/src/core/crypto/
Dhkdf_sha256.cpp60 void HkdfSha256::Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t a… in Expand()
/openthread-latest/src/cli/
Dcli_history.cpp1021 const char *History::RadioTypeToString(const otHistoryTrackerMessageInfo &aInfo) in RadioTypeToString()
1041 const char *History::MessageTypeToString(const otHistoryTrackerMessageInfo &aInfo) in MessageTypeToString()
1176 void History::OutputRxTxEntryListFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryAg… in OutputRxTxEntryListFormat()
1206 void History::OutputRxTxEntryTableFormat(const otHistoryTrackerMessageInfo &aInfo, uint32_t aEntryA… in OutputRxTxEntryTableFormat()
Dcli_mdns.cpp174 void Mdns::OutputCacheInfo(const otMdnsCacheInfo &aInfo) in OutputCacheInfo()
/openthread-latest/src/core/meshcop/
Dtimestamp.cpp50 void Timestamp::SetFrom(const Info &aInfo) in SetFrom()
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp472 Error Server::AllocateAnswer(Coap::Message *&aAnswer, AnswerInfo &aInfo) in AllocateAnswer()
591 Error Server::CheckAnswerLength(Coap::Message *&aAnswer, AnswerInfo &aInfo) in CheckAnswerLength()
678 Error Server::AppendChildTableAsChildTlvs(Coap::Message *&aAnswer, AnswerInfo &aInfo) in AppendChildTableAsChildTlvs()
700 Error Server::AppendRouterNeighborTlvs(Coap::Message *&aAnswer, AnswerInfo &aInfo) in AppendRouterNeighborTlvs()
727 Error Server::AppendChildTableIp6AddressList(Coap::Message *&aAnswer, AnswerInfo &aInfo) in AppendChildTableIp6AddressList()
Dradio_selector.cpp64 void RadioSelector::NeighborInfo::PopulateMultiRadioInfo(MultiRadioInfo &aInfo) in PopulateMultiRadioInfo()
Dlink_metrics.cpp96 Error Initiator::AppendLinkMetricsQueryTlv(Message &aMessage, const QueryInfo &aInfo) in AppendLinkMetricsQueryTlv()
Daddress_resolver.cpp89 Error AddressResolver::GetNextCacheEntry(EntryInfo &aInfo, Iterator &aIterator) const in GetNextCacheEntry()
Dnetwork_data_publisher.cpp515 void Publisher::DnsSrpServiceEntry::Publish(const Info &aInfo) in Publish()
/openthread-latest/src/core/instance/
Dinstance.cpp468 void Instance::GetBufferInfo(BufferInfo &aInfo) in GetBufferInfo()
/openthread-latest/src/core/common/
Dlog.cpp211 Error GenerateNextHexDumpLine(HexDumpInfo &aInfo) in GenerateNextHexDumpLine()
/openthread-latest/src/core/backbone_router/
Dmulticast_listeners_table.cpp292 Error MulticastListenersTable::GetNext(Listener::Iterator &aIterator, Listener::Info &aInfo) in GetNext()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp189 …oryTracker::RecordNeighborEvent(NeighborTable::Event aEvent, const NeighborTable::EntryInfo &aInfo) in RecordNeighborEvent()
/openthread-latest/examples/platforms/simulation/
Dtrel.c392 …EAK void otPlatTrelHandleDiscoveredPeerInfo(otInstance *aInstance, const otPlatTrelPeerInfo *aInfo) in otPlatTrelHandleDiscoveredPeerInfo()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp89 void NcpBase::HandleParentResponseInfo(otThreadParentResponseInfo *aInfo, void *aContext) in HandleParentResponseInfo()
99 void NcpBase::HandleParentResponseInfo(const otThreadParentResponseInfo &aInfo) in HandleParentResponseInfo()
/openthread-latest/tests/unit/
Dtest_dns_client.cpp322 void LogServiceInfo(const Dns::Client::ServiceInfo &aInfo) in LogServiceInfo()

12