Home
last modified time | relevance | path

Searched refs:updatePrivateStateAndNotifyFunc_ (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h652 UpdatePrivateStateAndNotifyFunc updatePrivateStateAndNotifyFunc_; member in OHOS::OHOS::Rosen::SceneSession
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2697 if (session->updatePrivateStateAndNotifyFunc_ != nullptr) { in UpdateNativeVisibility()
2698 session->updatePrivateStateAndNotifyFunc_(persistentId); in UpdateNativeVisibility()
4758 updatePrivateStateAndNotifyFunc_ = func; in SetUpdatePrivateStateAndNotifyFunc()
4856 if (updatePrivateStateAndNotifyFunc_ != nullptr) { in UpdateVisibilityInner()
4857 updatePrivateStateAndNotifyFunc_(GetPersistentId()); in UpdateVisibilityInner()

Completed in 9 milliseconds