Home
last modified time | relevance | path

Searched refs:AbortTransaction (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/thread/
Danycast_locator.cpp62 IgnoreError(Get<Tmf::Agent>().AbortTransaction(HandleResponse, this)); in Locate()
Ddua_manager.cpp76 IgnoreError(Get<Tmf::Agent>().AbortTransaction(&DuaManager::HandleDuaResponse, this)); in HandleDomainPrefixUpdate()
230 IgnoreError(Get<Tmf::Agent>().AbortTransaction(&DuaManager::HandleDuaResponse, this)); in RemoveDomainUnicastAddress()
758 IgnoreError(Get<Tmf::Agent>().AbortTransaction(&DuaManager::HandleDuaResponse, this)); in HandleChildDuaAddressEvent()
Dmle_router.cpp123 IgnoreError(Get<Tmf::Agent>().AbortTransaction(&MleRouter::HandleAddressSolicitResponse, this)); in HandlePartitionChange()
/openthread-latest/src/core/meshcop/
Djoiner_router.cpp263 … IgnoreError(Get<Tmf::Agent>().AbortTransaction(&JoinerRouter::HandleJoinerEntrustResponse, this)); in SendJoinerEntrust()
/openthread-latest/src/core/coap/
Dcoap.hpp712 Error AbortTransaction(ResponseHandler aHandler, void *aContext);
Dcoap.cpp525 Error CoapBase::AbortTransaction(ResponseHandler aHandler, void *aContext) in AbortTransaction() function in ot::Coap::CoapBase
/openthread-latest/src/core/utils/
Dmesh_diag.cpp431 IgnoreError(Get<Tmf::Agent>().AbortTransaction(HandleDiagGetResponse, this)); in Cancel()