Home
last modified time | relevance | path

Searched refs:GetContext (Results 1 – 19 of 19) sorted by relevance

/openthread-latest/src/core/net/
Dnd_agent.cpp66 … error = Get<NetworkData::Leader>().GetContext(AsCoreType(&config.mPrefix.mPrefix), lowpanContext); in UpdateService()
95 … error = Get<NetworkData::Leader>().GetContext(AsCoreType(&config.mPrefix.mPrefix), lowpanContext); in UpdateService()
Dtcp6.hpp135 void *GetContext(void) { return mContext; } in GetContext() function in ot::Ip6::Tcp::Endpoint
438 void *GetContext(void) { return mContext; } in GetContext() function in ot::Ip6::Tcp::Listener
Ddhcp6_server.cpp81 … error = Get<NetworkData::Leader>().GetContext(prefixAgent.GetPrefixAsAddress(), lowpanContext); in UpdateService()
109 … error = Get<NetworkData::Leader>().GetContext(AsCoreType(&config.mPrefix.mPrefix), lowpanContext); in UpdateService()
/openthread-latest/src/core/api/
Dtcp_api.cpp51 void *otTcpEndpointGetContext(otTcpEndpoint *aEndpoint) { return AsCoreType(aEndpoint).GetContext()… in otTcpEndpointGetContext()
110 void *otTcpListenerGetContext(otTcpListener *aListener) { return AsCoreType(aListener).GetContext()… in otTcpListenerGetContext()
/openthread-latest/src/core/common/
Dtasklet.hpp202 void *GetContext(void) { return mContext; } in GetContext() function in ot::TaskletContext
Dcallback.hpp99 void *GetContext(void) const { return mContext; } in GetContext() function in ot::CallbackBase
Dtimer.hpp376 void *GetContext(void) { return mContext; } in GetContext() function in ot::TimerMilliContext
/openthread-latest/src/core/thread/
Dnetwork_data_leader.hpp118 Error GetContext(const Ip6::Address &aAddress, Lowpan::Context &aContext) const;
129 Error GetContext(uint8_t aContextId, Lowpan::Context &aContext) const;
Dnetwork_data_leader.cpp160 Error Leader::GetContext(const Ip6::Address &aAddress, Lowpan::Context &aContext) const in GetContext() function in ot::NetworkData::Leader
212 Error Leader::GetContext(uint8_t aContextId, Lowpan::Context &aContext) const in GetContext() function in ot::NetworkData::Leader
Dlowpan.cpp48 if (Get<NetworkData::Leader>().GetContext(aContextId, aContext) != kErrorNone) in FindContextForId()
56 Error error = Get<NetworkData::Leader>().GetContext(aIp6Address, aContext); in FindContextToCompressAddress()
Ddua_manager.cpp302 …(Get<NetworkData::Leader>().GetContext(Get<DuaManager>().GetDomainUnicastAddress(), context) != kE… in HandleNotifierEvents()
Dmle.cpp4978 …(Get<NetworkData::Leader>().GetContext(Get<DuaManager>().GetDomainUnicastAddress(), context) == kE… in AppendAddressRegistrationTlv()
5003 if (Get<NetworkData::Leader>().GetContext(addr.GetAddress(), context) == kErrorNone) in AppendAddressRegistrationTlv()
5262 …if (address.IsMulticast() || Get<NetworkData::Leader>().GetContext(address, context) != kErrorNone) in AppendAddressRegistrationTlv()
Dmle_router.cpp1932 if (Get<NetworkData::Leader>().GetContext(contextId, context) != kErrorNone) in ProcessAddressRegistrationTlv()
/openthread-latest/src/core/coap/
Dcoap_secure.cpp139 …static_cast<SecureSession *>(static_cast<TaskletContext &>(aTasklet).GetContext())->HandleTransmit… in HandleTransmitTask()
Dcoap.cpp453 …static_cast<Coap *>(static_cast<TimerMilliContext &>(aTimer).GetContext())->HandleRetransmissionTi… in HandleRetransmissionTimer()
1565 …static_cast<ResponsesQueue *>(static_cast<TimerMilliContext &>(aTimer).GetContext())->HandleTimer(… in HandleTimer()
/openthread-latest/src/core/utils/
Dslaac_address.cpp369 if (Get<NetworkData::Leader>().GetContext(aSlaacAddress.GetAddress(), context) != kErrorNone) in UpdateContextIdFor()
/openthread-latest/src/core/radio/
Dble_secure.cpp103 …ror = mTcatAgent.Start(mReceiveCallback.GetHandler(), aJoinHandler, mReceiveCallback.GetContext()); in TcatStart()
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp980 …static_cast<SecureTransport *>(static_cast<TaskletContext &>(aTasklet).GetContext())->HandleUpdate… in HandleUpdateTask()
996 …static_cast<SecureTransport *>(static_cast<TimerMilliContext &>(aTimer).GetContext())->HandleTimer… in HandleTimer()
/openthread-latest/src/cli/
Dcli.cpp8038 … static_cast<Interpreter *>(static_cast<TimerMilliContext &>(aTimer).GetContext())->HandleTimer(); in HandleTimer()