Home
last modified time | relevance | path

Searched refs:ACTION_UPDATE_NAVIGATION_PROPS (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common_inner.h52 ACTION_UPDATE_NAVIGATION_PROPS = 1 << 25, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp54 std::make_pair(static_cast<uint32_t>(WSPropertyChangeAction::ACTION_UPDATE_NAVIGATION_PROPS),
113 std::make_pair(static_cast<uint32_t>(WSPropertyChangeAction::ACTION_UPDATE_NAVIGATION_PROPS),
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp549 WSPropertyChangeAction::ACTION_UPDATE_NAVIGATION_PROPS));
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp2074 UpdateProperty(WSPropertyChangeAction::ACTION_UPDATE_NAVIGATION_PROPS); in NotifySpecificWindowSessionProperty()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3811 case static_cast<uint32_t>(WSPropertyChangeAction::ACTION_UPDATE_NAVIGATION_PROPS): in ProcessUpdatePropertyByAction()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5902 case WSPropertyChangeAction::ACTION_UPDATE_NAVIGATION_PROPS: in RegisterSessionChangeByActionNotifyManagerFunc()