/openthread-latest/examples/platforms/simulation/ |
D | diag.c | 67 void otPlatDiagModeSet(bool aMode) { sDiagMode = aMode; } in otPlatDiagModeSet() 106 otError otPlatDiagGpioSetMode(uint32_t aGpio, otGpioMode aMode) in otPlatDiagGpioSetMode() 117 otError otPlatDiagGpioGetMode(uint32_t aGpio, otGpioMode *aMode) in otPlatDiagGpioGetMode()
|
D | dso_transport.c | 53 void otPlatDsoDisconnect(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoDisconnect()
|
/openthread-latest/src/core/common/ |
D | string.cpp | 53 MatchType Match(const char *aString, const char *aPrefixString, StringMatchMode aMode) in Match() 121 const char *StringFind(const char *aString, const char *aSubString, StringMatchMode aMode) in StringFind() 141 bool StringStartsWith(const char *aString, const char *aPrefixString, StringMatchMode aMode) in StringStartsWith() 153 bool StringEndsWith(const char *aString, const char *aSubString, StringMatchMode aMode) in StringEndsWith() 166 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-latest/src/core/api/ |
D | icmp6_api.cpp | 45 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode) in otIcmp6SetEchoMode()
|
D | srp_server_api.cpp | 61 otError otSrpServerSetAddressMode(otInstance *aInstance, otSrpServerAddressMode aMode) in otSrpServerSetAddressMode()
|
/openthread-latest/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-latest/src/core/mac/ |
D | mac_filter.hpp | 107 void SetMode(Mode aMode) { mMode = aMode; } in SetMode()
|
D | data_poll_sender.cpp | 374 void DataPollSender::SetAttachMode(bool aMode) in SetAttachMode()
|
/openthread-latest/src/cli/ |
D | cli_mac_filter.cpp | 107 const char *MacFilter::AddressModeToString(otMacFilterAddressMode aMode) in AddressModeToString()
|
D | cli_br.cpp | 655 void Br::OutputRouterInfo(const otBorderRoutingRouterEntry &aEntry, RouterOutputMode aMode) in OutputRouterInfo()
|
/openthread-latest/src/core/net/ |
D | dns_dso.cpp | 68 …" void otPlatDsoHandleDisconnected(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoHandleDisconnected() 197 void Dso::Connection::Disconnect(DisconnectMode aMode, DisconnectReason aReason) in Disconnect() 210 void Dso::Connection::HandleDisconnected(DisconnectMode aMode) in HandleDisconnected() 1512 …TOOL_WEAK void otPlatDsoDisconnect(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoDisconnect()
|
D | icmp6.hpp | 303 void SetEchoMode(otIcmp6EchoMode aMode) { mEchoMode = aMode; } in SetEchoMode()
|
D | dns_client.hpp | 250 … void SetServiceMode(ServiceMode aMode) { mServiceMode = static_cast<otDnsServiceMode>(aMode); } in SetServiceMode() 252 void SetNat64Mode(Nat64Mode aMode) { mNat64Mode = static_cast<otDnsNat64Mode>(aMode); } in SetNat64Mode()
|
/openthread-latest/src/core/thread/ |
D | child.cpp | 138 void Child::SetDeviceMode(Mle::DeviceMode aMode) in SetDeviceMode()
|
D | mle.cpp | 158 Error Mle::Start(StartMode aMode) in Start() 212 void Mle::Stop(StopMode aMode) in Stop() 582 void Mle::Attach(AttachMode aMode) in Attach() 1973 Error Mle::SendChildUpdateRequestToParent(ChildUpdateRequestMode aMode) in SendChildUpdateRequestToParent() 2139 void Mle::SendAnnounce(uint8_t aChannel, AnnounceMode aMode) in SendAnnounce() 2148 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce() 2257 Error Mle::ProcessMessageSecurity(Crypto::AesCcm::Mode aMode, in ProcessMessageSecurity() 4289 const char *Mle::AttachModeToString(AttachMode aMode) in AttachModeToString() 4864 Error Mle::TxMessage::AppendModeTlv(DeviceMode aMode) { return Tlv::Append<ModeTlv>(*this, aMode.Ge… in AppendModeTlv() 4958 Error Mle::TxMessage::AppendAddressRegistrationTlv(AddressRegistrationMode aMode) in AppendAddressRegistrationTlv()
|
D | mle_types.hpp | 212 explicit DeviceMode(uint8_t aMode) { Set(aMode); } in DeviceMode() 233 void Set(uint8_t aMode) { mMode = aMode | kModeReserved; } in Set()
|
/openthread-latest/src/core/utils/ |
D | otns.cpp | 151 void Otns::EmitDeviceMode(Mle::DeviceMode aMode) in EmitDeviceMode()
|
D | parse_cmdline.cpp | 233 …r ParseHexString(const char *&aString, uint16_t &aSize, uint8_t *aBuffer, HexStringParseMode aMode) in ParseHexString()
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_settings.cpp | 102 Error Settings::SetOrAdd(SetAddMode aMode, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLen… in SetOrAdd()
|
/openthread-latest/src/core/backbone_router/ |
D | bbr_local.cpp | 169 Error Local::AddService(RegisterMode aMode) in AddService()
|
/openthread-latest/src/core/diags/ |
D | factory_diags.cpp | 1248 OT_TOOL_WEAK otError otPlatDiagGpioSetMode(uint32_t aGpio, otGpioMode aMode) in otPlatDiagGpioSetMode() 1256 OT_TOOL_WEAK otError otPlatDiagGpioGetMode(uint32_t aGpio, otGpioMode *aMode) in otPlatDiagGpioGetMode()
|
/openthread-latest/src/core/radio/ |
D | trel_link.cpp | 389 void Link::CheckPeerAddrOnRxSuccess(PeerSockAddrUpdateMode aMode) in CheckPeerAddrOnRxSuccess()
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 611 void otPlatDiagModeSet(bool aMode) in otPlatDiagModeSet() 676 otError otPlatDiagGpioSetMode(uint32_t aGpio, otGpioMode aMode) in otPlatDiagGpioSetMode() 688 otError otPlatDiagGpioGetMode(uint32_t aGpio, otGpioMode *aMode) in otPlatDiagGpioGetMode()
|
D | spi_interface.cpp | 285 void SpiInterface::InitSpiDev(const char *aPath, uint8_t aMode, uint32_t aSpeed) in InitSpiDev()
|