Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h193 void UnregisterWindowDestroyedListener() override { notifyNativeFunc_ = nullptr; } in UnregisterWindowDestroyedListener()
354 NotifyNativeWinDestroyFunc notifyNativeFunc_; variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp2669 notifyNativeFunc_ = std::move(func); in RegisterWindowDestroyedListener()
2861 if (notifyNativeFunc_) { in NotifyBeforeDestroy()
2862 notifyNativeFunc_(windowName); in NotifyBeforeDestroy()