Home
last modified time | relevance | path

Searched refs:NotifySetWindowRectAutoSaveFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h100 using NotifySetWindowRectAutoSaveFunc = std::function<void(bool enabled)>; variable
293 void SetWindowRectAutoSaveCallback(NotifySetWindowRectAutoSaveFunc&& func);
603 NotifySetWindowRectAutoSaveFunc onSetWindowRectAutoSaveFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dmain_session_test.cpp385 NotifySetWindowRectAutoSaveFunc func = [](bool enabled) { in __anon65f86f790402()
H A Dscene_session_test3.cpp522 NotifySetWindowRectAutoSaveFunc func1 = [](bool enabled) { in __anon5be19e550402()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp5375 void SceneSession::SetWindowRectAutoSaveCallback(NotifySetWindowRectAutoSaveFunc&& func) in SetWindowRectAutoSaveCallback()