Home
last modified time | relevance | path

Searched refs:dstId (Results 1 - 22 of 22) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/context/
H A Dcontext_manager.cpp81 SHARING_LOGI("fromMgr: %{public}u, srcId: %{public}u, toMgr: %{public}u, dstId: %{public}u, event: %{public}s.", in HandleEvent()
82 event.eventMsg->fromMgr, event.eventMsg->srcId, event.eventMsg->toMgr, event.eventMsg->dstId, in HandleEvent()
89 event.eventMsg->dstId = HandleContextCreate(); in HandleEvent()
144 if (event.eventMsg->dstId == INVALID_ID || GetContextById(event.eventMsg->dstId) == nullptr) { in HandleAgentCreate()
145 event.eventMsg->dstId = HandleContextCreate(); in HandleAgentCreate()
148 if (event.eventMsg->dstId == INVALID_ID) { in HandleAgentCreate()
205 auto context = GetContextById(event.eventMsg->dstId); in HandleMediachannelDestroy()
210 DestroyContext(event.eventMsg->dstId); in HandleMediachannelDestroy()
215 SHARING_LOGW("exception to enter! dstId in HandleMediachannelDestroy()
[all...]
H A Dcontext.cpp54 GetId(), event.eventMsg->fromMgr, event.eventMsg->srcId, event.eventMsg->toMgr, event.eventMsg->dstId, in HandleEvent()
188 interactionMsg->dstId = interactionId_; in SendInteractionEvent()
215 SHARING_LOGI("contextId: %{public}u, agentId: %{public}u, toMgr: %{public}u, dstId: %{public}u, event: %{public}s.", in OnAgentNotify()
216 GetId(), statusMsg->agentId, statusMsg->msg->toMgr, statusMsg->msg->dstId, in OnAgentNotify()
221 statusMsg->msg->dstId = interactionId_; in OnAgentNotify()
226 statusMsg->msg->dstId = GetId(); in OnAgentNotify()
368 event.eventMsg->dstId = GetId(); in CheckNeedDestroySink()
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction.cpp73 event.eventMsg->dstId = GetId(); in ReleaseScene()
87 event.eventMsg->dstId = GetId(); in OnSceneNotifyDestroyed()
103 SHARING_LOGI("fromMgr: %{public}u, srcId: %{public}u, toMgr: %{public}u, dstId: %{public}u, event: %{public}s.", in HandleEvent()
104 event.eventMsg->fromMgr, event.eventMsg->srcId, event.eventMsg->toMgr, event.eventMsg->dstId, in HandleEvent()
170 contextId = contextMsg->dstId; in CreateContext()
185 contextMsg->dstId = contextId; in DestroyContext()
203 contextMsg->dstId = contextId; in CreateAgent()
221 contextId = contextMsg->dstId; in CreateAgent()
236 contextMsg->dstId = contextId; in DestroyAgent()
261 agentMsg->dstId in Start()
[all...]
H A Dinteraction_manager.cpp59 SHARING_LOGI("fromMgr: %{public}u, srcId: %{public}u, toMgr: %{public}u, dstId: %{public}u, event: %{public}s.", in HandleEvent()
60 event.eventMsg->fromMgr, event.eventMsg->srcId, event.eventMsg->toMgr, event.eventMsg->dstId, in HandleEvent()
68 DestroyInteraction(eventMsg->dstId); in HandleEvent()
77 RemoveInteraction(eventMsg->dstId); in HandleEvent()
86 Interaction::Ptr interaction = GetInteraction(eventMsg->dstId); in HandleEvent()
90 SHARING_LOGE("interaction null interactionId: %{public}d.", eventMsg->dstId); in HandleEvent()
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dchannel_manager.cpp68 auto channel = mediaChannels_.find(eventMsg->dstId); in HandleMediaChannelDestroy()
78 contextMsg->srcId = eventMsg->dstId; in HandleMediaChannelDestroy()
79 contextMsg->dstId = eventMsg->srcId; in HandleMediaChannelDestroy()
83 SHARING_LOGI("mediachannelId: %{public}d, SendEvent event: %{public}s.", eventMsg->dstId, in HandleMediaChannelDestroy()
94 SHARING_LOGI("fromMgr: %{public}u, srcId: %{public}u, toMgr: %{public}u, dstId: %{public}u, event: %{public}s.", in HandleEvent()
95 event.eventMsg->fromMgr, event.eventMsg->srcId, event.eventMsg->toMgr, event.eventMsg->dstId, in HandleEvent()
112 uint32_t mediaChannelId = event.eventMsg->dstId; in HandleEvent()
H A Dmedia_channel.cpp251 event.eventMsg->dstId, event.eventMsg->fromMgr, event.eventMsg->srcId, in HandleEvent()
929 agentMsg->dstId = srcContextId_; in SendAgentEvent()
/foundation/CastEngine/castengine_wifi_display/services/agent/
H A Dagent.cpp54 event.eventMsg->dstId, GetId(), mediaChannelId_, event.eventMsg->fromMgr, event.eventMsg->srcId, in HandleEvent()
397 statusMsg->msg->dstId = mediaChannelId_; in NotifyPrivateEvent()
466 channelMsg->dstId = mediaChannelId_; in SendChannelEvent()
494 channelMsg->dstId = mediaChannelId_; in SendChannelAppendSurfaceEvent()
524 channelMsg->dstId = mediaChannelId_; in SendChannelRemoveSurfaceEvent()
553 channelMsg->dstId = mediaChannelId_; in SendChannelSceneTypeEvent()
583 channelMsg->dstId = mediaChannelId_; in SendChannelKeyRedirectEvent()
613 channelMsg->dstId = mediaChannelId_; in SendChannelSetVolumeEvent()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/agent/
H A Dsrc_agent_unit_test.cpp99 event.eventMsg->dstId = 0; in HWTEST_F()
112 event.eventMsg->dstId = 0; in HWTEST_F()
125 event.eventMsg->dstId = 0; in HWTEST_F()
138 event.eventMsg->dstId = 0; in HWTEST_F()
151 event.eventMsg->dstId = 0; in HWTEST_F()
164 event.eventMsg->dstId = 0; in HWTEST_F()
667 event.eventMsg->dstId = 0; in HWTEST_F()
681 event.eventMsg->dstId = 0; in HWTEST_F()
697 event.eventMsg->dstId = 0; in HWTEST_F()
713 event.eventMsg->dstId in HWTEST_F()
[all...]
H A Dsink_agent_unit_test.cpp98 event.eventMsg->dstId = 0; in HWTEST_F()
111 event.eventMsg->dstId = 0; in HWTEST_F()
124 event.eventMsg->dstId = 0; in HWTEST_F()
137 event.eventMsg->dstId = 0; in HWTEST_F()
150 event.eventMsg->dstId = 0; in HWTEST_F()
163 event.eventMsg->dstId = 0; in HWTEST_F()
667 event.eventMsg->dstId = 0; in HWTEST_F()
681 event.eventMsg->dstId = 0; in HWTEST_F()
697 event.eventMsg->dstId = 0; in HWTEST_F()
713 event.eventMsg->dstId in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.cpp335 sessionMsg->dstId = connDev_->contextId; in Release()
531 sessionMsg->dstId = connDev_->contextId; in HandleRemoveDevice()
569 startSessionMsg->dstId = contextId_; in CreateScreenCapture()
637 startSessionMsg->dstId = contextId; in AppendCast()
684 sessionMsg->dstId = connDev_->contextId; in WfdP2pStop()
H A Dwfd_sink_scene.cpp270 sessionMsg->dstId = contextId; in Release()
537 startSessionMsg->dstId = contextId; in HandleAppendSurface()
719 startSessionMsg->dstId = contextId; in HandlePlay()
893 sessionMsg->dstId = contextId; in HandleClose()
966 sessionMsg->dstId = contextId; in WfdP2pStop()
1101 sessionMsg->dstId = contextId; in OnP2pPeerDisconnected()
/foundation/CastEngine/castengine_wifi_display/services/agent/sinkagent/
H A Dsink_agent.cpp84 channelMsg->dstId = mediaChannelId_; in NotifyConsumer()
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/
H A Dsrc_agent.cpp83 channelMsg->dstId = mediaChannelId_; in NotifyProducer()
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_ffi.h132 FFI_EXPORT uint32_t FfiImagePixelMapImplCreatePremultipliedPixelMap(int64_t srcId, int64_t dstId);
133 FFI_EXPORT uint32_t FfiImagePixelMapImplCreateUnpremultipliedPixelMap(int64_t srcId, int64_t dstId);
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Devent_comm.h131 uint32_t dstId = INVALID_ID; member
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp336 event.eventMsg->dstId = 0; in HWTEST_F()
353 event.eventMsg->dstId = 0; in HWTEST_F()
371 event.eventMsg->dstId = 0; in HWTEST_F()
389 event.eventMsg->dstId = 0; in HWTEST_F()
407 event.eventMsg->dstId = 0; in HWTEST_F()
472 event.eventMsg->dstId = 0; in HWTEST_F()
487 event.eventMsg->dstId = 0; in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_rtp_consumer.cpp84 pPrivateMsg->dstId = event.eventMsg->srcId; in HandleProsumerInitState()
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp1013 uint32_t FfiImagePixelMapImplCreatePremultipliedPixelMap(int64_t srcId, int64_t dstId) in FfiImagePixelMapImplCreatePremultipliedPixelMap() argument
1017 auto dst = FFIData::GetData<PixelMapImpl>(dstId); in FfiImagePixelMapImplCreatePremultipliedPixelMap()
1025 uint32_t FfiImagePixelMapImplCreateUnpremultipliedPixelMap(int64_t srcId, int64_t dstId) in FfiImagePixelMapImplCreateUnpremultipliedPixelMap() argument
1029 auto dst = FFIData::GetData<PixelMapImpl>(dstId); in FfiImagePixelMapImplCreateUnpremultipliedPixelMap()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_rtp_producer.cpp458 pPrivateMsg->dstId = msg->srcId; in HandleMediaInit()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H A Dscreen_capture_consumer.cpp151 pPrivateMsg->dstId = event.eventMsg->srcId; in HandleProsumerInitState()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1043 static int32_t ModifyId(char *dstId, uint32_t dstLen, const char *sourceId) in ModifyId() argument
1045 if (dstId == NULL || sourceId == NULL || strlen(sourceId) > dstLen - 1) { in ModifyId()
1049 if (strncpy_s(dstId, dstLen, sourceId, strlen(sourceId)) != EOK) { in ModifyId()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/
H A Dcontext_unit_test.cpp1118 context = ContextManager::GetInstance().GetContextById(event.eventMsg->dstId); in HWTEST_F()

Completed in 45 milliseconds