Home
last modified time | relevance | path

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

123

/external/openthread/src/core/thread/
Dnetwork_data_tlvs.cpp42 …DataTlv *NetworkDataTlv::Find(const NetworkDataTlv *aStart, const NetworkDataTlv *aEnd, Type aType) in Find()
62 Type aType, in Find()
89 const NetworkDataTlv *PrefixTlv::FindSubTlv(Type aType, bool aStable) const in FindSubTlv()
123 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType) in Iterate()
134 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType, bool aStable) in Iterate()
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()
Dnetwork_data_leader.hpp192 MeshCoP::Tlv *GetCommissioningDataSubTlv(MeshCoP::Tlv::Type aType) in GetCommissioningDataSubTlv()
Dmle.cpp1676 void Mle::SendParentRequest(ParentRequestType aType) in SendParentRequest()
3990 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress) in Log()
3995 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress, uint16_t aRlo… in Log()
4015 void Mle::LogProcessError(MessageType aType, Error aError) in LogProcessError()
4020 void Mle::LogSendError(MessageType aType, Error aError) in LogSendError()
4025 void Mle::LogError(MessageAction aAction, MessageType aType, Error aError) in LogError()
4059 const char *Mle::MessageTypeToString(MessageType aType) in MessageTypeToString()
4156 const char *Mle::MessageTypeActionToSuffixString(MessageType aType, MessageAction aAction) in MessageTypeActionToSuffixString()
4575 Error Mle::TxMessage::AppendNetworkDataTlv(NetworkData::Type aType) in AppendNetworkDataTlv()
Dnetwork_data_tlvs.hpp173 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType()
285 static NetworkDataTlv *Find(NetworkDataTlv *aStart, NetworkDataTlv *aEnd, Type aType) in Find()
346 …static NetworkDataTlv *Find(NetworkDataTlv *aStart, NetworkDataTlv *aEnd, Type aType, bool aStable) in Find()
857 NetworkDataTlv *FindSubTlv(Type aType) { return AsNonConst(AsConst(this)->FindSubTlv(aType)); } in FindSubTlv()
878 NetworkDataTlv *FindSubTlv(Type aType, bool aStable) in FindSubTlv()
/external/openthread/src/core/common/
Dtlvs.cpp62 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv) in FindTlv()
81 Error Tlv::FindTlvOffset(const Message &aMessage, uint8_t aType, uint16_t &aOffset) in FindTlvOffset()
86 Error Tlv::FindTlvValueOffset(const Message &aMessage, uint8_t aType, uint16_t &aValueOffset, uint1… in FindTlvValueOffset()
110 Error Tlv::Find(const Message &aMessage, uint8_t aType, uint16_t *aOffset, uint16_t *aSize, bool *a… in Find()
210 template <typename UintType> Error Tlv::FindUintTlv(const Message &aMessage, uint8_t aType, UintTyp… in FindUintTlv()
227 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, void *aValue, uint8_t aLength) in FindTlv()
241 template <typename UintType> Error Tlv::AppendUintTlv(Message &aMessage, uint8_t aType, UintType aV… in AppendUintTlv()
253 Error Tlv::AppendTlv(Message &aMessage, uint8_t aType, const void *aValue, uint8_t aLength) in AppendTlv()
Dsettings.cpp209 Settings::Key Settings::KeyForDatasetType(MeshCoP::Dataset::Type aType) in KeyForDatasetType()
214 Error Settings::SaveOperationalDataset(MeshCoP::Dataset::Type aType, const MeshCoP::Dataset &aDatas… in SaveOperationalDataset()
224 Error Settings::ReadOperationalDataset(MeshCoP::Dataset::Type aType, MeshCoP::Dataset &aDataset) co… in ReadOperationalDataset()
238 Error Settings::DeleteOperationalDataset(MeshCoP::Dataset::Type aType) in DeleteOperationalDataset()
/external/openthread/src/core/meshcop/
Ddataset.cpp266 void Dataset::Set(Type aType, const Dataset &aDataset) in Set()
373 Error Dataset::GetTimestamp(Type aType, Timestamp &aTimestamp) const in GetTimestamp()
396 void Dataset::SetTimestamp(Type aType, const Timestamp &aTimestamp) in SetTimestamp()
401 Error Dataset::SetTlv(Tlv::Type aType, const void *aValue, uint8_t aLength) in SetTlv()
455 void Dataset::RemoveTlv(Tlv::Type aType) in RemoveTlv()
466 Error Dataset::AppendMleDatasetTlv(Type aType, Message &aMessage) const in AppendMleDatasetTlv()
613 const char *Dataset::TypeToString(Type aType) in TypeToString()
Ddataset.hpp633 Tlv *GetTlv(Tlv::Type aType) { return AsNonConst(AsConst(this)->GetTlv(aType)); } in GetTlv()
780 template <typename ValueType> Error SetTlv(Tlv::Type aType, const ValueType &aValue) in SetTlv()
933 template <> inline Error Dataset::SetTlv(Tlv::Type aType, const uint16_t &aValue) in SetTlv()
950 template <> inline Error Dataset::SetTlv(Tlv::Type aType, const uint32_t &aValue) in SetTlv()
/external/ot-br-posix/src/mdns/
Dmdns.cpp52 const std::string &aType, in PublishService()
70 void Publisher::OnServiceResolveFailed(const std::string &aType, const std::string &aInstanceName, … in OnServiceResolveFailed()
164 void Publisher::OnServiceResolved(const std::string &aType, const DiscoveredInstanceInfo &aInstance… in OnServiceResolved()
191 void Publisher::OnServiceRemoved(uint32_t aNetifIndex, const std::string &aType, const std::string … in OnServiceRemoved()
239 std::string Publisher::MakeFullServiceName(const std::string &aName, const std::string &aType) in MakeFullServiceName()
254 void Publisher::RemoveServiceRegistration(const std::string &aName, const std::string &aType, otbrE… in RemoveServiceRegistration()
273 …egistration *Publisher::FindServiceRegistration(const std::string &aName, const std::string &aType) in FindServiceRegistration()
282 const std::string &aType, in HandleDuplicateServiceRegistration()
396 const std::string &aType, in IsOutdated()
487 const std::string &aType, in UpdateServiceRegistrationEmaLatency()
[all …]
Dmdns_mdnssd.cpp436 const char * aType, in HandleServiceRegisterResult()
448 const char * aType, in HandleServiceRegisterResult()
478 const std::string &aType, in PublishServiceImpl()
531 void PublisherMDnsSd::UnpublishService(const std::string &aName, const std::string &aType, ResultCa… in UnpublishService()
646 std::string PublisherMDnsSd::MakeRegType(const std::string &aType, SubTypeList aSubTypeList) in MakeRegType()
660 void PublisherMDnsSd::SubscribeService(const std::string &aType, const std::string &aInstanceName) in SubscribeService()
681 void PublisherMDnsSd::UnsubscribeService(const std::string &aType, const std::string &aInstanceName) in UnsubscribeService()
701 void PublisherMDnsSd::OnServiceResolveFailedImpl(const std::string &aType, in OnServiceResolveFailedImpl()
819 const char * aType, in HandleBrowseResult()
832 const char * aType, in HandleBrowseResult()
[all …]
Dmdns_avahi.cpp639 const std::string &aType, in PublishServiceImpl()
710 void PublisherAvahi::UnpublishService(const std::string &aName, const std::string &aType, ResultCal… in UnpublishService()
855 void PublisherAvahi::SubscribeService(const std::string &aType, const std::string &aInstanceName) in SubscribeService()
878 void PublisherAvahi::UnsubscribeService(const std::string &aType, const std::string &aInstanceName) in UnsubscribeService()
904 void PublisherAvahi::OnServiceResolveFailedImpl(const std::string &aType, in OnServiceResolveFailedImpl()
1008 const char * aType, in HandleBrowseResult()
1022 const char * aType, in HandleBrowseResult()
1056 const std::string &aType) in Resolve()
1083 const char * aType, in HandleResolveResult()
1102 const char * aType, in HandleResolveResult()
[all …]
/external/openthread/src/core/radio/
Dtrel_packet.cpp59 uint16_t Header::GetSize(Type aType) in GetSize()
112 void Packet::Init(Header::Type aType, uint8_t *aPayload, uint16_t aPayloadLength) in Init()
/external/ot-br-posix/src/common/
Ddns_utils.cpp99 std::string & aType, in SplitFullServiceInstanceName()
115 otbrError SplitFullServiceName(const std::string &aFullName, std::string &aType, std::string &aDoma… in SplitFullServiceName()
/external/openthread/src/core/net/
Dicmp6.cpp90 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError()
102 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError()
Ddns_types.hpp138 void SetType(Type aType) in SetType()
172 void SetQueryType(QueryType aType) in SetQueryType()
1243 void Init(uint16_t aType, uint16_t aClass = kClassInternet) in Init()
1258 bool Matches(uint16_t aType, uint16_t aClass = kClassInternet) in Matches()
1277 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType()
2555 explicit Question(uint16_t aType, uint16_t aClass = ResourceRecord::kClassInternet) in Question()
2575 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType()
/external/ot-br-posix/src/utils/
Dsocket_utils.cpp38 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption) in SocketWithCloseExec()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DGenericProperty.java27 public GenericProperty(String name, Class<?> aClass, Type aType) { in GenericProperty()
/external/openthread/src/core/coap/
Dcoap_message.cpp63 void Message::Init(Type aType, Code aCode) in Init()
70 Error Message::Init(Type aType, Code aCode, const char *aUriPath) in Init()
257 Error Message::AppendBlockOption(Message::BlockType aType, uint32_t aNum, bool aMore, otCoapBlockSz… in AppendBlockOption()
/external/ot-br-posix/src/sdp_proxy/
Ddiscovery_proxy.cpp79 … [this](const std::string &aType, const Mdns::Publisher::DiscoveredInstanceInfo &aInstanceInfo) { in Start()
156 void DiscoveryProxy::OnServiceDiscovered(const std::string & aType, in OnServiceDiscovered()
/external/openthread/src/posix/platform/
Dmisc.cpp99 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption) in SocketWithCloseExec()
/external/openthread/src/core/mac/
Dmac_types.hpp657 void Add(RadioType aType) { mBitMask |= BitFlag(aType); } in Add()
679 void Remove(RadioType aType) { mBitMask &= ~BitFlag(aType); } in Remove()
711 …static uint8_t BitFlag(RadioType aType) { return static_cast<uint8_t>(1U << static_cast<uint8_t>(a… in BitFlag()
/external/ot-br-posix/src/trel_dnssd/
Dtrel_dnssd.cpp114 … [this](const std::string &aType, const Mdns::Publisher::DiscoveredInstanceInfo &aInstanceInfo) { in StartBrowse()
210 void TrelDnssd::OnTrelServiceInstanceResolved(const std::string & aType, in OnTrelServiceInstanceResolved()
/external/openthread/examples/platforms/simulation/
Dtrel.c95 static const char *messageTypeToString(MessageType aType) in messageTypeToString()
245 static void sendServiceMessage(MessageType aType) in sendServiceMessage()
/external/cronet/base/test/android/javatests/src/org/chromium/base/test/
DTestListInstrumentationRunListener.java141 String aType = aJSON.keys().next(); in getAnnotationJSON() local

123