Home
last modified time | relevance | path

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

12

/openthread-3.6.0/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.cpp209 void TrickleTimer::Start(Mode aMode, uint32_t aIntervalMin, uint32_t aIntervalMax, uint16_t aRedund… in Start()
/openthread-3.6.0/examples/platforms/simulation/
Ddiag.c61 void otPlatDiagModeSet(bool aMode) { sDiagMode = aMode; } in otPlatDiagModeSet()
100 otError otPlatDiagGpioSetMode(uint32_t aGpio, otGpioMode aMode) in otPlatDiagGpioSetMode()
111 otError otPlatDiagGpioGetMode(uint32_t aGpio, otGpioMode *aMode) in otPlatDiagGpioGetMode()
Ddso_transport.c53 void otPlatDsoDisconnect(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoDisconnect()
/openthread-3.6.0/src/core/api/
Dicmp6_api.cpp48 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode) in otIcmp6SetEchoMode()
Dsrp_server_api.cpp64 otError otSrpServerSetAddressMode(otInstance *aInstance, otSrpServerAddressMode aMode) in otSrpServerSetAddressMode()
/openthread-3.6.0/src/core/crypto/
Daes_ccm.cpp191 void AesCcm::Payload(void *aPlainText, void *aCipherText, uint32_t aLength, Mode aMode) in Payload()
250 void AesCcm::Payload(Message &aMessage, uint16_t aOffset, uint16_t aLength, Mode aMode) in Payload()
/openthread-3.6.0/src/core/mac/
Dmac_filter.hpp115 void SetMode(Mode aMode) { mMode = aMode; } in SetMode()
Ddata_poll_sender.cpp386 void DataPollSender::SetAttachMode(bool aMode) in SetAttachMode()
/openthread-3.6.0/src/cli/
Dcli_mac_filter.cpp107 const char *MacFilter::AddressModeToString(otMacFilterAddressMode aMode) in AddressModeToString()
/openthread-3.6.0/src/core/net/
Ddns_dso.cpp76 …" void otPlatDsoHandleDisconnected(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoHandleDisconnected()
205 void Dso::Connection::Disconnect(DisconnectMode aMode, DisconnectReason aReason) in Disconnect()
218 void Dso::Connection::HandleDisconnected(DisconnectMode aMode) in HandleDisconnected()
1534 …TOOL_WEAK void otPlatDsoDisconnect(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoDisconnect()
Dicmp6.hpp329 void SetEchoMode(otIcmp6EchoMode aMode) { mEchoMode = aMode; } in SetEchoMode()
Ddns_client.hpp267 … void SetServiceMode(ServiceMode aMode) { mServiceMode = static_cast<otDnsServiceMode>(aMode); } in SetServiceMode()
269 void SetNat64Mode(Nat64Mode aMode) { mNat64Mode = static_cast<otDnsNat64Mode>(aMode); } in SetNat64Mode()
Dsrp_client.cpp311 void Client::Stop(Requester aRequester, StopMode aMode) in Stop()
742 void Client::ChangeHostAndServiceStates(const ItemState *aNewStates, ServiceStateChangeMode aMode) in ChangeHostAndServiceStates()
/openthread-3.6.0/src/core/thread/
Dchild.cpp129 void Child::SetDeviceMode(Mle::DeviceMode aMode) in SetDeviceMode()
Dmle.cpp181 Error Mle::Start(StartMode aMode) in Start()
235 void Mle::Stop(StopMode aMode) in Stop()
579 void Mle::Attach(AttachMode aMode) in Attach()
2041 Error Mle::SendChildUpdateRequest(ChildUpdateRequestMode aMode) in SendChildUpdateRequest()
2201 void Mle::SendAnnounce(uint8_t aChannel, AnnounceMode aMode) in SendAnnounce()
2210 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce()
2320 Error Mle::ProcessMessageSecurity(Crypto::AesCcm::Mode aMode, in ProcessMessageSecurity()
4269 const char *Mle::AttachModeToString(AttachMode aMode) in AttachModeToString()
4540 Error Mle::TxMessage::AppendModeTlv(DeviceMode aMode) { return Tlv::Append<ModeTlv>(*this, aMode.Ge… in AppendModeTlv()
4623 Error Mle::TxMessage::AppendAddressRegistrationTlv(AddressRegistrationMode aMode) in AppendAddressRegistrationTlv()
Dmle_types.hpp183 explicit DeviceMode(uint8_t aMode) { Set(aMode); } in DeviceMode()
207 void Set(uint8_t aMode) { mMode = aMode | kModeReserved; } in Set()
Dneighbor.hpp341 void SetDeviceMode(Mle::DeviceMode aMode) { mMode = aMode.Get(); } in SetDeviceMode()
/openthread-3.6.0/src/core/utils/
Dotns.cpp154 void Otns::EmitDeviceMode(Mle::DeviceMode aMode) in EmitDeviceMode()
Dparse_cmdline.cpp264 …r ParseHexString(const char *&aString, uint16_t &aSize, uint8_t *aBuffer, HexStringParseMode aMode) in ParseHexString()
/openthread-3.6.0/src/core/backbone_router/
Dbbr_local.cpp175 Error Local::AddService(RegisterMode aMode) in AddService()
/openthread-3.6.0/src/core/diags/
Dfactory_diags.cpp911 OT_TOOL_WEAK otError otPlatDiagGpioSetMode(uint32_t aGpio, otGpioMode aMode) in otPlatDiagGpioSetMode()
919 OT_TOOL_WEAK otError otPlatDiagGpioGetMode(uint32_t aGpio, otGpioMode *aMode) in otPlatDiagGpioGetMode()
/openthread-3.6.0/src/posix/platform/
Dradio.cpp620 void otPlatDiagModeSet(bool aMode) in otPlatDiagModeSet()
681 otError otPlatDiagGpioSetMode(uint32_t aGpio, otGpioMode aMode) in otPlatDiagGpioSetMode()
693 otError otPlatDiagGpioGetMode(uint32_t aGpio, otGpioMode *aMode) in otPlatDiagGpioGetMode()
Dspi_interface.cpp281 void SpiInterface::InitSpiDev(const char *aPath, uint8_t aMode, uint32_t aSpeed) in InitSpiDev()
/openthread-3.6.0/src/lib/spinel/
Dradio_spinel.hpp689 void SetDiagEnabled(bool aMode) { mDiagMode = aMode; } in SetDiagEnabled()

12