Home
last modified time | relevance | path

Searched refs:magic_enum (Results 1 - 25 of 26) sorted by relevance

12

/foundation/CastEngine/castengine_wifi_display/services/scheduler/
H A Dscheduler.cpp21 #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 Dagent.cpp22 #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 Dchannel_manager.cpp18 #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 Dmedia_channel.cpp24 #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 Devent_manager.cpp20 #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 Dsink_agent.cpp20 #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 Dsrc_agent.cpp19 #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 Dcontext_manager.cpp22 #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 Dcontext.cpp22 #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 Dscreen_capture_session.cpp21 #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 Dscreen_capture_consumer.cpp198 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 Dwfd_demo.cpp23 #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 Dwfd_rtp_consumer.cpp18 #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 Dwfd_sink_session.cpp22 #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 Dmagic_enum.hpp22 namespace magic_enum { namespace
152 } // namespace magic_enum
/foundation/communication/wifi/wifi/utils/inc/
H A Dmagic_enum.h36 namespace magic_enum { namespace
152 } // namespace magic_enum
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_auto_connect_service.cpp454 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 Dwfd_source_demo.cpp18 #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 Dwfd_sink_demo.cpp23 #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 Dinteraction_manager.cpp26 #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 Dwifi_sta_manager.cpp17 #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 Dwfd_source_session.cpp153 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 Dwfd_rtp_producer.cpp21 #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 Dwfd_source_scene.cpp24 #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 Dwfd_sink_scene.cpp23 #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()

Completed in 19 milliseconds

12