Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/instance/
Dinstance.hpp478 Notifier mNotifier; member in ot::Instance
761 template <> inline Notifier &Instance::Get(void) { return mNotifier; } in Get()
Dinstance.cpp85 , mNotifier(*this) in Instance()