Searched defs:GetContext (Results 1 – 5 of 5) sorted by relevance
/openthread-3.4.0/src/core/net/ | ||
D | tcp6.hpp | 141 void *GetContext(void) { return mContext; } in GetContext() function in ot::Ip6::Tcp::Endpoint |
/openthread-3.4.0/src/core/common/ | ||
D | tasklet.hpp | 211 void *GetContext(void) { return mContext; } in GetContext() function in ot::TaskletContext |
D | callback.hpp | 106 void *GetContext(void) const { return mContext; } in GetContext() function in ot::CallbackBase |
D | timer.hpp | 308 void *GetContext(void) { return mContext; } in GetContext() function in ot::TimerMilliContext |
/openthread-3.4.0/src/core/thread/ | ||
D | network_data_leader.cpp | 138 Error LeaderBase::GetContext(const Ip6::Address &aAddress, Lowpan::Context &aContext) const in GetContext() function in ot::NetworkData::LeaderBase |