/openthread-3.6.0/src/core/common/ |
D | string.cpp | 53 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()
|
D | trickle_timer.cpp | 209 void TrickleTimer::Start(Mode aMode, uint32_t aIntervalMin, uint32_t aIntervalMax, uint16_t aRedund… in Start()
|
/openthread-3.6.0/examples/platforms/simulation/ |
D | diag.c | 61 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()
|
D | dso_transport.c | 53 void otPlatDsoDisconnect(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoDisconnect()
|
/openthread-3.6.0/src/core/api/ |
D | icmp6_api.cpp | 48 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode) in otIcmp6SetEchoMode()
|
D | srp_server_api.cpp | 64 otError otSrpServerSetAddressMode(otInstance *aInstance, otSrpServerAddressMode aMode) in otSrpServerSetAddressMode()
|
/openthread-3.6.0/src/core/crypto/ |
D | aes_ccm.cpp | 191 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/ |
D | mac_filter.hpp | 115 void SetMode(Mode aMode) { mMode = aMode; } in SetMode()
|
D | data_poll_sender.cpp | 386 void DataPollSender::SetAttachMode(bool aMode) in SetAttachMode()
|
/openthread-3.6.0/src/cli/ |
D | cli_mac_filter.cpp | 107 const char *MacFilter::AddressModeToString(otMacFilterAddressMode aMode) in AddressModeToString()
|
/openthread-3.6.0/src/core/net/ |
D | dns_dso.cpp | 76 …" 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()
|
D | icmp6.hpp | 329 void SetEchoMode(otIcmp6EchoMode aMode) { mEchoMode = aMode; } in SetEchoMode()
|
D | dns_client.hpp | 267 … void SetServiceMode(ServiceMode aMode) { mServiceMode = static_cast<otDnsServiceMode>(aMode); } in SetServiceMode() 269 void SetNat64Mode(Nat64Mode aMode) { mNat64Mode = static_cast<otDnsNat64Mode>(aMode); } in SetNat64Mode()
|
D | srp_client.cpp | 311 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/ |
D | child.cpp | 129 void Child::SetDeviceMode(Mle::DeviceMode aMode) in SetDeviceMode()
|
D | mle.cpp | 181 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()
|
D | mle_types.hpp | 183 explicit DeviceMode(uint8_t aMode) { Set(aMode); } in DeviceMode() 207 void Set(uint8_t aMode) { mMode = aMode | kModeReserved; } in Set()
|
D | neighbor.hpp | 341 void SetDeviceMode(Mle::DeviceMode aMode) { mMode = aMode.Get(); } in SetDeviceMode()
|
/openthread-3.6.0/src/core/utils/ |
D | otns.cpp | 154 void Otns::EmitDeviceMode(Mle::DeviceMode aMode) in EmitDeviceMode()
|
D | parse_cmdline.cpp | 264 …r ParseHexString(const char *&aString, uint16_t &aSize, uint8_t *aBuffer, HexStringParseMode aMode) in ParseHexString()
|
/openthread-3.6.0/src/core/backbone_router/ |
D | bbr_local.cpp | 175 Error Local::AddService(RegisterMode aMode) in AddService()
|
/openthread-3.6.0/src/core/diags/ |
D | factory_diags.cpp | 911 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/ |
D | radio.cpp | 620 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()
|
D | spi_interface.cpp | 281 void SpiInterface::InitSpiDev(const char *aPath, uint8_t aMode, uint32_t aSpeed) in InitSpiDev()
|
/openthread-3.6.0/src/lib/spinel/ |
D | radio_spinel.hpp | 689 void SetDiagEnabled(bool aMode) { mDiagMode = aMode; } in SetDiagEnabled()
|