Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_pair.cpp32 const std::map<SplitEventMsgType, std::string> splitEventDataMap {
33 {SplitEventMsgType::MSG_SHOW_PRIMARY, "Primary"},
34 {SplitEventMsgType::MSG_SHOW_SECONDARY, "Secondary"},
35 {SplitEventMsgType::MSG_SHOW_DIVIDER, "common.event.SPLIT_SCREEN.data.show.divider"},
36 {SplitEventMsgType::MSG_DESTROY_DIVIDER, "common.event.SPLIT_SCREEN.data.destroy.divider"}
46 void WindowPair::SendSplitScreenCommonEvent(SplitEventMsgType msgType, int32_t missionId) in SendSplitScreenCommonEvent()
68 SplitEventMsgType::MSG_SHOW_PRIMARY : SplitEventMsgType::MSG_SHOW_SECONDARY; in NotifyShowRecent()
77 …auto msgType = isDestroy ? SplitEventMsgType::MSG_DESTROY_DIVIDER : SplitEventMsgType::MSG_SHOW_DI… in NotifyCreateOrDestroyDivider()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_pair.h44 enum class SplitEventMsgType : uint32_t { enum
282 void SendSplitScreenCommonEvent(SplitEventMsgType msgType, int32_t missionId);