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_impl.h140 return notifyNativefunc_; in GetNativeDestroyCallback()
229 virtual void UnregisterWindowDestroyedListener() override { notifyNativefunc_ = nullptr; } in UnregisterWindowDestroyedListener()
473 NotifyNativeWinDestroyFunc notifyNativefunc_; variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp2451 notifyNativefunc_ = std::move(func); in RegisterWindowDestroyedListener()
3882 if (notifyNativefunc_) { in NotifyBeforeDestroy()
3883 notifyNativefunc_(windowName); in NotifyBeforeDestroy()