Searched defs:GetContext (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/net/ | ||
D | tcp6.hpp | 135 void *GetContext(void) { return mContext; } in GetContext() function in ot::Ip6::Tcp::Endpoint |
/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.cpp | 160 Error Leader::GetContext(const Ip6::Address &aAddress, Lowpan::Context &aContext) const in GetContext() function in ot::NetworkData::Leader |