/foundation/CastEngine/castengine_wifi_display/services/context/ |
H A D | context_manager.cpp | 81 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 D | context.cpp | 54 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 D | interaction.cpp | 73 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 D | interaction_manager.cpp | 59 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 D | channel_manager.cpp | 68 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 D | media_channel.cpp | 251 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 D | agent.cpp | 54 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 D | src_agent_unit_test.cpp | 99 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 D | sink_agent_unit_test.cpp | 98 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 D | wfd_source_scene.cpp | 335 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 D | wfd_sink_scene.cpp | 270 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 D | sink_agent.cpp | 84 channelMsg->dstId = mediaChannelId_; in NotifyConsumer()
|
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/ |
H A D | src_agent.cpp | 83 channelMsg->dstId = mediaChannelId_; in NotifyProducer()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_ffi.h | 132 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 D | event_comm.h | 131 uint32_t dstId = INVALID_ID; member
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/ |
H A D | scene_unit_test.cpp | 336 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 D | wfd_rtp_consumer.cpp | 84 pPrivateMsg->dstId = event.eventMsg->srcId; in HandleProsumerInitState()
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_ffi.cpp | 1013 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 D | wfd_rtp_producer.cpp | 458 pPrivateMsg->dstId = msg->srcId; in HandleMediaInit()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/ |
H A D | screen_capture_consumer.cpp | 151 pPrivateMsg->dstId = event.eventMsg->srcId; in HandleProsumerInitState()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/ |
H A D | lnn_local_net_ledger.c | 1043 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 D | context_unit_test.cpp | 1118 context = ContextManager::GetInstance().GetContextById(event.eventMsg->dstId); in HWTEST_F()
|