Home
last modified time | relevance | path

Searched defs:aName (Results 1 – 19 of 19) sorted by relevance

/openthread-latest/src/lib/url/
Durl.cpp82 const char *Url::GetValue(const char *aName, const char *aLastValue) const in GetValue() argument
121 otError Url::ParseUint32(const char *aName, uint32_t &aValue) const in ParseUint32() argument
137 otError Url::ParseUint16(const char *aName, uint16_t &aValue) const in ParseUint16() argument
150 otError Url::ParseUint8(const char *aName, uint8_t &aValue) const in ParseUint8() argument
163 otError Url::ParseInt32(const char *aName, int32_t &aValue) const in ParseInt32() argument
179 otError Url::ParseInt16(const char *aName, int16_t &aValue) const in ParseInt16() argument
192 otError Url::ParseInt8(const char *aName, int8_t &aValue) const in ParseInt8() argument
/openthread-latest/examples/platforms/simulation/
Dlogging.c51 void platformLoggingSetFileName(const char *aName) in platformLoggingSetFileName()
67 void platformLoggingInit(const char *aName) in platformLoggingInit()
123 void platformLoggingInit(const char *aName) { OT_UNUSED_VARIABLE(aName); } in platformLoggingInit()
/openthread-latest/tests/unit/
Dtest_heap_string.cpp42 void PrintString(const char *aName, const Heap::String &aString) in PrintString()
54 void VerifyString(const char *aName, const Heap::String &aString, const char *aExpectedString) in VerifyString()
Dtest_serial_number.cpp42 template <typename UintType> void TestSerialNumber(const char *aName) in TestSerialNumber()
Dtest_string.cpp44 template <uint16_t kSize> void PrintString(const char *aName, const String<kSize> aString) in PrintString()
Dtest_mdns.cpp1002 static void HandleConflict(otInstance *aInstance, const char *aName, const char *aServiceType) in HandleConflict()
1091 static void SendQuery(const char *aName, in SendQuery()
1166 static void SendPtrResponse(const char *aName, const char *aPtrName, uint32_t aTtl, Section aSectio… in SendPtrResponse()
1358 static void SendResponseWithEmptyKey(const char *aName, Section aSection) in SendResponseWithEmptyKey()
1404 static void SendPtrQueryWithKnownAnswers(const char *aName, const KnownAnswer *aKnownAnswers, uint1… in SendPtrQueryWithKnownAnswers()
1446 static void SendEmtryPtrQueryWithKnownAnswers(const char *aName, const KnownAnswer *aKnownAnswers, … in SendEmtryPtrQueryWithKnownAnswers()
Dtest_dso.cpp117 const char *aName, in Connection()
/openthread-latest/src/core/net/
Ddns_types.cpp311 Error Name::AppendName(const char *aName, Message &aMessage) in AppendName()
451 Error Name::CompareName(const Message &aMessage, uint16_t &aOffset, const char *aName) in CompareName()
550 Error Name::CompareName(const Message &aMessage, uint16_t &aOffset, const Name &aName) in CompareName()
649 bool Name::LabelIterator::CompareLabel(const char *&aName, bool aIsSingleLabel) const in CompareLabel() argument
709 Error Name::ExtractLabels(const char *aName, const char *aSuffixName, char *aLabels, uint16_t aLabe… in ExtractLabels()
742 bool Name::IsSubDomainOf(const char *aName, const char *aDomain) in IsSubDomainOf()
819 …d::FindRecord(const Message &aMessage, uint16_t &aOffset, uint16_t &aNumRecords, const Name &aName) in FindRecord()
857 const Name &aName, in FindRecord()
Ddnssd_server.cpp1031 void Server::ReadQueryName(const Message &aQuery, Name::Buffer &aName) in ReadQueryName()
1038 bool Server::QueryNameMatches(const Message &aQuery, const char *aName) in QueryNameMatches()
1045 …::ReadQueryInstanceName(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, Name::Buffer &aName) in ReadQueryInstanceName()
1068 …:QueryInstanceNameMatches(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, const char *aName) in QueryInstanceNameMatches()
1075 …rver::ReadQueryHostName(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, Name::Buffer &aName) in ReadQueryHostName()
1082 …ver::QueryHostNameMatches(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, const char *aName) in QueryHostNameMatches()
1089 Error Server::StripDomainName(Name::Buffer &aName) in StripDomainName()
1322 …ver::DnsQueryType Server::GetQueryTypeAndName(const otDnssdQuery *aQuery, Dns::Name::Buffer &aName) in GetQueryTypeAndName()
1625 Name::Buffer &aName) in UpdateProxy()
2015 const Name::Buffer &aName, in HandleResult()
Dsrp_advertising_proxy.cpp1091 void AdvertisingProxy::RegisterKey(const char *aName, in RegisterKey()
1148 void AdvertisingProxy::UnregisterKey(const char *aName, const char *aServiceType) in UnregisterKey()
1160 void AdvertisingProxy::CopyNameAndRemoveDomain(DnsName &aName, const char *aFullName) in CopyNameAndRemoveDomain()
Ddns_client.cpp263 Error Client::Response::ReadServiceInfo(Section aSection, const Name &aName, ServiceInfo &aServiceI… in ReadServiceInfo() argument
321 Error Client::Response::ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInf… in ReadTxtRecord() argument
975 Error Client::StartQuery(QueryInfo &aInfo, const char *aLabel, const char *aName, QueryType aSecond… in StartQuery()
1031 Error Client::AllocateQuery(const QueryInfo &aInfo, const char *aLabel, const char *aName, Query *&… in AllocateQuery()
Dmdns.cpp247 void Core::InvokeConflictCallback(const char *aName, const char *aServiceType) in InvokeConflictCallback()
399 bool Core::NameMatch(const Heap::String &aHeapString, const char *aName) in NameMatch()
1474 Error Core::HostEntry::Init(Instance &aInstance, const char *aName) in Init()
4127 void Core::RxMessage::ProcessRecordForConflict(const Name &aName, const ResourceRecord &aRecord, ui… in ProcessRecordForConflict()
4152 void Core::RxMessage::ProcessPtrRecord(const Name &aName, const ResourceRecord &aRecord, uint16_t a… in ProcessPtrRecord()
4167 void Core::RxMessage::ProcessSrvRecord(const Name &aName, const ResourceRecord &aRecord, uint16_t a… in ProcessSrvRecord()
4182 void Core::RxMessage::ProcessTxtRecord(const Name &aName, const ResourceRecord &aRecord, uint16_t a… in ProcessTxtRecord()
4197 void Core::RxMessage::ProcessAaaaRecord(const Name &aName, const ResourceRecord &aRecord, uint16_t … in ProcessAaaaRecord()
4212 void Core::RxMessage::ProcessARecord(const Name &aName, const ResourceRecord &aRecord, uint16_t aRe… in ProcessARecord()
Dsrp_client.cpp578 Error Client::SetDomainName(const char *aName) in SetDomainName()
592 Error Client::SetHostName(const char *aName) in SetHostName()
Dsrp_client.hpp162 void SetName(const char *aName) { mName = aName; } in SetName()
Ddns_types.hpp985 …static Error ExtractLabels(const char *aName, const char *aSuffixName, char (&aLabels)[kLabelsBuff… in ExtractLabels()
1440 const Name &aName, in FindRecord()
/openthread-latest/src/posix/platform/
Dfirewall.cpp68 inline otError IpSetManager::FlushIpSet(const char *aName) in FlushIpSet()
Drcp_caps_diag.cpp770 void RcpCapsDiag::OutputFormat(const char *aName, const char *aValue) in OutputFormat()
782 void RcpCapsDiag::OutputFormat(const char *aName, uint32_t aValue) in OutputFormat()
/openthread-latest/src/core/common/
Dlog.hpp89 #define RegisterLogModule(aName) \ argument
100 #define RegisterLogModule(aName) static_assert(true, "Consume the required semi-colon at the end of… argument
/openthread-latest/src/core/api/
Dsrp_client_api.cpp110 otError otSrpClientSetHostName(otInstance *aInstance, const char *aName) in otSrpClientSetHostName()