/aosp_15_r20/external/openthread/src/core/common/ |
H A 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()
|
H A D | trickle_timer.cpp | 209 void TrickleTimer::Start(Mode aMode, uint32_t aIntervalMin, uint32_t aIntervalMax, uint16_t aRedund… in Start()
|
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | diag.c | 68 void otPlatDiagModeSet(bool aMode) { sDiagMode = aMode; } in otPlatDiagModeSet() 107 otError otPlatDiagGpioSetMode(uint32_t aGpio, otGpioMode aMode) in otPlatDiagGpioSetMode() 118 otError otPlatDiagGpioGetMode(uint32_t aGpio, otGpioMode *aMode) in otPlatDiagGpioGetMode()
|
H A D | dso_transport.c | 53 void otPlatDsoDisconnect(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoDisconnect()
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | mle.cpp | 181 Error Mle::Start(StartMode aMode) in Start() 235 void Mle::Stop(StopMode aMode) in Stop() 574 void Mle::Attach(AttachMode aMode) in Attach() 2018 Error Mle::SendChildUpdateRequest(ChildUpdateRequestMode aMode) in SendChildUpdateRequest() 2183 void Mle::SendAnnounce(uint8_t aChannel, AnnounceMode aMode) in SendAnnounce() 2192 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce() 2301 Error Mle::ProcessMessageSecurity(Crypto::AesCcm::Mode aMode, in ProcessMessageSecurity() 4204 const char *Mle::AttachModeToString(AttachMode aMode) in AttachModeToString() 4472 Error Mle::TxMessage::AppendModeTlv(DeviceMode aMode) { return Tlv::Append<ModeTlv>(*this, aMode.Ge… in AppendModeTlv() 4566 Error Mle::TxMessage::AppendAddressRegistrationTlv(AddressRegistrationMode aMode) in AppendAddressRegistrationTlv()
|
H A D | mle_types.hpp | 184 explicit DeviceMode(uint8_t aMode) { Set(aMode); } in DeviceMode() 208 void Set(uint8_t aMode) { mMode = aMode | kModeReserved; } in Set()
|
H A D | child.cpp | 143 void Child::SetDeviceMode(Mle::DeviceMode aMode) in SetDeviceMode()
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A 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() 1508 …TOOL_WEAK void otPlatDsoDisconnect(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoDisconnect()
|
H A 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()
|
H A D | srp_client.cpp | 417 void Client::Stop(Requester aRequester, StopMode aMode) in Stop() 905 bool Client::ChangeHostAndServiceStates(const ItemState *aNewStates, ServiceStateChangeMode aMode) in ChangeHostAndServiceStates()
|
H A D | icmp6.hpp | 330 void SetEchoMode(otIcmp6EchoMode aMode) { mEchoMode = aMode; } in SetEchoMode()
|
H A D | srp_server.cpp | 106 Error Server::SetAddressMode(AddressMode aMode) in SetAddressMode() 1725 const char *Server::AddressModeToString(AddressMode aMode) in AddressModeToString()
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A 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()
|
/aosp_15_r20/external/openthread/src/core/diags/ |
H A D | factory_diags.cpp | 995 OT_TOOL_WEAK otError otPlatDiagGpioSetMode(uint32_t aGpio, otGpioMode aMode) in otPlatDiagGpioSetMode() 1003 OT_TOOL_WEAK otError otPlatDiagGpioGetMode(uint32_t aGpio, otGpioMode *aMode) in otPlatDiagGpioGetMode()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | radio.cpp | 604 void otPlatDiagModeSet(bool aMode) in otPlatDiagModeSet() 669 otError otPlatDiagGpioSetMode(uint32_t aGpio, otGpioMode aMode) in otPlatDiagGpioSetMode() 681 otError otPlatDiagGpioGetMode(uint32_t aGpio, otGpioMode *aMode) in otPlatDiagGpioGetMode()
|
H A D | spi_interface.cpp | 285 void SpiInterface::InitSpiDev(const char *aPath, uint8_t aMode, uint32_t aSpeed) in InitSpiDev()
|
/aosp_15_r20/external/ot-br-posix/src/rest/ |
H A D | json.cpp | 116 static cJSON *Mode2Json(const otLinkModeConfig &aMode) in Mode2Json() 533 std::string Mode2JsonString(const otLinkModeConfig &aMode) in Mode2JsonString()
|
/aosp_15_r20/external/openthread/src/core/api/ |
H A D | icmp6_api.cpp | 48 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode) in otIcmp6SetEchoMode()
|
/aosp_15_r20/external/openthread/src/core/mac/ |
H A D | mac_filter.hpp | 115 void SetMode(Mode aMode) { mMode = aMode; } in SetMode()
|
H A D | data_poll_sender.cpp | 384 void DataPollSender::SetAttachMode(bool aMode) in SetAttachMode()
|
/aosp_15_r20/external/openthread/src/cli/ |
H A D | cli_mac_filter.cpp | 107 const char *MacFilter::AddressModeToString(otMacFilterAddressMode aMode) in AddressModeToString()
|
H A D | cli_br.cpp | 653 void Br::OutputRouterInfo(const otBorderRoutingRouterEntry &aEntry, RouterOutputMode aMode) in OutputRouterInfo()
|
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | otns.cpp | 154 void Otns::EmitDeviceMode(Mle::DeviceMode aMode) in EmitDeviceMode()
|
H A D | parse_cmdline.cpp | 233 …r ParseHexString(const char *&aString, uint16_t &aSize, uint8_t *aBuffer, HexStringParseMode aMode) in ParseHexString()
|
/aosp_15_r20/external/openthread/src/core/backbone_router/ |
H A D | bbr_local.cpp | 175 Error Local::AddService(RegisterMode aMode) in AddService()
|