/foundation/communication/dsoftbus/tests/core/connection/fuzztest/wifidirectprotocol_fuzzer/ |
H A D | protocol_fuzzer.cpp | 33 R"({"KEY_BRIDGE_SUPPORTED":false,"KEY_COMMAND_TYPE":8,"KEY_CONTENT_TYPE":2,"KEY_EXPECTED_ROLE":1,"KEY_GC_CHANNEL_LIST":"36##40##44##48##149##153##157##161##165","KEY_GC_MAC":"42:dc:a5:f3:4c:14","KEY_GO_MAC":"","KEY_MAC":"42:dc:a5:f3:4c:14","KEY_ROLE":5,"KEY_SELF_WIFI_CONFIG":"","KEY_STATION_FREQUENCY":5180,"KEY_VERSION":2,"KEY_WIDE_BAND_SUPPORTED":false})", in JsonProtocolParseFuzzTest() 34 R"({"KEY_COMMAND_TYPE":9,"KEY_CONTENT_TYPE":2,"KEY_GC_CHANNEL_LIST":"36##40##44##48##149##153##157##161##165","KEY_GC_MAC":"a6:3b:0e:78:29:dd","KEY_GO_MAC":"42:dc:a5:f3:4c:14","KEY_IP":"","KEY_MAC":"a6:3b:0e:78:29:dd","KEY_SELF_WIFI_CONFIG":"","KEY_STATION_FREQUENCY":5180,"KEY_VERSION":2,"KEY_WIDE_BAND_SUPPORTED":false})", in JsonProtocolParseFuzzTest() 35 R"({"KEY_BRIDGE_SUPPORTED":false,"KEY_COMMAND_TYPE":8,"KEY_CONTENT_TYPE":1,"KEY_EXPECTED_ROLE":2,"KEY_GC_IP":"192.168.49.3","KEY_GC_MAC":"a6:3b:0e:78:29:dd","KEY_GO_IP":"192.168.49.1","KEY_GO_MAC":"42:dc:a5:f3:4c:14","KEY_GO_PORT":43267,"KEY_GROUP_CONFIG":"DIRECT-ja-OHOS_0u31\n4e:e8:d0:45:8f:10\nulKjGU9T\n5180","KEY_MAC":"42:dc:a5:f3:4c:14","KEY_ROLE":2,"KEY_SELF_WIFI_CONFIG":"","KEY_VERSION":2})", in JsonProtocolParseFuzzTest() 38 R"({"KEY_COMMAND_TYPE":5,"KEY_MAC":"42:dc:a5:f3:4c:14"})", in JsonProtocolParseFuzzTest()
|
/foundation/multimedia/player_framework/frameworks/native/video_editor/composite_engine/impl/ |
H A D | composite_engine.cpp | 28 std::shared_ptr<ICompositeEngine> ICompositeEngine::CreateCompositeEngine(const std::shared_ptr<IDataCenter>& dc) in CreateCompositeEngine() argument 30 if (dc == nullptr) { in CreateCompositeEngine() 35 auto err = engine ->Init(dc); in CreateCompositeEngine()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_shader_passes_generic.cpp | 227 const IShaderPipelineBinder::DrawCommand dc = sRef.GetDrawCommand(); in ExecuteFrameGraphics() local 238 const RenderHandle iaHandle = dc.argsHandle.GetHandle(); in ExecuteFrameGraphics() 244 cmdList.DrawIndexedIndirect(iaHandle, dc.argsOffset, 1U, 0U); in ExecuteFrameGraphics() 246 cmdList.DrawIndexed(dc.indexCount, dc.instanceCount, 0U, 0U, 0U); in ExecuteFrameGraphics() 250 cmdList.DrawIndirect(iaHandle, dc.argsOffset, 1U, 0U); in ExecuteFrameGraphics() 252 cmdList.Draw(dc.vertexCount, dc.instanceCount, 0, 0); in ExecuteFrameGraphics() 313 const IShaderPipelineBinder::DispatchCommand dc = sRef.GetDispatchCommand(); in ExecuteFrameCompute() local 314 const RenderHandle dcHandle = dc in ExecuteFrameCompute() [all...] |
H A D | render_node_mip_chain_post_process.cpp | 137 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineData_.pipelineLayoutData); in InitNode() local 139 dc.counts.push_back({ CORE_DESCRIPTOR_TYPE_SAMPLED_IMAGE, MAX_LOCAL_BINDER_COUNT }); in InitNode() 140 dc.counts.push_back({ CORE_DESCRIPTOR_TYPE_SAMPLER, MAX_LOCAL_BINDER_COUNT }); in InitNode() 143 dc.counts.push_back(ref); in InitNode() 145 renderNodeContextMgr.GetDescriptorSetManager().ResetAndReserve(dc); in InitNode()
|
H A D | render_node_single_post_process.cpp | 480 DescriptorCounts dc; in InitCreateBinders() local 482 dc = renderBloom_.GetDescriptorCounts(); in InitCreateBinders() 484 dc = renderBlur_.GetDescriptorCounts(); in InitCreateBinders() 486 dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitCreateBinders() 491 dc.counts.push_back(ref); in InitCreateBinders() 494 descriptorSetMgr.ResetAndReserve(dc); in InitCreateBinders()
|
H A D | render_node_compute_generic.cpp | 89 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitNode() local 90 renderNodeContextMgr.GetDescriptorSetManager().ResetAndReserve(dc); in InitNode()
|
H A D | render_node_back_buffer.cpp | 84 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitNode() local 85 renderNodeContextMgr.GetDescriptorSetManager().ResetAndReserve(dc); in InitNode()
|
H A D | render_node_fullscreen_generic.cpp | 73 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineData_.pipelineLayoutData); in InitNode() local 74 renderNodeContextMgr.GetDescriptorSetManager().ResetAndReserve(dc); in InitNode()
|
/foundation/multimedia/player_framework/frameworks/native/video_editor/composite_engine/ |
H A D | composite_engine.h | 29 static std::shared_ptr<ICompositeEngine> CreateCompositeEngine(const std::shared_ptr<IDataCenter>& dc);
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_util.cpp | 243 DescriptorCounts dc; in GetDescriptorCounts() local 249 dc.counts.reserve(dc.counts.size() + setRef.bindings.size()); in GetDescriptorCounts() 251 dc.counts.push_back(DescriptorCounts::TypedCount { bindingRef.descriptorType, bindingRef.descriptorCount }); in GetDescriptorCounts() 254 return dc; in GetDescriptorCounts() 259 DescriptorCounts dc; in GetDescriptorCounts() local 261 dc.counts.push_back(DescriptorCounts::TypedCount { bindingRef.descriptorType, bindingRef.descriptorCount }); in GetDescriptorCounts() 263 return dc; in GetDescriptorCounts()
|
H A D | node_context_descriptor_set_manager.cpp | 188 DescriptorCounts dc; 189 dc.counts.reserve(descriptorCounts.size()); 193 dc.counts.insert(dc.counts.end(), ref.begin(), ref.end()); 196 ResetAndReserve(dc);
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_depth_render_slot.cpp | 239 const auto& dc = currSubmesh.drawCommand; in RenderSubmeshes() local 247 cmdList.DrawIndexed(dc.indexCount, dc.instanceCount, 0, 0, 0); in RenderSubmeshes() 253 cmdList.Draw(dc.vertexCount, dc.instanceCount, 0, 0); in RenderSubmeshes() 543 const DescriptorCounts dc { { in ResetAndUpdateDescriptorSets() 549 descriptorSetMgr.ResetAndReserve(dc); in ResetAndUpdateDescriptorSets()
|
H A D | render_node_default_shadow_render_slot.cpp | 376 const auto& dc = currSubmesh.drawCommand; in RenderSubmeshes() local 384 cmdList.DrawIndexed(dc.indexCount, dc.instanceCount, 0, 0, 0); in RenderSubmeshes() 390 cmdList.Draw(dc.vertexCount, dc.instanceCount, 0, 0); in RenderSubmeshes() 612 const DescriptorCounts dc { { in ProcessBuffersAndDescriptors() 618 descriptorSetMgr.ResetAndReserve(dc); in ProcessBuffersAndDescriptors()
|
H A D | render_node_default_material_deferred_shading.cpp | 436 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in CreateDescriptorSets() local 438 for (auto& dcRef : dc.counts) { in CreateDescriptorSets() 442 dc.counts.reserve(dc.counts.size() + plDef.descriptorSetLayouts[0U].bindings.size()); in CreateDescriptorSets() 444 dc.counts.push_back(DescriptorCounts::TypedCount { bindingRef.descriptorType, bindingRef.descriptorCount }); in CreateDescriptorSets() 446 descriptorSetMgr.ResetAndReserve(dc); in CreateDescriptorSets()
|
H A D | render_node_default_material_render_slot.cpp | 400 const auto& dc = currSubmesh.drawCommand; in RenderSubmeshes() local 408 cmdList.DrawIndexed(dc.indexCount, dc.instanceCount, 0, 0, 0); in RenderSubmeshes() 414 cmdList.Draw(dc.vertexCount, dc.instanceCount, 0, 0); in RenderSubmeshes() 849 const DescriptorCounts dc { { in ResetAndUpdateDescriptorSets() 860 descriptorSetMgr.ResetAndReserve(dc); in ResetAndUpdateDescriptorSets()
|
H A D | render_node_morph.cpp | 97 const DescriptorCounts dc { { // weight/indexset for all prims + number of inputs and outputs in PreExecuteFrame() 99 descriptorSetMgr.ResetAndReserve(dc); in PreExecuteFrame()
|
H A D | render_node_default_shadows_blur.cpp | 290 const DescriptorCounts dc { { in CreateDescriptorSets() 295 descriptorSetMgr.ResetAndReserve(dc); in CreateDescriptorSets()
|
H A D | render_node_camera_single_post_process.cpp | 572 DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(pipelineLayout_); in InitCreateBinders() local 576 dc.counts.push_back(ref); in InitCreateBinders() 579 descriptorSetMgr.ResetAndReserve(dc); in InitCreateBinders()
|
H A D | render_node_default_env.cpp | 411 const DescriptorCounts dc = renderNodeUtil.GetDescriptorCounts(defaultPipelineLayout_); in CreateDescriptorSets() local 412 descriptorSetMgr.ResetAndReserve(dc); in CreateDescriptorSets()
|
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/render/ |
H A D | render_node_dotfield_render.cpp | 83 const DescriptorCounts dc { { in InitNode() 86 descriptorSetMgr.ResetAndReserve(dc); in InitNode()
|
H A D | render_node_dotfield_simulation.cpp | 95 const DescriptorCounts dc { { in InitNode() 98 renderNodeContextMgr.GetDescriptorSetManager().ResetAndReserve(dc); in InitNode()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | wgl_state.h | 61 int ChoosePixelFormat(HDC dc, const BASE_NS::vector<int>& inattributes);
|
H A D | wgl_state.cpp | 397 int WGLState::ChoosePixelFormat(HDC dc, const vector<int>& attributes) in ChoosePixelFormat() argument 404 wglChoosePixelFormatARB(dc, attributes.data(), nullptr, 64, pixelFormats, &numFormats); in ChoosePixelFormat()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 544 R"({"KEY_COMMAND_TYPE":9,"KEY_CONTENT_TYPE":2,"KEY_GC_CHANNEL_LIST":"36##40##44##48##149##153##157##161##165","KEY_GC_MAC":"a6:3b:0e:78:29:dd","KEY_GO_MAC":"42:dc:a5:f3:4c:14","KEY_IP":"","KEY_MAC":"a6:3b:0e:78:29:dd","KEY_SELF_WIFI_CONFIG":"","KEY_STATION_FREQUENCY":5180,"KEY_VERSION":2,"KEY_WIDE_BAND_SUPPORTED":false})"; in HWTEST_F() 842 context_.Set(TestContextKey::REMOTE_MAC, std::string("42:dc:a5:f3:4c:14")); in HWTEST_F() 857 R"({"KEY_BRIDGE_SUPPORTED":false,"KEY_COMMAND_TYPE":8,"KEY_CONTENT_TYPE":2,"KEY_EXPECTED_ROLE":1,"KEY_GC_CHANNEL_LIST":"36##40##44##48##149##153##157##161##165","KEY_GC_MAC":"42:dc:a5:f3:4c:14","KEY_GO_MAC":"","KEY_MAC":"42:dc:a5:f3:4c:14","KEY_ROLE":5,"KEY_SELF_WIFI_CONFIG":"","KEY_STATION_FREQUENCY":5180,"KEY_VERSION":2,"KEY_WIDE_BAND_SUPPORTED":false})"; in HWTEST_F() 872 context_.Set(TestContextKey::REMOTE_MAC, std::string("42:dc:a5:f3:4c:14")); in HWTEST_F() 892 R"({"KEY_BRIDGE_SUPPORTED":false,"KEY_COMMAND_TYPE":8,"KEY_CONTENT_TYPE":2,"KEY_EXPECTED_ROLE":1,"KEY_GC_CHANNEL_LIST":"36##40##44##48##149##153##157##161##165","KEY_GC_MAC":"42:dc:a5:f3:4c:14","KEY_GO_MAC":"","KEY_MAC":"42:dc:a5:f3:4c:14","KEY_ROLE":5,"KEY_SELF_WIFI_CONFIG":"","KEY_STATION_FREQUENCY":5180,"KEY_VERSION":2,"KEY_WIDE_BAND_SUPPORTED":false})"; in HWTEST_F() 907 context_.Set(TestContextKey::REMOTE_MAC, std::string("42:dc:a5:f3:4c:14")); in HWTEST_F() 924 R"({"KEY_BRIDGE_SUPPORTED":false,"KEY_COMMAND_TYPE":8,"KEY_CONTENT_TYPE":1,"KEY_EXPECTED_ROLE":2,"KEY_GC_IP":"192.168.49.3","KEY_GC_MAC":"a6:3b:0e:78:29:dd","KEY_GO_IP":"192.168.49.1","KEY_GO_MAC":"42:dc:a5:f3:4c:14","KEY_GO_PORT":43267,"KEY_GROUP_CONFIG":"DIRECT-ja-OHOS_0u31\n4e:e8:d0:45:8f:10\nulKjGU9T\n5180","KEY_MAC":"42:dc in HWTEST_F() [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager.cpp | 1943 uint32_t dc = 0; 1957 dc++; 1959 dc++; 1964 PLUGIN_LOG_D("WFIADGR: d: %u r (type:%u)", dc, uint32_t(store.handleType)); 1965 PLUGIN_LOG_D("WFIADGR: pa cl: %u (t:%u)", (uint32_t)pd.allocations.size() - dc, uint32_t(store.handleType));
|