Home
last modified time | relevance | path

Searched defs:aMode (Results 1 – 25 of 36) sorted by relevance

12

/external/openthread/src/core/common/
Dstring.cpp53 MatchType Match(const char *aString, const char *aPrefixString, StringMatchMode aMode) in Match()
118 const char *StringFind(const char *aString, const char *aSubString, StringMatchMode aMode) in StringFind()
138 bool StringStartsWith(const char *aString, const char *aPrefixString, StringMatchMode aMode) in StringStartsWith()
150 bool StringEndsWith(const char *aString, const char *aSubString, StringMatchMode aMode) in StringEndsWith()
158 bool StringMatch(const char *aFirstString, const char *aSecondString, StringMatchMode aMode) in StringMatch()
Dtrickle_timer.cpp56 void TrickleTimer::Start(Mode aMode, uint32_t aIntervalMin, uint32_t aIntervalMax, uint16_t aRedund… in Start()
/external/openthread/src/core/crypto/
Daes_ccm.cpp193 void AesCcm::Payload(void *aPlainText, void *aCipherText, uint32_t aLength, Mode aMode) in Payload()
252 void AesCcm::Payload(Message &aMessage, uint16_t aOffset, uint16_t aLength, Mode aMode) in Payload()
/external/openthread/examples/platforms/simulation/
Ddso_transport.c53 void otPlatDsoDisconnect(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoDisconnect()
Ddiag.c48 void otPlatDiagModeSet(bool aMode) in otPlatDiagModeSet()
/external/openthread/src/core/api/
Dicmp6_api.cpp48 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode) in otIcmp6SetEchoMode()
Dsrp_server_api.cpp70 otError otSrpServerSetAddressMode(otInstance *aInstance, otSrpServerAddressMode aMode) in otSrpServerSetAddressMode()
Dlink_api.cpp202 void otLinkFilterSetAddressMode(otInstance *aInstance, otMacFilterAddressMode aMode) in otLinkFilterSetAddressMode()
/external/openthread/examples/platforms/cc2538/
Ddiag.c48 void otPlatDiagModeSet(bool aMode) in otPlatDiagModeSet()
/external/openthread/src/core/mac/
Dmac_filter.hpp111 void SetMode(Mode aMode) { mMode = aMode; } in SetMode()
Ddata_poll_sender.cpp389 void DataPollSender::SetAttachMode(bool aMode) in SetAttachMode()
/external/openthread/src/core/thread/
Dmle.cpp195 Error Mle::Start(StartMode aMode) in Start()
245 void Mle::Stop(StopMode aMode) in Stop()
526 void Mle::Attach(AttachMode aMode) in Attach()
2132 void Mle::SendAnnounce(uint8_t aChannel, AnnounceMode aMode) in SendAnnounce()
2141 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce()
2255 Error Mle::ProcessMessageSecurity(Crypto::AesCcm::Mode aMode, in ProcessMessageSecurity()
4216 const char *Mle::AttachModeToString(AttachMode aMode) in AttachModeToString()
4509 Error Mle::TxMessage::AppendModeTlv(DeviceMode aMode) in AppendModeTlv()
4612 Error Mle::TxMessage::AppendAddressRegistrationTlv(AddressRegistrationMode aMode) in AppendAddressRegistrationTlv()
Dmle_types.hpp331 explicit DeviceMode(uint8_t aMode) { Set(aMode); } in DeviceMode()
355 void Set(uint8_t aMode) { mMode = aMode | kModeReserved; } in Set()
Dtopology.cpp318 void Child::SetDeviceMode(Mle::DeviceMode aMode) in SetDeviceMode()
Dnetwork_diagnostic.cpp626 static inline void ParseMode(const Mle::DeviceMode &aMode, otLinkModeConfig &aLinkModeConfig) in ParseMode()
/external/ot-br-posix/src/rest/
Djson.cpp99 static cJSON *Mode2Json(const otLinkModeConfig &aMode) in Mode2Json()
385 std::string Mode2JsonString(const otLinkModeConfig &aMode) in Mode2JsonString()
/external/openthread/src/core/utils/
Dslaac_address.cpp146 void Slaac::Update(UpdateMode aMode) in Update()
Dotns.cpp157 void Otns::EmitDeviceMode(Mle::DeviceMode aMode) in EmitDeviceMode()
Dparse_cmdline.cpp303 …r ParseHexString(const char *&aString, uint16_t &aSize, uint8_t *aBuffer, HexStringParseMode aMode) in ParseHexString()
/external/openthread/src/core/net/
Ddns_dso.cpp75 …" void otPlatDsoHandleDisconnected(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoHandleDisconnected()
204 void Dso::Connection::Disconnect(DisconnectMode aMode, DisconnectReason aReason) in Disconnect()
217 void Dso::Connection::HandleDisconnected(DisconnectMode aMode) in HandleDisconnected()
Dicmp6.hpp331 void SetEchoMode(otIcmp6EchoMode aMode) { mEchoMode = aMode; } in SetEchoMode()
Ddns_client.hpp220 void SetNat64Mode(Nat64Mode aMode) { mNat64Mode = static_cast<otDnsNat64Mode>(aMode); } in SetNat64Mode()
/external/openthread/tests/unit/
Dtest_platform.cpp286 OT_TOOL_WEAK void otPlatDiagModeSet(bool aMode) in otPlatDiagModeSet()
573 …TOOL_WEAK void otPlatDsoDisconnect(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoDisconnect()
/external/openthread/src/posix/platform/
Dspi_interface.cpp305 void SpiInterface::InitSpiDev(const char *aPath, uint8_t aMode, uint32_t aSpeed) in InitSpiDev()
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp582 void SetDiagEnabled(bool aMode) { mDiagMode = aMode; } in SetDiagEnabled()

12