Searched refs:CommonEventCode (Results 1 – 1 of 1) sorted by relevance
33 enum class CommonEventCode : uint32_t { enum37 const std::map<std::string, CommonEventCode> COMMON_EVENT_CODE_MAP {38 …{EventFwk::CommonEventSupport::COMMON_EVENT_USER_SWITCHED, CommonEventCode::COMMON_EVENT_USER_SWIT…92 CommonEventCode commonEventCode = iter->second; in OnReceiveEvent()93 if (commonEventCode == CommonEventCode::COMMON_EVENT_USER_SWITCHED) { in OnReceiveEvent()