Home
last modified time | relevance | path

Searched refs:mNetworkDataNotifier (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/src/core/instance/
Dinstance.hpp529 NetworkData::Notifier mNetworkDataNotifier; member in ot::Instance
817 template <> inline NetworkData::Notifier &Instance::Get(void) { return mNetworkDataNotifier; } in Get()
Dinstance.cpp143 , mNetworkDataNotifier(*this) in Instance()