ESP-IDF
ot::kErrorAbort
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::kErrorAbort
ot::kErrorAbort variable
Syntax
Show:
Summary
Declaration
from
error.hpp:65
constexpr
Error
kErrorAbort
=
OT_ERROR_ABORT
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
Error
kErrorAbort
=
OT_ERROR_ABORT
;
error.hpp:65
FinalizeCoapTransaction
(
*
request
,
metadata
,
nullptr
,
nullptr
,
kErrorAbort
)
;
coap.cpp:1093
ot::Coap::CoapBase
ot::Coap::CoapBase::ProcessReceivedResponse()
case
kErrorAbort
:
csl_tx_scheduler.cpp:301
ot::CslTxScheduler
ot::CslTxScheduler::HandleSentFrame()
case
kErrorAbort
:
data_poll_handler.cpp:258
ot::DataPollHandler
ot::DataPollHandler::HandleSentFrame()
VerifyOrExit
(
parent
.
IsStateValidOrRestoring
(
)
,
error
=
kErrorAbort
)
;
data_poll_sender.cpp:135
ot::DataPollSender
ot::DataPollSender::GetPollDestinationAddress() const
case
kErrorAbort
:
data_poll_sender.cpp:238
ot::DataPollSender
ot::DataPollSender::HandlePollSent()
FinalizeQuery
(
*
query
,
kErrorAbort
)
;
dns_client.cpp:780
ot::Dns::Client
ot::Dns::Client::Stop()
VerifyOrExit
(
mEnabled
,
error
=
kErrorAbort
)
;
indirect_sender.cpp:325
ot::IndirectSender
ot::IndirectSender::PrepareFrameForChild()
case
kErrorAbort
:
indirect_sender.cpp:440
ot::IndirectSender
ot::IndirectSender::HandleSentFrameToChild()
VerifyOrExit
(
IsEnabled
(
)
,
error
=
kErrorAbort
)
;
mac.cpp:275
ot::Mac::Mac
ot::Mac::Mac::UpdateScanChannel()
HandleTransmitDone
(
*
frame
,
nullptr
,
kErrorAbort
)
;
mac.cpp:1121
ot::Mac::Mac
ot::Mac::Mac::BeginTransmit()
if
(
aError
==
kErrorAbort
)
mac.cpp:1210
ot::Mac::Mac
ot::Mac::Mac::RecordFrameTransmitStatus()
case
kErrorAbort
:
mac.cpp:2242
ot::Mac::Mac
ot::Mac::Mac::LogFrameRxFailure() const
OT_ASSERT
(
(
aError
==
kErrorNone
)
||
(
aError
==
kErrorChannelAccessFailure
)
||
(
aError
==
kErrorAbort
)
||
mesh_forwarder.cpp:1205
ot::MeshForwarder
ot::MeshForwarder::HandleSentFrame()
case
kErrorAbort
:
network_data_notifier.cpp:268
ot::NetworkData::Notifier
ot::NetworkData::Notifier::HandleCoapResponse()
inline
Error
Radio
::
Transmit
(
Mac
::
TxFrame
&
)
{
return
kErrorAbort
;
}
radio.hpp:1069
ot::Radio
ot::Radio::Transmit()
mTxError
=
kErrorAbort
;
radio_spinel.cpp:1597
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::HandleTransmitDone()
case
kErrorAbort
:
sub_mac.cpp:526
ot::Mac::SubMac
ot::Mac::SubMac::HandleTransmitDone()
VerifyOrExit
(
mInitialized
&&
mEnabled
,
error
=
kErrorAbort
)
;
trel_interface.cpp:354
ot::Trel::Interface
ot::Trel::Interface::Send()
VerifyOrExit
(
peerEntry
!=
nullptr
,
error
=
kErrorAbort
)
;
trel_interface.cpp:374
ot::Trel::Interface
ot::Trel::Interface::Send()
VerifyOrExit
(
!
mTxFrame
.
IsEmpty
(
)
,
InvokeSendDone
(
kErrorAbort
)
)
;
trel_link.cpp:130
ot::Trel::Link
ot::Trel::Link::BeginTransmit()
VerifyOrExit
(
mInterface
.
Send
(
txPacket
,
isDiscovery
)
==
kErrorNone
,
InvokeSendDone
(
kErrorAbort
)
)
;
trel_link.cpp:211
ot::Trel::Link
ot::Trel::Link::BeginTransmit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::kErrorAbort
is read by 19 functions:
All items filtered out
ot::kErrorAbort
ot::Radio::Transmit()
ot::DataPollHandler::HandleSentFrame()
ot::DataPollSender::GetPollDestinationAddress() const
ot::DataPollSender::HandlePollSent()
ot::Mac::Mac::UpdateScanChannel()
ot::Mac::Mac::BeginTransmit()
ot::Mac::Mac::RecordFrameTransmitStatus()
ot::Mac::Mac::LogFrameRxFailure() const
ot::Mac::SubMac::HandleTransmitDone()
ot::Trel::Interface::Send()
ot::Trel::Link::BeginTransmit()
ot::CslTxScheduler::HandleSentFrame()
ot::IndirectSender::PrepareFrameForChild()
ot::IndirectSender::HandleSentFrameToChild()
ot::MeshForwarder::HandleSentFrame()
ot::NetworkData::Notifier::HandleCoapResponse()
ot::Spinel::RadioSpinel::HandleTransmitDone()
ot::Coap::CoapBase::ProcessReceivedResponse()
ot::Dns::Client::Stop()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out