/foundation/CastEngine/castengine_wifi_display/services/scheduler/ |
H A D | scheduler.cpp | 21 #include "extend/magic_enum/magic_enum.hpp" 42 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent() 45 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent() 49 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent() 52 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent() 56 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent() 59 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent()
|
/foundation/CastEngine/castengine_wifi_display/services/agent/ |
H A D | agent.cpp | 22 #include "magic_enum.hpp" 55 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent() 247 std::string(magic_enum::enum_name(static_cast<EventType>(statusMsg->msg->type))).c_str()); in HandleProsumerState() 328 std::string(magic_enum::enum_name(static_cast<SessionNotifyStatus>(statusMsg->status))).c_str()); in OnSessionNotify() 371 std::string(magic_enum::enum_name(static_cast<SessionRunningStatus>(statusMsg->status))).c_str(), in UpdateSessionStatus() 385 std::string(magic_enum::enum_name(statusMsg->msg->type)).c_str()); in NotifyPrivateEvent() 390 std::string(magic_enum::enum_name(statusMsg->msg->type)).c_str()); in NotifyPrivateEvent() 420 std::string(magic_enum::enum_name(step)).c_str(), std::string(magic_enum::enum_name(status)).c_str()); in SetRunningStatus() 433 std::string(magic_enum in SendInteractionEvent() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | channel_manager.cpp | 18 #include "magic_enum.hpp" 26 SHARING_LOGD("id: %{public}s.", std::string(magic_enum::enum_name(ModuleType::MODULE_MEDIACHANNEL)).c_str()); in ChannelManager() 36 SHARING_LOGD("id: %{public}s.", std::string(magic_enum::enum_name(ModuleType::MODULE_MEDIACHANNEL)).c_str()); in ~ChannelManager() 84 std::string(magic_enum::enum_name(contextEvent.eventMsg->type)).c_str()); in HandleMediaChannelDestroy() 96 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent() 123 SHARING_LOGD("done eventType: %{public}s.", std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent()
|
H A D | media_channel.cpp | 24 #include "magic_enum.hpp" 97 std::string(magic_enum::enum_name(static_cast<ProsumerNotifyStatus>(msg->status))).c_str()); in OnProducerNotify() 145 std::string(magic_enum::enum_name(static_cast<ProsumerNotifyStatus>(msg->status))).c_str()); in OnConsumerNotify() 188 std::string(magic_enum::enum_name(static_cast<PlayConntrollerNotifyStatus>(msg->status))).c_str()); in OnMediaControllerNotify() 252 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent() 923 std::string(magic_enum::enum_name(eventType)).c_str(), GetId(), srcContextId_, msg->agentId); in SendAgentEvent()
|
/foundation/CastEngine/castengine_wifi_display/services/event/ |
H A D | event_manager.cpp | 20 #include "magic_enum.hpp" 107 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in PushEvent() 119 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in PushSyncEvent() 124 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in PushSyncEvent() 131 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in PushSyncEvent() 135 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in PushSyncEvent()
|
/foundation/CastEngine/castengine_wifi_display/services/agent/sinkagent/ |
H A D | sink_agent.cpp | 20 #include "magic_enum.hpp" 40 std::string(magic_enum::enum_name((SessionNotifyStatus)statusMsg->status)).c_str(), GetId()); in OnSessionNotify() 76 std::string(magic_enum::enum_name(type)).c_str()); in NotifyConsumer() 96 std::string(magic_enum::enum_name(type)).c_str(), mediaChannelId_); in NotifyConsumer()
|
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/ |
H A D | src_agent.cpp | 19 #include "magic_enum.hpp" 39 std::string(magic_enum::enum_name((SessionNotifyStatus)statusMsg->status)).c_str(), GetId()); in OnSessionNotify() 75 std::string(magic_enum::enum_name(type)).c_str()); in NotifyProducer() 94 std::string(magic_enum::enum_name(type)).c_str(), mediaChannelId_); in NotifyProducer()
|
/foundation/CastEngine/castengine_wifi_display/services/context/ |
H A D | context_manager.cpp | 22 #include "magic_enum.hpp" 30 SHARING_LOGD("id: %{public}s.", std::string(magic_enum::enum_name(ModuleType::MODULE_CONTEXT)).c_str()); in ~ContextManager() 83 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent() 228 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleContextEvent()
|
H A D | context.cpp | 22 #include "magic_enum.hpp" 55 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent() 217 std::string(magic_enum::enum_name(statusMsg->msg->type)).c_str()); in OnAgentNotify() 236 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str(), GetId()); in OnAgentNotify() 243 std::string(magic_enum::enum_name(agentType)).c_str(), sinkAgentId); in HandleCreateAgent() 300 GetId(), className.c_str(), std::string(magic_enum::enum_name(agentType)).c_str(), agent->GetId(), in HandleCreateAgent()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/ |
H A D | screen_capture_session.cpp | 21 #include "extend/magic_enum/magic_enum.hpp" 42 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str(), GetId()); in HandleEvent() 148 SHARING_LOGI("status: %{public}s.", std::string(magic_enum::enum_name(status_)).c_str()); in UpdateOperation() 210 std::string(magic_enum::enum_name(static_cast<MediaNotifyStatus>(statusMsg->status))).c_str()); in UpdateMediaStatus()
|
H A D | screen_capture_consumer.cpp | 198 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str(), event.eventMsg->type, GetId()); in HandleEvent() 220 std::string(magic_enum::enum_name(static_cast<ProsumerOptRunningStatus>(statusMsg->status))).c_str(), in UpdateOperation()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/ |
H A D | wfd_demo.cpp | 23 #include "extend/magic_enum/magic_enum.hpp" 45 std::cout << "to get wifi display " << std::string(magic_enum::enum_name(mode)).c_str() << '\n'; in Init() 170 std::cout << "state: " << std::string(magic_enum::enum_name(deviceInfo.state)).c_str() << '\n'; in OnDeviceState()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/ |
H A D | wfd_rtp_consumer.cpp | 18 #include "extend/magic_enum/magic_enum.hpp" 47 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str(), GetId()); in HandleEvent() 98 std::string(magic_enum::enum_name(static_cast<ProsumerOptRunningStatus>(statusMsg->status))).c_str(), in UpdateOperation()
|
H A D | wfd_sink_session.cpp | 22 #include "extend/magic_enum/magic_enum.hpp" 67 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str(), GetId()); in HandleEvent() 149 SHARING_LOGI("status: %{public}s.", std::string(magic_enum::enum_name(status_)).c_str()); in UpdateOperation() 218 std::string(magic_enum::enum_name(static_cast<MediaNotifyStatus>(statusMsg->status))).c_str()); in UpdateMediaStatus()
|
/foundation/CastEngine/castengine_wifi_display/services/extend/magic_enum/ |
H A D | magic_enum.hpp | 22 namespace magic_enum { namespace 152 } // namespace magic_enum
|
/foundation/communication/wifi/wifi/utils/inc/ |
H A D | magic_enum.h | 36 namespace magic_enum { namespace 152 } // namespace magic_enum
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_auto_connect_service.cpp | 454 info.connState, magic_enum::Enum2Name(info.connState).c_str()); in AllowAutoSelectDevice() 461 info.connState, magic_enum::Enum2Name(info.connState).c_str(), info.detailedState, in AllowAutoSelectDevice() 462 magic_enum::Enum2Name(info.detailedState).c_str()); in AllowAutoSelectDevice()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/ |
H A D | wfd_source_demo.cpp | 18 #include "magic_enum.hpp" 185 printf("on error. errorCode: %s, %d.", std::string(magic_enum::enum_name(errorCode)).c_str(), errorCode); in OnError()
|
H A D | wfd_sink_demo.cpp | 23 #include "extend/magic_enum/magic_enum.hpp" 409 printf("on error. errorCode: %s, %d", std::string(magic_enum::enum_name(errorCode)).c_str(), errorCode); in OnError()
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ |
H A D | interaction_manager.cpp | 26 #include "magic_enum.hpp" 61 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_sta_manager.cpp | 17 #include "magic_enum.h"
214 magic_enum::Enum2Name(state).c_str());
in DealStaConnChanged()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/ |
H A D | wfd_source_session.cpp | 153 SHARING_LOGI("status: %{public}s.", std::string(magic_enum::enum_name(status_)).c_str()); in UpdateOperation() 192 std::string(magic_enum::enum_name(static_cast<MediaNotifyStatus>(statusMsg->status))).c_str()); in UpdateMediaStatus() 237 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str(), event.eventMsg->fromMgr, GetId()); in HandleEvent()
|
H A D | wfd_rtp_producer.cpp | 21 #include "extend/magic_enum/magic_enum.hpp" 123 std::string(magic_enum::enum_name(static_cast<ProsumerOptRunningStatus>(statusMsg->status))).c_str(), in UpdateOperation()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_source_scene.cpp | 24 #include "extend/magic_enum/magic_enum.hpp" 844 agentId, std::string(magic_enum::enum_name(agentType)).c_str()); in OnInnerDestroy() 861 SHARING_LOGI("OnInnerEvent Type: %{public}s.", std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in OnInnerEvent()
|
H A D | wfd_sink_scene.cpp | 23 #include "extend/magic_enum/magic_enum.hpp" 1243 agentId, std::string(magic_enum::enum_name(agentType)).c_str()); in OnInnerDestroy() 1284 SHARING_LOGI("eventType: %{public}s.", std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in OnInnerEvent() 1396 std::string(magic_enum::enum_name(connectionInfo.state)).c_str()); in OnDecoderAccelerationDone() 1411 connectionInfo.mac.c_str(), std::string(magic_enum::enum_name(connectionInfo.state)).c_str()); in OnDecoderDied()
|