Home
last modified time | relevance | path

Searched refs:GetId (Results 1 - 25 of 1029) sorted by relevance

12345678910>>...42

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.cpp68 node->name_.c_str(), type, node->GetId()); in Create()
71 RSHDRManager::Instance().RegisterSetHDRPresent(callback, node->GetId()); in Create()
76 .id = node->GetId(), in Create()
104 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeCreate>(node->GetId(), in Create()
113 command = std::make_unique<RSSurfaceNodeConnectToNodeInRenderService>(node->GetId()); in Create()
117 command = std::make_unique<RSSurfaceNodeSetCallbackForRenderThreadRefresh>(node->GetId(), true); in Create()
148 ROSEN_LOGD("RsDebug RSSurfaceNode::Create id:%{public}" PRIu64, node->GetId()); in Create()
156 GetId()); in CreateNodeInRenderThread()
167 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetSurfaceNodeType>(GetId(), in CreateNodeInRenderThread()
173 command = std::make_unique<RSSurfaceNodeCreate>(GetId(), RSSurfaceNodeTyp in CreateNodeInRenderThread()
[all...]
H A Drs_display_node.cpp37 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeCreate>(node->GetId(), displayNodeConfig); in Create()
43 if (!node->CreateNode(displayNodeConfig, node->GetId())) { in Create()
48 ROSEN_LOGI("RSDisplayNode::Create, id:%{public}" PRIu64, node->GetId()); in Create()
60 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeAddToTree>(GetId()); in AddDisplayNodeToTree()
65 ROSEN_LOGI("RSDisplayNode::AddDisplayNodeToTree, id:%{public}" PRIu64, GetId()); in AddDisplayNodeToTree()
70 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeRemoveFromTree>(GetId()); in RemoveDisplayNodeFromTree()
75 ROSEN_LOGI("RSDisplayNode::RemoveDisplayNodeFromTree, id:%{public}" PRIu64, GetId()); in RemoveDisplayNodeFromTree()
80 return parcel.WriteUint64(GetId()) && parcel.WriteUint64(screenId_) && parcel.WriteBool(isMirroredDisplay_); in Marshalling()
121 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenId>(GetId(), screenId); in SetScreenId()
137 "RSDisplayNode::SetScreenId, DisplayNode: %{public}" PRIu64 ", ScreenId: %{public}" PRIu64, GetId(), screenI in SetScreenId()
[all...]
H A Drs_canvas_drawing_node.cpp45 std::make_unique<RSCanvasDrawingNodeCreate>(node->GetId(), isTextureExportNode); in Create()
56 std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasDrawingNodeResetSurface>(GetId(), width, height); in ResetSurface()
63 std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasDrawingNodeCreate>(GetId(), true); in CreateTextureExportRenderNodeInRT()
80 bool ret = renderServiceClient->GetBitmap(GetId(), bitmap); in GetBitmap()
87 RSRenderThread::Instance().GetContext().GetNodeMap().GetRenderNode<RSCanvasDrawingRenderNode>(GetId()); in GetBitmap()
89 RS_LOGE("RSCanvasDrawingNode::GetBitmap cannot find NodeId: [%{public}" PRIu64 "]", GetId()); in GetBitmap()
126 bool ret = renderServiceClient->GetPixelmap(GetId(), pixelmap, rect, drawCmdList); in GetPixelmap()
133 RSRenderThread::Instance().GetContext().GetNodeMap().GetRenderNode<RSCanvasDrawingRenderNode>(GetId()); in GetPixelmap()
135 RS_LOGE("RSCanvasDrawingNode::GetPixelmap: cannot find NodeId: [%{public}" PRIu64 "]", GetId()); in GetPixelmap()
H A Drs_root_node.cpp64 std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeCreate>(node->GetId(), isTextureExportNode); in Create()
79 std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeAttachRSSurfaceNode>(GetId(), in AttachRSSurfaceNode()
80 surfaceNode->GetId()); in AttachRSSurfaceNode()
83 std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeAttachToUniSurfaceNode>(GetId(), in AttachRSSurfaceNode()
84 surfaceNode->GetId()); in AttachRSSurfaceNode()
95 std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeSetEnableRender>(GetId(), flag); in SetEnableRender()
111 std::make_unique<RSRootNodeUpdateSuggestedBufferSize>(GetId(), bounds.z_, bounds.w_); in OnBoundsSizeChanged()
/foundation/window/window_manager/dm/src/
H A Dscreen.cpp62 ScreenId Screen::GetId() const in GetId() function in OHOS::Rosen::Screen
126 return SingletonContainer::Get<ScreenManagerAdapter>().SetOrientation(GetId(), orientation); in SetOrientation()
131 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenSupportedColorGamuts(GetId(), colorGamuts); in GetScreenSupportedColorGamuts()
136 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenColorGamut(GetId(), colorGamut); in GetScreenColorGamut()
141 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorGamut(GetId(), colorGamutIdx); in SetScreenColorGamut()
146 return SingletonContainer::Get<ScreenManagerAdapter>().GetScreenGamutMap(GetId(), gamutMap); in GetScreenGamutMap()
151 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenGamutMap(GetId(), gamutMap); in SetScreenGamutMap()
156 return SingletonContainer::Get<ScreenManagerAdapter>().SetScreenColorTransform(GetId()); in SetScreenColorTransform()
161 return SingletonContainer::Get<ScreenManagerAdapter>().GetPixelFormat(GetId(), pixelFormat); in GetPixelFormat()
166 return SingletonContainer::Get<ScreenManagerAdapter>().SetPixelFormat(GetId(), pixelForma in SetPixelFormat()
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dstatus_listener.h35 startCallbacks_.emplace(callback.GetId(), callback); in AddStartListener()
40 stopCallbacks_.emplace(callback.GetId(), callback); in AddStopListener()
45 repeatCallbacks_.emplace(callback.GetId(), callback); in AddRepeatListener()
50 pauseCallbacks_.emplace(callback.GetId(), callback); in AddPauseListener()
55 resumeCallbacks_.emplace(callback.GetId(), callback); in AddResumeListener()
60 idleCallbacks_.emplace(callback.GetId(), callback); in AddIdleListener()
65 prepareCallbacks_.emplace(callback.GetId(), callback); in AddPrepareListener()
73 return callback.GetId(); in AddStartListener()
81 return callback.GetId(); in AddStopListener()
89 return callback.GetId(); in AddRepeatListener()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dmedia_channel.cpp34 SHARING_LOGD("mediachannelId: %{public}u.", GetId()); in MediaChannel()
49 playController_ = std::make_shared<MediaController>(GetId()); in MediaChannel()
54 SHARING_LOGD("mediachannelId: %{public}u.", GetId()); in ~MediaChannel()
66 SHARING_LOGD("leave, mediachannelId: %{public}u.", GetId()); in ~MediaChannel()
77 statusMsg->prosumerId = consumer_ ? consumer_->GetId() : INVALID_ID; in OnWriteTimeout()
96 SHARING_LOGI("mediachannelId: %{public}u, producerId: %{public}u, status: %{public}s.", GetId(), msg->prosumerId, in OnProducerNotify()
115 SHARING_LOGD("destroy producer, mediachannelId: %{public}u.", GetId()); in OnProducerNotify()
121 SHARING_LOGD("erase producer, mediachannelId: %{public}u.", GetId()); in OnProducerNotify()
144 SHARING_LOGI("mediachannelId: %{public}u, consumerId: %{public}u, status: %{public}s.", GetId(), msg->prosumerId, in OnConsumerNotify()
187 SHARING_LOGI("mediachannelId: %{public}u, prosumerId: %{public}u, status: %{public}s.", GetId(), ms in OnMediaControllerNotify()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/agent/
H A Dagent.cpp39 className.c_str(), GetId(), session_->GetId()); in CreateSession()
54 event.eventMsg->dstId, GetId(), mediaChannelId_, event.eventMsg->fromMgr, event.eventMsg->srcId, in HandleEvent()
65 SHARING_LOGW("check run step return, agentId: %{public}u.", GetId()); in HandleEvent()
79 SHARING_LOGW("agentId: %{public}u, interrupt.", GetId()); in HandleEvent()
210 SHARING_LOGI("agentId: %{public}u, handle prosumerId: %{public}u, errorCode: %{public}d.", GetId(), in HandleProsumerError()
245 SHARING_LOGI("agentId: %{public}u, handle prosumerId: %{public}u, eventType: %{public}s.", GetId(), in HandleProsumerState()
249 SHARING_LOGE("session_ is null, agentId: %{public}u.", GetId()); in HandleProsumerState()
327 SHARING_LOGI("agentId: %{public}u OnSessionNotify status: %{public}s.", GetId(), in OnSessionNotify()
348 SHARING_LOGI("agentId: %{public}u, error: %{public}d.", GetId(), statusMs in HandleSessionError()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/context/
H A Dcontext.cpp28 SHARING_LOGD("contextId: %{public}u.", GetId()); in Context()
33 SHARING_LOGD("contextId: %{public}u.", GetId()); in ~Context()
38 SHARING_LOGD("contextId: %{public}u.", GetId()); in Release()
42 SHARING_LOGW("exception to enter! contextId: %{public}u.", GetId()); in Release()
54 GetId(), event.eventMsg->fromMgr, event.eventMsg->srcId, event.eventMsg->toMgr, event.eventMsg->dstId, in HandleEvent()
57 SHARING_LOGW("destroying contextId: %{public}u.", GetId()); in HandleEvent()
94 SHARING_LOGI("contextId: %{public}u, destroy agent agentId: %{public}u.", GetId(), eventMsg->agentId); in HandleAgentDestroy()
112 GetId(), eventMsg->agentId); in HandleAgentDestroy()
159 SHARING_LOGD("agent id still has %{public}d.", item.second->GetId()); in GetSinkAgentSize()
186 interactionMsg->srcId = GetId(); in SendInteractionEvent()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_context.cpp24 NodeId id = nodePtr->GetId(); in RegisterAnimatingRenderNode()
38 if (node == nullptr || node->GetId() == INVALID_NODEID) { in AddActiveNode()
43 activeNodesInRoot_[rootNodeId].emplace(node->GetId(), node); in AddActiveNode()
48 if (node == nullptr || node->GetId() == INVALID_NODEID) { in HasActiveNode()
53 return activeNodesInRoot_[rootNodeId].count(node->GetId()) > 0; in HasActiveNode()
58 if (node == nullptr || node->GetId() == INVALID_NODEID) { in AddPendingSyncNode()
61 pendingSyncNodes_.emplace(node->GetId(), node); in AddPendingSyncNode()
H A Drs_proxy_render_node.cpp39 GetId(), targetId_); in ~RSProxyRenderNode()
41 MemoryTrack::Instance().RemoveNodeRecord(GetId()); in ~RSProxyRenderNode()
43 MemorySnapshot::Instance().RemoveCpuMemory(ExtractPid(GetId()), sizeof(*this)); in ~RSProxyRenderNode()
77 SendCommandFromRT(command, GetId()); in SetContextMatrix()
92 SendCommandFromRT(command, GetId()); in SetContextAlpha()
107 SendCommandFromRT(command, GetId()); in SetContextClipRegion()
146 const auto pid_of_this_node = ExtractPid(GetId()); in CleanUp()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Ddisable_task.cpp44 GetId().c_str(), GetAnonyString(networkId).c_str(), GetAnonyString(dhId).c_str()); in DisableTask()
49 DHLOGD("id = %{public}s, uuid = %{public}s", GetId().c_str(), GetAnonyString(GetUUID()).c_str()); in ~DisableTask()
63 DHLOGD("id = %{public}s, uuid = %{public}s, dhId = %{public}s", GetId().c_str(), GetAnonyString(GetUUID()).c_str(), in DoTaskInner()
80 offLineTask->NotifyFatherFinish(GetId()); in DoTaskInner()
82 DHLOGD("finish disable task, remove it, id = %{public}s", GetId().c_str()); in DoTaskInner()
83 TaskBoard::GetInstance().RemoveTask(GetId()); in DoTaskInner()
91 (result == DH_FWK_SUCCESS) ? "success" : "failed", GetId().c_str(), GetAnonyString(GetUUID()).c_str(), in UnRegisterHardware()
H A Dmeta_disable_task.cpp41 GetId().c_str(), GetAnonyString(networkId).c_str(), GetAnonyString(dhId).c_str()); in MetaDisableTask()
46 DHLOGD("id = %{public}s, uuid = %{public}s", GetId().c_str(), GetAnonyString(GetUUID()).c_str()); in ~MetaDisableTask()
60 DHLOGD("id = %{public}s, uuid = %{public}s, dhId = %{public}s", GetId().c_str(), GetAnonyString(GetUUID()).c_str(), in DoTaskInner()
71 offLineTask->NotifyFatherFinish(GetId()); in DoTaskInner()
73 DHLOGD("finish meta disable task, remove it, id = %{public}s", GetId().c_str()); in DoTaskInner()
74 TaskBoard::GetInstance().RemoveTask(GetId()); in DoTaskInner()
H A Denable_task.cpp43 GetId().c_str(), GetAnonyString(networkId).c_str(), GetAnonyString(dhId).c_str()); in EnableTask()
48 DHLOGD("id = %{public}s, uuid = %{public}s", GetId().c_str(), GetAnonyString(GetUUID()).c_str()); in ~EnableTask()
62 DHLOGD("DoTaskInner id = %{public}s, uuid = %{public}s, dhId = %{public}s", GetId().c_str(), in DoTaskInner()
68 DHLOGD("finish enable task, remove it, id = %{public}s", GetId().c_str()); in DoTaskInner()
80 TaskBoard::GetInstance().RemoveTask(GetId()); in DoTaskInner()
88 (result == DH_FWK_SUCCESS) ? "success" : "failed", GetId().c_str(), GetAnonyString(GetUUID()).c_str(), in RegisterHardware()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation.cpp70 "Animation Set FinishCallback", target->GetId(), id_, true); in SetFinishCallback()
94 "Animation Call FinishCallback", target->GetId(), id_, true); in CallFinishCallback()
111 AnimationId RSAnimation::GetId() const in GetId() function in OHOS::Rosen::RSAnimation
204 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationPause>(target->GetId(), id_); in OnPause()
207 transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), target->GetId()); in OnPause()
210 std::make_unique<RSAnimationPause>(target->GetId(), id_); in OnPause()
211 transactionProxy->AddCommand(commandForRemote, true, target->GetFollowType(), target->GetId()); in OnPause()
351 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationResume>(target->GetId(), id_); in OnResume()
354 transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), target->GetId()); in OnResume()
357 std::make_unique<RSAnimationResume>(target->GetId(), id in OnResume()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp47 popupElement->CancelPopup(popupElement->GetId()); in PerformBuild()
73 RefPtr<TweenComponent> tween = AceType::MakeRefPtr<TweenComponent>(popup_->GetId(), popup_->GetId()); in ShowPopupInSubWindow()
81 bubble->SetId(popup_->GetId()); in ShowPopupInSubWindow()
125 RefPtr<TweenComponent> tween = AceType::MakeRefPtr<TweenComponent>(popup_->GetId(), popup_->GetId()); in ShowPopup()
133 bubble->SetId(popup_->GetId()); in ShowPopup()
154 auto node = manager->GetAccessibilityNodeById(StringUtils::StringToInt(popup_->GetId())); in ShowPopup()
182 accessibilityManager->RemoveAccessibilityNodeById(StringUtils::StringToInt(popup_->GetId())); in CancelPopup()
184 auto node = accessibilityManager->GetAccessibilityNodeById(StringUtils::StringToInt(popup_->GetId())); in CancelPopup()
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediaplayer/
H A Dvideoplaycontroller_unit_test.cpp110 uint32_t GetId(void) in GetId() function in OHOS::Sharing::VideoPlayControllerTestBaseImpl
112 return mediaChannel_->GetId(); in GetId()
193 MEDIA_LOGD("TEST STATISTICS Miracast:first, agent ID:%{public}d, get video frame.", GetId()); in MediaDataSetup()
201 diff.count(), GetId(), frameNums_, diff.count() / frameNums_); in MediaDataSetup()
318 mediaController_ = std::make_shared<MediaController>(mediaChannel_->GetId()); in VideoPlayControllerTestBaseImpl()
356 std::make_unique<VideoPlayController>(g_testBase.GetId()); in HWTEST_F()
366 std::make_unique<VideoPlayController>(g_testBase.GetId()); in HWTEST_F()
383 std::make_unique<VideoPlayController>(g_testBase.GetId()); in HWTEST_F()
395 std::make_unique<VideoPlayController>(g_testBase.GetId()); in HWTEST_F()
407 std::make_unique<VideoPlayController>(g_testBase.GetId()); in HWTEST_F()
[all...]
H A Dmediacontroller_unit_test.cpp133 uint32_t GetId(void) in GetId() function in OHOS::Sharing::MediaControllerTestBaseImpl
135 return mediaChannel_->GetId(); in GetId()
216 MEDIA_LOGD("TEST STATISTICS Miracast:first, agent ID:%{public}d, get video frame.", GetId()); in MediaDataSetup()
224 diff.count(), GetId(), frameNums_, diff.count() / frameNums_); in MediaDataSetup()
413 std::make_unique<MediaController>(g_testBase.GetId()); in HWTEST_F()
422 std::make_unique<MediaController>(g_testBase.GetId()); in HWTEST_F()
434 std::make_unique<MediaController>(g_testBase.GetId()); in HWTEST_F()
450 std::make_unique<MediaController>(g_testBase.GetId()); in HWTEST_F()
469 std::make_unique<MediaController>(g_testBase.GetId()); in HWTEST_F()
485 std::make_unique<MediaController>(g_testBase.GetId()); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/recycle_node/
H A Drecycle_manager_test.cpp95 RecycleManager::Push(child0->GetId(), child0); in HWTEST_F()
105 RecycleManager::Push(child1->GetId(), child1); in HWTEST_F()
106 RecycleManager::Push(child2->GetId(), child2); in HWTEST_F()
114 RecycleManager::Pop(child1->GetId()); in HWTEST_F()
118 auto id = child2->GetId(); in HWTEST_F()
130 RecycleManager::Push(child1->GetId(), child1); in HWTEST_F()
137 auto it = context->recycleManager_->recyclePool_.find(child1->GetId()); in HWTEST_F()
140 RecycleManager::Pop(child1->GetId()); in HWTEST_F()
142 RecycleManager::Push(child1->GetId(), child1); in HWTEST_F()
144 RecycleManager::Push(child2->GetId(), child in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.h77 RSDrawingContext ctx = RSExtendedModifierHelper::CreateDrawingContext(node->GetId());
79 return RSExtendedModifierHelper::CreateRenderModifier(ctx, property_->GetId(), GetModifierType());
88 RSDrawingContext ctx = RSExtendedModifierHelper::CreateDrawingContext(node->GetId());
98 node->GetId(), drawCmdList, property_->id_, UPDATE_TYPE_OVERWRITE);
104 node->GetId(), drawCmdList, property_->id_, UPDATE_TYPE_OVERWRITE);
105 transactionProxy->AddCommand(commandForRemote, true, node->GetFollowType(), node->GetId());
135 auto canvasnode = RSNodeMap::Instance().GetNode<RSCanvasNode>(node->GetId());
140 GeometryEffect(canvasnode->GetPaintWidth(), canvasnode->GetPaintHeight()), property_->GetId());
151 auto canvasnode = RSNodeMap::Instance().GetNode<RSCanvasNode>(node->GetId());
157 node->GetId(), matri
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_visitor.cpp107 node.GetId(), node.GetScreenId(), isSecurityDisplay_ ? "true" : "false", node.GetChildrenCount()); in ProcessDisplayRenderNode()
171 because of security SurfaceNode.", node.GetId()); in PrepareSurfaceRenderNode()
177 because of skip SurfaceNode.", node.GetId()); in PrepareSurfaceRenderNode()
182 node.GetId()); in PrepareSurfaceRenderNode()
187 node.GetId()); in PrepareSurfaceRenderNode()
216 node.GetId()); in ProcessSurfaceRenderNode()
224 because of skip SurfaceNode.", node.GetId()); in ProcessSurfaceRenderNode()
238 foregroundSurfaces_[parent ? parent->GetId() : 0].push_back(func); in ProcessSurfaceRenderNode()
242 auto it = foregroundSurfaces_.find(node.GetId()); in ProcessSurfaceRenderNode()
244 for (auto f : foregroundSurfaces_[node.GetId()]) { in ProcessSurfaceRenderNode()
[all...]
H A Drs_render_service_listener.cpp40 RS_LOGD("RsDebug RSRenderServiceListener::OnBufferAvailable node id:%{public}" PRIu64, node->GetId()); in OnBufferAvailable()
55 " UI buffer available", node->GetId()); in OnBufferAvailable()
60 " RT buffer available", node->GetId()); in OnBufferAvailable()
82 " UI buffer available", node->GetId()); in OnTunnelHandleChange()
95 RS_LOGD("RsDebug RSRenderServiceListener::OnCleanCache node id:%{public}" PRIu64, node->GetId()); in OnCleanCache()
109 RS_LOGD("RsDebug RSRenderServiceListener::OnGoBackground node id:%{public}" PRIu64, node->GetId()); in OnGoBackground()
129 RS_LOGD("RsDebug RSRenderServiceListener::OnTransformChange node id:%{public}" PRIu64, node->GetId()); in OnTransformChange()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H A Dscreen_capture_consumer.cpp132 SHARING_LOGD("capture consumer Id: %{public}u.", GetId()); in ScreenCaptureConsumer()
137 SHARING_LOGD("~ capture consumer Id: %{public}u.", GetId()); in ~ScreenCaptureConsumer()
150 pPrivateMsg->srcId = GetId(); in HandleProsumerInitState()
153 pPrivateMsg->prosumerId = GetId(); in HandleProsumerInitState()
198 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str(), event.eventMsg->type, GetId()); in HandleEvent()
221 GetId()); in UpdateOperation()
268 SHARING_LOGD("consumerId: %{public}u, capture consumer release=out.", GetId()); in Release()
289 SHARING_LOGD("capture consumerId: %{public}u, viddeo codecId: %{public}d, audio codecId: %{public}d.", GetId(), in InitCapture()
294 SHARING_LOGE("capture consumerId: %{public}u, init audio encoder failed.", GetId()); in InitCapture()
299 SHARING_LOGE("capture consumerId: %{public}u, init audio capture failed.", GetId()); in InitCapture()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/agent/sinkagent/
H A Dsink_agent.cpp27 SHARING_LOGD("agentId: %{public}u.", GetId()); in SinkAgent()
32 SHARING_LOGD("agentId: %{public}u.", GetId()); in ~SinkAgent()
40 std::string(magic_enum::enum_name((SessionNotifyStatus)statusMsg->status)).c_str(), GetId()); in OnSessionNotify()
75 SHARING_LOGI("agentId: %{public}u, notify status, type: %{public}s.", GetId(), in NotifyConsumer()
82 channelMsg->agentId = GetId(); in NotifyConsumer()
94 agentMsg->agentId = GetId(); in NotifyConsumer()
95 SHARING_LOGI("id: %{public}u, and notify to send event: %{public}s, mediaChannelId: %{public}u.", GetId(), in NotifyConsumer()
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/
H A Dsrc_agent.cpp26 SHARING_LOGD("agentId: %{public}u.", GetId()); in SrcAgent()
31 SHARING_LOGD("agentId: %{public}u.", GetId()); in ~SrcAgent()
39 std::string(magic_enum::enum_name((SessionNotifyStatus)statusMsg->status)).c_str(), GetId()); in OnSessionNotify()
74 SHARING_LOGI("agentId: %{public}u, notify status, type: %{public}s.", GetId(), in NotifyProducer()
81 channelMsg->agentId = GetId(); in NotifyProducer()
92 agentMsg->agentId = GetId(); in NotifyProducer()
93 SHARING_LOGI("id: %{public}u, and notify to send event: %{public}s, mediaChannelId: %{public}u.", GetId(), in NotifyProducer()

Completed in 13 milliseconds

12345678910>>...42