/openthread-latest/src/core/net/ |
D | nd_agent.cpp | 66 … 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()
|
D | tcp6.hpp | 135 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
|
D | dhcp6_server.cpp | 81 … 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/ |
D | tcp_api.cpp | 51 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/ |
D | tasklet.hpp | 202 void *GetContext(void) { return mContext; } in GetContext() function in ot::TaskletContext
|
D | callback.hpp | 99 void *GetContext(void) const { return mContext; } in GetContext() function in ot::CallbackBase
|
D | timer.hpp | 376 void *GetContext(void) { return mContext; } in GetContext() function in ot::TimerMilliContext
|
/openthread-latest/src/core/thread/ |
D | network_data_leader.hpp | 118 Error GetContext(const Ip6::Address &aAddress, Lowpan::Context &aContext) const; 129 Error GetContext(uint8_t aContextId, Lowpan::Context &aContext) const;
|
D | network_data_leader.cpp | 160 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
|
D | lowpan.cpp | 48 if (Get<NetworkData::Leader>().GetContext(aContextId, aContext) != kErrorNone) in FindContextForId() 56 Error error = Get<NetworkData::Leader>().GetContext(aIp6Address, aContext); in FindContextToCompressAddress()
|
D | dua_manager.cpp | 302 …(Get<NetworkData::Leader>().GetContext(Get<DuaManager>().GetDomainUnicastAddress(), context) != kE… in HandleNotifierEvents()
|
D | mle.cpp | 4978 …(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()
|
D | mle_router.cpp | 1932 if (Get<NetworkData::Leader>().GetContext(contextId, context) != kErrorNone) in ProcessAddressRegistrationTlv()
|
/openthread-latest/src/core/coap/ |
D | coap_secure.cpp | 139 …static_cast<SecureSession *>(static_cast<TaskletContext &>(aTasklet).GetContext())->HandleTransmit… in HandleTransmitTask()
|
D | coap.cpp | 453 …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/ |
D | slaac_address.cpp | 369 if (Get<NetworkData::Leader>().GetContext(aSlaacAddress.GetAddress(), context) != kErrorNone) in UpdateContextIdFor()
|
/openthread-latest/src/core/radio/ |
D | ble_secure.cpp | 103 …ror = mTcatAgent.Start(mReceiveCallback.GetHandler(), aJoinHandler, mReceiveCallback.GetContext()); in TcatStart()
|
/openthread-latest/src/core/meshcop/ |
D | secure_transport.cpp | 980 …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/ |
D | cli.cpp | 8038 … static_cast<Interpreter *>(static_cast<TimerMilliContext &>(aTimer).GetContext())->HandleTimer(); in HandleTimer()
|