Home
last modified time | relevance | path

Searched refs:ACTION_UPDATE_STATUS_PROPS (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common_inner.h51 ACTION_UPDATE_STATUS_PROPS = 1 << 24, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp52 std::make_pair(static_cast<uint32_t>(WSPropertyChangeAction::ACTION_UPDATE_STATUS_PROPS),
111 std::make_pair(static_cast<uint32_t>(WSPropertyChangeAction::ACTION_UPDATE_STATUS_PROPS),
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp546 WSPropertyChangeAction::ACTION_UPDATE_STATUS_PROPS));
H A Dscene_session_test5.cpp1366 …cessUpdatePropertyByAction(property, session_, WSPropertyChangeAction::ACTION_UPDATE_STATUS_PROPS);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp2068 UpdateProperty(WSPropertyChangeAction::ACTION_UPDATE_STATUS_PROPS); in NotifySpecificWindowSessionProperty()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3809 case static_cast<uint32_t>(WSPropertyChangeAction::ACTION_UPDATE_STATUS_PROPS): in ProcessUpdatePropertyByAction()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5901 case WSPropertyChangeAction::ACTION_UPDATE_STATUS_PROPS: in RegisterSessionChangeByActionNotifyManagerFunc()