Searched refs:SplitEventMsgType (Results 1 - 2 of 2) sorted by relevance
/foundation/window/window_manager/wmserver/src/ |
H A D | window_pair.cpp | 32 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 in NotifyCreateOrDestroyDivider() [all...] |
/foundation/window/window_manager/wmserver/include/ |
H A D | window_pair.h | 44 enum class SplitEventMsgType : uint32_t { class 283 void SendSplitScreenCommonEvent(SplitEventMsgType msgType, int32_t missionId);
|
Completed in 1 milliseconds