Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/openthread/src/core/common/
H A Dstring.cpp53 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 Dtrickle_timer.cpp209 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 Ddiag.c68 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 Ddso_transport.c53 void otPlatDsoDisconnect(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoDisconnect()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle.cpp181 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 Dmle_types.hpp184 explicit DeviceMode(uint8_t aMode) { Set(aMode); } in DeviceMode()
208 void Set(uint8_t aMode) { mMode = aMode | kModeReserved; } in Set()
H A Dchild.cpp143 void Child::SetDeviceMode(Mle::DeviceMode aMode) in SetDeviceMode()
/aosp_15_r20/external/openthread/src/core/net/
H A 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()
1508 …TOOL_WEAK void otPlatDsoDisconnect(otPlatDsoConnection *aConnection, otPlatDsoDisconnectMode aMode) in otPlatDsoDisconnect()
H A 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()
H A Dsrp_client.cpp417 void Client::Stop(Requester aRequester, StopMode aMode) in Stop()
905 bool Client::ChangeHostAndServiceStates(const ItemState *aNewStates, ServiceStateChangeMode aMode) in ChangeHostAndServiceStates()
H A Dicmp6.hpp330 void SetEchoMode(otIcmp6EchoMode aMode) { mEchoMode = aMode; } in SetEchoMode()
H A Dsrp_server.cpp106 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 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()
/aosp_15_r20/external/openthread/src/core/diags/
H A Dfactory_diags.cpp995 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 Dradio.cpp604 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 Dspi_interface.cpp285 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 Djson.cpp116 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 Dicmp6_api.cpp48 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode) in otIcmp6SetEchoMode()
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_filter.hpp115 void SetMode(Mode aMode) { mMode = aMode; } in SetMode()
H A Ddata_poll_sender.cpp384 void DataPollSender::SetAttachMode(bool aMode) in SetAttachMode()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_mac_filter.cpp107 const char *MacFilter::AddressModeToString(otMacFilterAddressMode aMode) in AddressModeToString()
H A Dcli_br.cpp653 void Br::OutputRouterInfo(const otBorderRoutingRouterEntry &aEntry, RouterOutputMode aMode) in OutputRouterInfo()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dotns.cpp154 void Otns::EmitDeviceMode(Mle::DeviceMode aMode) in EmitDeviceMode()
H A Dparse_cmdline.cpp233 …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 Dbbr_local.cpp175 Error Local::AddService(RegisterMode aMode) in AddService()

12