Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h97 using IsLastFrameLayoutFinishedFunc = std::function<WSError(bool& isLayoutFinished)>; variable
322 void SetIsLastFrameLayoutFinishedFunc(IsLastFrameLayoutFinishedFunc&& func);
843 IsLastFrameLayoutFinishedFunc isLastFrameLayoutFinishedFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4859 void SceneSession::SetIsLastFrameLayoutFinishedFunc(IsLastFrameLayoutFinishedFunc&& func) in SetIsLastFrameLayoutFinishedFunc()