Home
last modified time | relevance | path

Searched defs:aType (Results 1 – 25 of 157) sorted by relevance

1234567

/aosp_15_r20/external/openthread/src/core/common/
H A Dtlvs.cpp59 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv) in FindTlv()
66 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv, uint16_t &… in FindTlv()
81 Error Tlv::FindTlvValueOffsetRange(const Message &aMessage, uint8_t aType, OffsetRange &aOffsetRang… in FindTlvValueOffsetRange()
141 Error Tlv::ParsedInfo::FindIn(const Message &aMessage, uint8_t aType) in FindIn()
212 Error Tlv::FindStringTlv(const Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, char *aV… in FindStringTlv()
224 template <typename UintType> Error Tlv::FindUintTlv(const Message &aMessage, uint8_t aType, UintTyp… in FindUintTlv()
241 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, void *aValue, uint16_t aLength) in FindTlv()
253 Error Tlv::AppendStringTlv(Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, const char *… in AppendStringTlv()
260 template <typename UintType> Error Tlv::AppendUintTlv(Message &aMessage, uint8_t aType, UintType aV… in AppendUintTlv()
272 Error Tlv::AppendTlv(Message &aMessage, uint8_t aType, const void *aValue, uint16_t aLength) in AppendTlv()
[all …]
H A Dsettings.cpp220 Settings::Key Settings::KeyForDatasetType(MeshCoP::Dataset::Type aType) in KeyForDatasetType()
225 void Settings::SaveOperationalDataset(MeshCoP::Dataset::Type aType, const MeshCoP::Dataset &aDatase… in SaveOperationalDataset()
235 Error Settings::ReadOperationalDataset(MeshCoP::Dataset::Type aType, MeshCoP::Dataset &aDataset) co… in ReadOperationalDataset()
250 void Settings::DeleteOperationalDataset(MeshCoP::Dataset::Type aType) in DeleteOperationalDataset()
H A Dmessage.cpp71 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader, const Message::Setting… in Allocate()
99 Message *MessagePool::Allocate(Message::Type aType) { return Allocate(aType, 0, Message::Settings::… in Allocate()
101 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader) in Allocate()
H A Dtlvs.hpp80 void SetType(uint8_t aType) { mType = aType; } in SetType()
701 static Tlv *FindTlv(void *aTlvsStart, uint16_t aTlvsLength, uint8_t aType) in FindTlv()
/aosp_15_r20/external/ot-br-posix/src/mdns/
H A Dmdns.cpp54 const std::string &aType, in PublishService()
97 void Publisher::OnServiceResolveFailed(std::string aType, std::string aInstanceName, int32_t aError… in OnServiceResolveFailed()
207 void Publisher::OnServiceResolved(std::string aType, DiscoveredInstanceInfo aInstanceInfo) in OnServiceResolved()
274 void Publisher::OnServiceRemoved(uint32_t aNetifIndex, std::string aType, std::string aInstanceName) in OnServiceRemoved()
346 std::string Publisher::MakeFullServiceName(const std::string &aName, const std::string &aType) in MakeFullServiceName()
361 void Publisher::RemoveServiceRegistration(const std::string &aName, const std::string &aType, otbrE… in RemoveServiceRegistration()
380 …egistration *Publisher::FindServiceRegistration(const std::string &aName, const std::string &aType) in FindServiceRegistration()
396 const std::string &aType, in HandleDuplicateServiceRegistration()
573 …KeyRegistration *Publisher::FindKeyRegistration(const std::string &aName, const std::string &aType) in FindKeyRegistration()
587 const std::string &aType, in IsOutdated()
[all …]
H A Dmdns_avahi.cpp697 const std::string &aType, in PublishServiceImpl()
773 void PublisherAvahi::UnpublishService(const std::string &aName, const std::string &aType, ResultCal… in UnpublishService()
1006 void PublisherAvahi::SubscribeService(const std::string &aType, const std::string &aInstanceName) in SubscribeService()
1029 void PublisherAvahi::UnsubscribeService(const std::string &aType, const std::string &aInstanceName) in UnsubscribeService()
1055 void PublisherAvahi::OnServiceResolveFailedImpl(const std::string &aType, in OnServiceResolveFailedImpl()
1163 const char *aType, in HandleBrowseResult()
1177 const char *aType, in HandleBrowseResult()
1212 const std::string &aType) in Resolve()
1243 const char *aType, in HandleResolveServiceResult()
1262 const char *aType, in HandleResolveServiceResult()
[all …]
H A Dmdns_mdnssd.cpp526 const char *aType, in HandleRegisterResult()
785 const std::string &aType, in PublishServiceImpl()
817 void PublisherMDnsSd::UnpublishService(const std::string &aName, const std::string &aType, ResultCa… in UnpublishService()
904 std::string PublisherMDnsSd::MakeRegType(const std::string &aType, SubTypeList aSubTypeList) in MakeRegType()
918 void PublisherMDnsSd::SubscribeService(const std::string &aType, const std::string &aInstanceName) in SubscribeService()
939 void PublisherMDnsSd::UnsubscribeService(const std::string &aType, const std::string &aInstanceName) in UnsubscribeService()
959 void PublisherMDnsSd::OnServiceResolveFailedImpl(const std::string &aType, in OnServiceResolveFailedImpl()
1077 const char *aType, in HandleBrowseResult()
1090 const char *aType, in HandleBrowseResult()
1121 const std::string &aType, in Resolve()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_tlvs.cpp42 …DataTlv *NetworkDataTlv::Find(const NetworkDataTlv *aStart, const NetworkDataTlv *aEnd, Type aType) in Find()
62 Type aType, in Find()
86 const NetworkDataTlv *PrefixTlv::FindSubTlv(Type aType, bool aStable) const in FindSubTlv()
120 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType) in Iterate()
131 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType, bool aStable) in Iterate()
H A Dradio_selector.hpp101 void AddSupportedRadioType(Mac::RadioType aType) { mSupportedRadioTypes.Add(aType); } in AddSupportedRadioType()
102 void RemoveSupportedRadioType(Mac::RadioType aType) { mSupportedRadioTypes.Remove(aType); } in RemoveSupportedRadioType()
106 …void SetRadioPreference(Mac::RadioType aType, uint8_t aValue) { mRadioPreference[aType] = aValu… in SetRadioPreference()
H A Dmle.cpp1665 void Mle::SendParentRequest(ParentRequestType aType) in SendParentRequest()
3996 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress) in Log()
4001 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress, uint16_t aRlo… in Log()
4021 void Mle::LogProcessError(MessageType aType, Error aError) { LogError(kMessageReceive, aType, aErro… in LogProcessError()
4023 void Mle::LogSendError(MessageType aType, Error aError) { LogError(kMessageSend, aType, aError); } in LogSendError()
4025 void Mle::LogError(MessageAction aAction, MessageType aType, Error aError) in LogError()
4059 const char *Mle::MessageTypeToString(MessageType aType) in MessageTypeToString()
4161 const char *Mle::MessageTypeActionToSuffixString(MessageType aType, MessageAction aAction) in MessageTypeActionToSuffixString()
4535 Error Mle::TxMessage::AppendNetworkDataTlv(NetworkData::Type aType) in AppendNetworkDataTlv()
H A Dnetwork_data_tlvs.hpp159 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType()
271 static NetworkDataTlv *Find(NetworkDataTlv *aStart, NetworkDataTlv *aEnd, Type aType) in Find()
332 …static NetworkDataTlv *Find(NetworkDataTlv *aStart, NetworkDataTlv *aEnd, Type aType, bool aStable) in Find()
853 NetworkDataTlv *FindSubTlv(Type aType) { return AsNonConst(AsConst(this)->FindSubTlv(aType)); } in FindSubTlv()
874 NetworkDataTlv *FindSubTlv(Type aType, bool aStable) in FindSubTlv()
/aosp_15_r20/external/ot-br-posix/src/android/
H A Dmdns_publisher.cpp62 const std::string &aType, in onServiceDiscovered()
79const std::string &aType, in onServiceResolved()
206 const std::string &aType, in PublishServiceImpl()
252 void MdnsPublisher::UnpublishService(const std::string &aName, const std::string &aType, ResultCall… in UnpublishService()
355 void MdnsPublisher::SubscribeService(const std::string &aType, const std::string &aInstanceName) in SubscribeService()
378 void MdnsPublisher::UnsubscribeService(const std::string &aType, const std::string &aInstanceName) in UnsubscribeService()
445 void MdnsPublisher::OnServiceResolveFailedImpl(const std::string &aType, in OnServiceResolveFailedImpl()
541 void MdnsPublisher::ServiceSubscription::Resolve(const std::string &aName, const std::string &aType) in Resolve()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Ddataset.cpp355 Error Dataset::WriteTlv(Tlv::Type aType, const void *aValue, uint8_t aLength) in WriteTlv()
514 void Dataset::RemoveTlv(Tlv::Type aType) { RemoveTlv(FindTlv(aType)); } in RemoveTlv()
528 Error Dataset::ReadTimestamp(Type aType, Timestamp &aTimestamp) const in ReadTimestamp()
545 Error Dataset::WriteTimestamp(Type aType, const Timestamp &aTimestamp) in WriteTimestamp()
550 void Dataset::RemoveTimestamp(Type aType) { RemoveTlv(TimestampTlvFor(aType)); } in RemoveTimestamp()
577 const char *Dataset::TypeToString(Type aType) { return (aType == kActive) ? "Active" : "Pending"; } in TypeToString()
/aosp_15_r20/external/openthread/src/core/radio/
H A Dtrel_packet.cpp59 uint16_t Header::GetSize(Type aType) in GetSize()
113 void Packet::Init(Header::Type aType, uint8_t *aPayload, uint16_t aPayloadLength) in Init()
/aosp_15_r20/external/ot-br-posix/src/common/
H A Ddns_utils.cpp99 std::string &aType, in SplitFullServiceInstanceName()
115 otbrError SplitFullServiceName(const std::string &aFullName, std::string &aType, std::string &aDoma… in SplitFullServiceName()
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.hpp135 void SetType(Type aType) in SetType()
169 void SetQueryType(QueryType aType) in SetQueryType()
1386 void Init(uint16_t aType, uint16_t aClass = kClassInternet) in Init()
1401 bool Matches(uint16_t aType, uint16_t aClass = kClassInternet) const in Matches()
1420 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType()
2895 explicit Question(uint16_t aType, uint16_t aClass = ResourceRecord::kClassInternet) in Question()
2915 void SetType(uint16_t aType) { mType = BigEndian::HostSwap16(aType); } in SetType()
H A Dicmp6.cpp84 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError()
96 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError()
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_message.cpp63 void Message::Init(Type aType, Code aCode) in Init()
70 Error Message::Init(Type aType, Code aCode, Uri aUri) in Init()
296 Error Message::AppendBlockOption(Message::BlockType aType, uint32_t aNum, bool aMore, otCoapBlockSz… in AppendBlockOption()
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_types.hpp745 void Add(RadioType aType) { mBitMask |= BitFlag(aType); } in Add()
767 void Remove(RadioType aType) { mBitMask &= ~BitFlag(aType); } in Remove()
799 …static uint8_t BitFlag(RadioType aType) { return static_cast<uint8_t>(1U << static_cast<uint8_t>(a… in BitFlag()
/aosp_15_r20/external/ot-br-posix/src/sdp_proxy/
H A Ddiscovery_proxy.cpp96 … [this](const std::string &aType, const Mdns::Publisher::DiscoveredInstanceInfo &aInstanceInfo) { in Start()
173 void DiscoveryProxy::OnServiceDiscovered(const std::string &aType, in OnServiceDiscovered()
/aosp_15_r20/external/ot-br-posix/tests/gtest/
H A Dtest_mdns_subscribe.cpp239 Publisher::DiscoveredInstanceInfo aInstanceInfo) { in TEST_F()
279 Publisher::DiscoveredInstanceInfo aInstanceInfo) { in TEST_F()
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDAApplyUtils.cuh383 TensorArgType aType = TensorArgType::ReadWrite, in CUDA_tensor_apply2()
531 TensorArgType aType = TensorArgType::ReadWrite, in CUDA_tensor_apply2()
/aosp_15_r20/external/ot-br-posix/src/trel_dnssd/
H A Dtrel_dnssd.cpp117 … [this](const std::string &aType, const Mdns::Publisher::DiscoveredInstanceInfo &aInstanceInfo) { in StartBrowse()
214 void TrelDnssd::OnTrelServiceInstanceResolved(const std::string &aType, in OnTrelServiceInstanceResolved()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dtrel.c93 static const char *messageTypeToString(MessageType aType) in messageTypeToString()
151 static void sendServiceMessage(MessageType aType) in sendServiceMessage()
/aosp_15_r20/external/deqp/external/vulkancts/scripts/
H A Dgen_framework.py205 def __init__ (self, name, aType, alias, value): argument
212 def __init__ (self, name, aType, alias, parent, objtypeenum): argument
220 def __init__ (self, name, aType, requires, bitvalues): argument
255 …def __init__ (self, name, aType, pointer, qualifiers, arraySizeList, optional, limittype, values, … argument
280 …def __init__ (self, name, qualifiers, aType, pointer = None, secondPointerIsConst = False, arraySi… argument

1234567