Home
last modified time | relevance | path

Searched refs:RemoveCallback (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/api/
Dinstance_api.cpp120 AsCoreType(aInstance).Get<Notifier>().RemoveCallback(aCallback, aContext); in otRemoveStateChangeCallback()
/openthread-latest/src/core/common/
Dnotifier.hpp222 void RemoveCallback(StateChangedCallback aCallback, void *aContext);
Dnotifier.cpp61 void Notifier::RemoveCallback(StateChangedCallback aCallback, void *aContext) in RemoveCallback() function in ot::Notifier