Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h92 using UpdatePrivateStateAndNotifyFunc = std::function<void(int32_t persistentId)>; variable
400 void SetUpdatePrivateStateAndNotifyFunc(const UpdatePrivateStateAndNotifyFunc& func);
766 UpdatePrivateStateAndNotifyFunc updatePrivateStateAndNotifyFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp5045 void SceneSession::SetUpdatePrivateStateAndNotifyFunc(const UpdatePrivateStateAndNotifyFunc& func) in SetUpdatePrivateStateAndNotifyFunc()