Home
last modified time | relevance | path

Searched defs:topmost (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp157 WSError MainSession::SetTopmost(bool topmost) in SetTopmost()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h307 virtual WMError SetTopmost(bool topmost) { return WMError::WM_OK; } in SetTopmost()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp186 bool topmost = true; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h283 virtual WSError SetTopmost(bool topmost) { return WSError::WS_ERROR_INVALID_CALLING; } in SetTopmost()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp971 auto topmost = container->GetAt(0); in DestroyAllAnimationTracks() local
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp382 void WindowSessionProperty::SetTopmost(bool topmost) in SetTopmost()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h766 virtual WMError SetTopmost(bool topmost) { return WMError::WM_OK; } in SetTopmost()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp1282 sessionchangeCallback->onSessionTopmostChange_ = [weakThis = wptr(this)](bool topmost) { in ProcessSessionTopmostChangeRegister()
2992 void JsSceneSession::OnSessionTopmostChange(bool topmost) in OnSessionTopmostChange()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1589 WMError WindowSessionImpl::SetTopmost(bool topmost) in SetTopmost()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp3684 bool topmost = false; in OnSetTopmost() local