From 112d44d9e251ee146cc0e2a6fbe1e91a98a85280 Mon Sep 17 00:00:00 2001 From: wenlong12 Date: Mon, 14 Aug 2023 20:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9D=83=E4=BF=A1=E6=81=AF=E6=95=B4?= =?UTF-8?q?=E6=94=B9=20Signed-off-by:wenlong12=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wenlong12 --- OAT.xml | 2 +- device/base/config.gni | 2 +- device/base/include/common.h | 2 +- device/base/include/epoll_event_poller.h | 2 +- device/base/include/event_notifier.h | 2 +- device/base/include/i_semaphore.h | 2 +- device/base/include/logging.h | 2 +- device/base/include/schedule_task_manager.h | 2 +- device/base/src/common.cpp | 2 +- device/base/src/epoll_event_poller.cpp | 2 +- device/base/src/event_notifier.cpp | 2 +- device/base/src/i_semaphore.cpp | 2 +- device/base/src/posix_semaphore.cpp | 2 +- device/base/src/posix_semaphore.h | 2 +- device/base/src/schedule_task_manager.cpp | 2 +- device/base/src/std_semaphore.cpp | 2 +- device/base/src/std_semaphore.h | 2 +- device/base/test/unittest/epoll_event_poller_test.cpp | 2 +- device/base/test/unittest/schedule_task_manager_test.cpp | 2 +- device/base/test/unittest/semaphore_test.cpp | 2 +- device/cmds/include/command_line.h | 2 +- device/cmds/include/command_param.h | 2 +- device/cmds/include/command_param_switch.h | 2 +- device/cmds/include/command_param_text.h | 2 +- device/cmds/include/parse_plugin_config.h | 2 +- device/cmds/src/command_line.cpp | 2 +- device/cmds/src/command_param.cpp | 2 +- device/cmds/src/command_param_switch.cpp | 2 +- device/cmds/src/command_param_text.cpp | 2 +- device/cmds/src/main.cpp | 2 +- device/cmds/src/parse_plugin_config.cpp | 2 +- device/cmds/test/BUILD.gn | 2 +- device/cmds/test/unittest/hiprofiler_cmd_test.cpp | 2 +- device/format-code.sh | 2 +- device/plugins/api/BUILD.gn | 2 +- device/plugins/api/include/manager_interface.h | 2 +- device/plugins/api/include/writer.h | 2 +- device/plugins/api/src/buffer_writer.cpp | 2 +- device/plugins/api/src/buffer_writer.h | 2 +- device/plugins/api/src/command_poller.cpp | 2 +- device/plugins/api/src/command_poller.h | 2 +- device/plugins/api/src/main.cpp | 2 +- device/plugins/api/src/plugin_manager.cpp | 2 +- device/plugins/api/src/plugin_manager.h | 2 +- device/plugins/api/src/plugin_module.cpp | 2 +- device/plugins/api/src/plugin_module.h | 2 +- device/plugins/api/src/plugin_watcher.cpp | 2 +- device/plugins/api/src/plugin_watcher.h | 2 +- device/plugins/api/src/writer_adapter.cpp | 2 +- device/plugins/api/src/writer_adapter.h | 2 +- .../api/test/fuzztest/plugincreatesessioncmd_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/plugincreatesessioncmd_fuzzer/corpus/init | 2 +- .../plugincreatesessioncmd_fuzzer.cpp | 2 +- .../plugincreatesessioncmd_fuzzer.h | 2 +- .../test/fuzztest/plugincreatesessioncmd_fuzzer/project.xml | 2 +- .../api/test/fuzztest/plugindestroysessioncmd_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/plugindestroysessioncmd_fuzzer/corpus/init | 2 +- .../plugindestroysessioncmd_fuzzer.cpp | 2 +- .../plugindestroysessioncmd_fuzzer.h | 2 +- .../test/fuzztest/plugindestroysessioncmd_fuzzer/project.xml | 2 +- .../api/test/fuzztest/pluginstartsessioncmd_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/pluginstartsessioncmd_fuzzer/corpus/init | 2 +- .../pluginstartsessioncmd_fuzzer.cpp | 2 +- .../pluginstartsessioncmd_fuzzer.h | 2 +- .../test/fuzztest/pluginstartsessioncmd_fuzzer/project.xml | 2 +- .../api/test/fuzztest/pluginstopsessioncmd_fuzzer/BUILD.gn | 2 +- .../api/test/fuzztest/pluginstopsessioncmd_fuzzer/corpus/init | 2 +- .../pluginstopsessioncmd_fuzzer.cpp | 2 +- .../pluginstopsessioncmd_fuzzer/pluginstopsessioncmd_fuzzer.h | 2 +- .../api/test/fuzztest/pluginstopsessioncmd_fuzzer/project.xml | 2 +- device/plugins/api/test/unittest/buffer_write_test.cpp | 2 +- device/plugins/api/test/unittest/command_poller_test.cpp | 2 +- device/plugins/api/test/unittest/plugin_manager_test.cpp | 2 +- device/plugins/api/test/unittest/plugin_module_test.cpp | 2 +- device/plugins/api/test/unittest/plugin_watcher_test.cpp | 2 +- device/plugins/api/test/unittest/writer_adapter_test.cpp | 2 +- device/plugins/arkts_plugin/include/arkts_plugin.h | 2 +- device/plugins/arkts_plugin/src/arkts_module.cpp | 2 +- device/plugins/arkts_plugin/src/arkts_plugin.cpp | 2 +- device/plugins/bytrace_plugin/include/bytrace_module.h | 2 +- device/plugins/bytrace_plugin/src/bytrace_module.cpp | 2 +- device/plugins/bytrace_plugin/src/run_test.cpp | 2 +- device/plugins/cpu_plugin/include/cpu_data_plugin.h | 2 +- device/plugins/cpu_plugin/src/cpu_data_plugin.cpp | 2 +- device/plugins/cpu_plugin/src/cpu_module.cpp | 2 +- device/plugins/cpu_plugin/src/test_main.cpp | 2 +- device/plugins/cpu_plugin/test/BUILD.gn | 2 +- .../cpu_plugin/test/fuzztest/cpustartplugin_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/cpustartplugin_fuzzer/corpus/init | 2 +- .../fuzztest/cpustartplugin_fuzzer/cpustartplugin_fuzzer.cpp | 2 +- .../fuzztest/cpustartplugin_fuzzer/cpustartplugin_fuzzer.h | 2 +- .../test/fuzztest/cpustartplugin_fuzzer/project.xml | 2 +- .../cpu_plugin/test/unittest/cpu_data_plugin_unittest.cpp | 2 +- device/plugins/diskio_plugin/include/diskio_data_plugin.h | 2 +- device/plugins/diskio_plugin/include/io_stats.h | 2 +- device/plugins/diskio_plugin/src/diskio_data_plugin.cpp | 2 +- device/plugins/diskio_plugin/src/diskio_module.cpp | 2 +- device/plugins/diskio_plugin/src/io_stats.cpp | 2 +- device/plugins/diskio_plugin/src/test_main.cpp | 2 +- device/plugins/diskio_plugin/test/BUILD.gn | 2 +- .../test/fuzztest/diskiostartplugin_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/diskiostartplugin_fuzzer/corpus/init | 2 +- .../diskiostartplugin_fuzzer/diskiostartplugin_fuzzer.cpp | 2 +- .../diskiostartplugin_fuzzer/diskiostartplugin_fuzzer.h | 2 +- .../test/fuzztest/diskiostartplugin_fuzzer/project.xml | 2 +- .../test/unittest/diskio_data_plugin_unittest.cpp | 2 +- device/plugins/ftrace_plugin/include/file_utils.h | 2 +- device/plugins/ftrace_plugin/include/flow_controller.h | 2 +- device/plugins/ftrace_plugin/include/ftrace_common_type.h | 2 +- device/plugins/ftrace_plugin/include/ftrace_data_reader.h | 2 +- device/plugins/ftrace_plugin/include/ftrace_field_parser.h | 2 +- device/plugins/ftrace_plugin/include/ftrace_fs_ops.h | 2 +- device/plugins/ftrace_plugin/include/ftrace_module.h | 2 +- device/plugins/ftrace_plugin/include/ftrace_namespace.h | 2 +- device/plugins/ftrace_plugin/include/ftrace_parser.h | 2 +- device/plugins/ftrace_plugin/include/hitrace_ops.h | 2 +- device/plugins/ftrace_plugin/include/kernel_symbols_parser.h | 2 +- device/plugins/ftrace_plugin/include/paged_mem_pool.h | 2 +- device/plugins/ftrace_plugin/include/printk_formats_parser.h | 2 +- device/plugins/ftrace_plugin/include/process_utils.h | 2 +- device/plugins/ftrace_plugin/include/result_transporter.h | 2 +- device/plugins/ftrace_plugin/include/string_utils.h | 2 +- device/plugins/ftrace_plugin/include/sub_event_parser.h | 2 +- device/plugins/ftrace_plugin/include/trace_ops.h | 2 +- device/plugins/ftrace_plugin/src/file_utils.cpp | 2 +- device/plugins/ftrace_plugin/src/flow_controller.cpp | 2 +- device/plugins/ftrace_plugin/src/ftrace_data_reader.cpp | 2 +- device/plugins/ftrace_plugin/src/ftrace_field_parser.cpp | 2 +- device/plugins/ftrace_plugin/src/ftrace_fs_ops.cpp | 2 +- device/plugins/ftrace_plugin/src/ftrace_module.cpp | 2 +- device/plugins/ftrace_plugin/src/ftrace_parser.cpp | 2 +- device/plugins/ftrace_plugin/src/hitrace_ops.cpp | 2 +- device/plugins/ftrace_plugin/src/kernel_symbols_parser.cpp | 2 +- device/plugins/ftrace_plugin/src/paged_mem_pool.cpp | 2 +- device/plugins/ftrace_plugin/src/printk_formats_parser.cpp | 2 +- device/plugins/ftrace_plugin/src/process_utils.cpp | 2 +- device/plugins/ftrace_plugin/src/result_transporter.cpp | 2 +- device/plugins/ftrace_plugin/src/string_utils.cpp | 2 +- device/plugins/ftrace_plugin/src/sub_event_parser.cpp | 2 +- device/plugins/ftrace_plugin/src/trace_ops.cpp | 2 +- device/plugins/ftrace_plugin/test/BUILD.gn | 2 +- device/plugins/ftrace_plugin/test/app/busy_workers.cpp | 2 +- device/plugins/ftrace_plugin/test/app/get_tzinfo.cpp | 2 +- .../plugins/ftrace_plugin/test/unittest/file_utils_test.cpp | 2 +- .../ftrace_plugin/test/unittest/flow_controller_test.cpp | 2 +- .../ftrace_plugin/test/unittest/ftrace_data_reader_test.cpp | 2 +- .../ftrace_plugin/test/unittest/ftrace_field_parser_test.cpp | 2 +- .../ftrace_plugin/test/unittest/ftrace_fs_ops_test.cpp | 2 +- .../ftrace_plugin/test/unittest/ftrace_parser_test.cpp | 2 +- .../plugins/ftrace_plugin/test/unittest/hitrace_ops_test.cpp | 2 +- .../test/unittest/kernel_symbols_parser_test.cpp | 2 +- .../ftrace_plugin/test/unittest/paged_mem_pool_test.cpp | 2 +- .../test/unittest/printk_formats_parser_test.cpp | 2 +- .../ftrace_plugin/test/unittest/process_utils_test.cpp | 2 +- .../ftrace_plugin/test/unittest/result_transporter_test.cpp | 2 +- .../plugins/ftrace_plugin/test/unittest/string_utils_test.cpp | 2 +- .../ftrace_plugin/test/unittest/sub_event_parser_test.cpp | 2 +- device/plugins/ftrace_plugin/test/unittest/trace_ops_test.cpp | 2 +- .../event_formatters/ftrace_binder_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_block_event_formatter.cpp | 2 +- .../event_formatters/ftrace_cgroup_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_clk_event_formatter.cpp | 2 +- .../event_formatters/ftrace_compaction_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_cpuhp_event_formatter.cpp | 2 +- .../event_formatters/ftrace_dma_fence_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_ext4_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_f2fs_event_formatter.cpp | 2 +- .../event_formatters/ftrace_filelock_event_formatter.cpp | 2 +- .../event_formatters/ftrace_filemap_event_formatter.cpp | 2 +- .../event_formatters/ftrace_ftrace_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_gpio_event_formatter.cpp | 2 +- .../event_formatters/ftrace_gpu_mem_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_i2c_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_ipi_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_irq_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_kmem_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_mmc_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_net_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_oom_event_formatter.cpp | 2 +- .../event_formatters/ftrace_pagemap_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_power_event_formatter.cpp | 2 +- .../event_formatters/ftrace_printk_event_formatter.cpp | 2 +- .../event_formatters/ftrace_raw_syscalls_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_rcu_event_formatter.cpp | 2 +- .../event_formatters/ftrace_regulator_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_sched_event_formatter.cpp | 2 +- .../event_formatters/ftrace_signal_event_formatter.cpp | 2 +- .../event_formatters/ftrace_sunrpc_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_task_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_timer_event_formatter.cpp | 2 +- .../default/event_formatters/ftrace_v4l2_event_formatter.cpp | 2 +- .../event_formatters/ftrace_vmscan_event_formatter.cpp | 2 +- .../event_formatters/ftrace_workqueue_event_formatter.cpp | 2 +- .../event_formatters/ftrace_writeback_event_formatter.cpp | 2 +- .../default/event_parsers/ftrace_binder_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_block_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_cgroup_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_clk_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_compaction_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_cpuhp_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_dma_fence_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_ext4_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_f2fs_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_filelock_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_filemap_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_ftrace_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_gpio_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_gpu_mem_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_i2c_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_ipi_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_irq_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_kmem_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_mmc_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_net_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_oom_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_pagemap_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_power_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_printk_event_parser.cpp | 2 +- .../event_parsers/ftrace_raw_syscalls_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_rcu_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_regulator_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_sched_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_signal_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_sunrpc_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_task_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_timer_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_v4l2_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_vmscan_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_workqueue_event_parser.cpp | 2 +- .../default/event_parsers/ftrace_writeback_event_parser.cpp | 2 +- .../device_kernel_version/default/ftrace_cpp_generator.py | 2 +- device/plugins/ftrace_plugin/tools/ftrace_proto_generator.py | 2 +- device/plugins/hidump_plugin/include/hidump_plugin.h | 2 +- device/plugins/hidump_plugin/src/hidump_module.cpp | 2 +- device/plugins/hidump_plugin/src/hidump_plugin.cpp | 2 +- device/plugins/hidump_plugin/test/BUILD.gn | 2 +- .../test/fuzztest/hidumpstartplugin_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/hidumpstartplugin_fuzzer/corpus/init | 2 +- .../hidumpstartplugin_fuzzer/hidumpstartplugin_fuzzer.cpp | 2 +- .../hidumpstartplugin_fuzzer/hidumpstartplugin_fuzzer.h | 2 +- .../test/fuzztest/hidumpstartplugin_fuzzer/project.xml | 2 +- .../hidump_plugin/test/unittest/hidump_plugin_unittest.cpp | 2 +- device/plugins/hilog_plugin/include/file_cache.h | 2 +- device/plugins/hilog_plugin/include/hilog_plugin.h | 2 +- device/plugins/hilog_plugin/src/file_cache.cpp | 2 +- device/plugins/hilog_plugin/src/hilog_module.cpp | 2 +- device/plugins/hilog_plugin/src/hilog_plugin.cpp | 2 +- device/plugins/hilog_plugin/test/BUILD.gn | 2 +- .../test/fuzztest/hilogstartplugin_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/hilogstartplugin_fuzzer/corpus/init | 2 +- .../hilogstartplugin_fuzzer/hilogstartplugin_fuzzer.cpp | 2 +- .../hilogstartplugin_fuzzer/hilogstartplugin_fuzzer.h | 2 +- .../test/fuzztest/hilogstartplugin_fuzzer/project.xml | 2 +- .../hilog_plugin/test/unittest/hilog_plugin_unittest.cpp | 2 +- device/plugins/hiperf_plugin/include/hiperf_module.h | 2 +- device/plugins/hiperf_plugin/src/hiperf_module.cpp | 2 +- device/plugins/hiperf_plugin/test/BUILD.gn | 2 +- .../test/fuzztest/hiperfstartplugin_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/hiperfstartplugin_fuzzer/corpus/init | 2 +- .../hiperfstartplugin_fuzzer/hiperfstartplugin_fuzzer.cpp | 2 +- .../hiperfstartplugin_fuzzer/hiperfstartplugin_fuzzer.h | 2 +- .../test/fuzztest/hiperfstartplugin_fuzzer/project.xml | 2 +- .../hiperf_plugin/test/unittest/hiperf_plugin_unittest.cpp | 2 +- device/plugins/memory_plugin/include/buffer_splitter.h | 2 +- device/plugins/memory_plugin/include/memory_data_plugin.h | 2 +- device/plugins/memory_plugin/include/smaps_stats.h | 2 +- device/plugins/memory_plugin/src/buffer_splitter.cpp | 2 +- device/plugins/memory_plugin/src/memory_data_plugin.cpp | 2 +- device/plugins/memory_plugin/src/memory_module.cpp | 2 +- device/plugins/memory_plugin/src/smaps_stats.cpp | 2 +- device/plugins/memory_plugin/src/test_main.cpp | 2 +- device/plugins/memory_plugin/test/BUILD.gn | 2 +- .../test/fuzztest/memorystartplugin_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/memorystartplugin_fuzzer/corpus/init | 2 +- .../memorystartplugin_fuzzer/memorystartplugin_fuzzer.cpp | 2 +- .../memorystartplugin_fuzzer/memorystartplugin_fuzzer.h | 2 +- .../test/fuzztest/memorystartplugin_fuzzer/project.xml | 2 +- .../memory_plugin/test/unittest/buffer_splitter_unittest.cpp | 2 +- .../test/unittest/memory_data_plugin_unittest.cpp | 2 +- .../memory_plugin/test/unittest/smaps_stats_unittest.cpp | 2 +- device/plugins/native_daemon/include/call_stack.h | 2 +- device/plugins/native_daemon/include/debug_logger.h | 2 +- device/plugins/native_daemon/include/dwarf_encoding.h | 2 +- device/plugins/native_daemon/include/elf_parser.h | 2 +- device/plugins/native_daemon/include/get_thread_id.h | 2 +- device/plugins/native_daemon/include/hashlist.h | 2 +- device/plugins/native_daemon/include/hashlistpp.h | 2 +- device/plugins/native_daemon/include/hiperf_hilog.h | 2 +- device/plugins/native_daemon/include/hook_common.h | 2 +- device/plugins/native_daemon/include/hook_manager.h | 2 +- device/plugins/native_daemon/include/hook_service.h | 2 +- device/plugins/native_daemon/include/hook_standalone.h | 2 +- device/plugins/native_daemon/include/mem_map_item.h | 2 +- device/plugins/native_daemon/include/noncopyable.h | 2 +- device/plugins/native_daemon/include/option.h | 2 +- device/plugins/native_daemon/include/perf_event_record.h | 2 +- device/plugins/native_daemon/include/perf_file_format.h | 2 +- device/plugins/native_daemon/include/register.h | 2 +- device/plugins/native_daemon/include/stack_data_repeater.h | 2 +- device/plugins/native_daemon/include/stack_preprocess.h | 2 +- device/plugins/native_daemon/include/symbols_file.h | 2 +- device/plugins/native_daemon/include/utilities.h | 2 +- device/plugins/native_daemon/include/virtual_runtime.h | 2 +- device/plugins/native_daemon/include/virtual_thread.h | 2 +- device/plugins/native_daemon/src/call_stack.cpp | 2 +- device/plugins/native_daemon/src/debug_logger.cpp | 2 +- device/plugins/native_daemon/src/dwarf_encoding.cpp | 2 +- device/plugins/native_daemon/src/elf_file.cpp | 2 +- device/plugins/native_daemon/src/elf_header.cpp | 2 +- device/plugins/native_daemon/src/elf_symbol.cpp | 2 +- device/plugins/native_daemon/src/get_thread_id.cpp | 2 +- device/plugins/native_daemon/src/hook_manager.cpp | 2 +- device/plugins/native_daemon/src/hook_service.cpp | 2 +- device/plugins/native_daemon/src/hook_standalone.cpp | 2 +- device/plugins/native_daemon/src/main.cpp | 2 +- device/plugins/native_daemon/src/program_header.cpp | 2 +- device/plugins/native_daemon/src/register.cpp | 2 +- device/plugins/native_daemon/src/section_header.cpp | 2 +- device/plugins/native_daemon/src/stack_data_repeater.cpp | 2 +- device/plugins/native_daemon/src/stack_preprocess.cpp | 2 +- device/plugins/native_daemon/src/symbols_file.cpp | 2 +- device/plugins/native_daemon/src/utilities.cpp | 2 +- device/plugins/native_daemon/src/virtual_runtime.cpp | 2 +- device/plugins/native_daemon/src/virtual_thread.cpp | 2 +- .../test/unittest/common/native/callstack_test.cpp | 2 +- .../test/unittest/common/native/debug_logger_test.cpp | 2 +- .../test/unittest/common/native/elf_parser_test.cpp | 2 +- .../test/unittest/common/native/hashlist_test.cpp | 2 +- .../test/unittest/common/native/hook_manager_test.cpp | 2 +- .../test/unittest/common/native/hook_service_test.cpp | 2 +- .../test/unittest/common/native/include/callstack_test.h | 2 +- .../test/unittest/common/native/include/debug_logger_test.h | 2 +- .../test/unittest/common/native/include/elf_parser_test.h | 2 +- .../test/unittest/common/native/include/hashlist_test.h | 2 +- .../unittest/common/native/include/perf_file_format_test.h | 2 +- .../test/unittest/common/native/include/register_test.h | 2 +- .../test/unittest/common/native/include/symbols_file_test.h | 2 +- .../test/unittest/common/native/include/utilities_test.h | 2 +- .../unittest/common/native/include/virtual_runtime_test.h | 2 +- .../test/unittest/common/native/include/virtual_thread_test.h | 2 +- .../test/unittest/common/native/register_test.cpp | 2 +- .../test/unittest/common/native/symbols_file_test.cpp | 2 +- .../test/unittest/common/native/utilities_test.cpp | 2 +- .../test/unittest/common/native/virtual_runtime_test.cpp | 2 +- .../test/unittest/common/native/virtual_thread_test.cpp | 2 +- .../test/unittest/resource/send_dwarf_to_device.bat | 2 +- .../native_daemon/test/unittest/resource/send_to_device.bat | 2 +- .../test/unittest/resource/testdata/source/build_elf_test.sh | 2 +- .../resource/testdata/source/elf_test_source_code.cpp | 2 +- device/plugins/native_hook/BUILD.gn | 2 +- device/plugins/native_hook/include/hook_client.h | 2 +- device/plugins/native_hook/include/hook_socket_client.h | 2 +- device/plugins/native_hook/include/runtime_stack_range.h | 2 +- device/plugins/native_hook/include/stack_writer.h | 2 +- device/plugins/native_hook/src/hook_client.cpp | 2 +- device/plugins/native_hook/src/hook_socket_client.cpp | 2 +- device/plugins/native_hook/src/runtime_stack_range.cpp | 2 +- device/plugins/native_hook/src/stack_writer.cpp | 2 +- device/plugins/native_hook/test/BUILD.gn | 2 +- device/plugins/native_hook/test/hook_so.cpp | 2 +- device/plugins/native_hook/test/hook_so.h | 2 +- device/plugins/native_hook/test/hook_test.c | 2 +- device/plugins/native_hook/test/hook_test.cpp | 2 +- device/plugins/native_hook/test/malloc_test.cpp | 2 +- device/plugins/native_hook/test/perf_test_data.cpp | 2 +- device/plugins/native_hook/test/statistics_test.cpp | 2 +- .../native_hook/test/unittest/check_hook_data_test.cpp | 2 +- device/plugins/native_hook/test/unittest/hook_client_test.cpp | 2 +- .../native_hook/test/unittest/hook_socket_client_test.cpp | 2 +- .../plugins/native_hook/test/unittest/stack_writer_test.cpp | 2 +- device/plugins/network_plugin/include/network_plugin.h | 2 +- device/plugins/network_plugin/src/network_module.cpp | 2 +- device/plugins/network_plugin/src/network_plugin.cpp | 2 +- device/plugins/network_plugin/test/BUILD.gn | 2 +- .../test/fuzztest/networkstartplugin_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/networkstartplugin_fuzzer/corpus/init | 2 +- .../networkstartplugin_fuzzer/networkstartplugin_fuzzer.cpp | 2 +- .../networkstartplugin_fuzzer/networkstartplugin_fuzzer.h | 2 +- .../test/fuzztest/networkstartplugin_fuzzer/project.xml | 2 +- .../network_plugin/test/unittest/network_plugin_test.cpp | 2 +- device/plugins/process_plugin/include/process_data_plugin.h | 2 +- device/plugins/process_plugin/src/process_data_plugin.cpp | 2 +- device/plugins/process_plugin/src/process_module.cpp | 2 +- device/plugins/process_plugin/test/BUILD.gn | 2 +- .../process_plugin/test/unittest/process_plugin_unittest.cpp | 2 +- device/plugins/sample_plugin/include/sample_plugin.h | 2 +- device/plugins/sample_plugin/src/sample_module.cpp | 2 +- device/plugins/sample_plugin/src/sample_plugin.cpp | 2 +- device/plugins/stream_plugin/include/stream_plugin.h | 2 +- device/plugins/stream_plugin/src/stream_module.cpp | 2 +- device/plugins/stream_plugin/src/stream_plugin.cpp | 2 +- device/services/ipc/BUILD.gn | 2 +- device/services/ipc/include/client_connection.h | 2 +- device/services/ipc/include/client_map.h | 2 +- device/services/ipc/include/ipc_generator.h | 2 +- device/services/ipc/include/ipc_generator_impl.h | 2 +- device/services/ipc/include/proto_encoder_plugin_generator.h | 2 +- device/services/ipc/include/service_base.h | 2 +- device/services/ipc/include/service_entry.h | 2 +- device/services/ipc/include/socket_context.h | 2 +- device/services/ipc/include/unix_socket_client.h | 2 +- device/services/ipc/include/unix_socket_server.h | 2 +- device/services/ipc/src/client_connection.cpp | 2 +- device/services/ipc/src/client_map.cpp | 2 +- device/services/ipc/src/ipc_generator.cpp | 2 +- device/services/ipc/src/ipc_generator_impl.cpp | 2 +- device/services/ipc/src/main.cpp | 2 +- device/services/ipc/src/proto_encoder_plugin.cpp | 2 +- device/services/ipc/src/proto_encoder_plugin_generator.cpp | 2 +- device/services/ipc/src/service_entry.cpp | 2 +- device/services/ipc/src/socket_context.cpp | 2 +- device/services/ipc/src/unix_socket_client.cpp | 2 +- device/services/ipc/src/unix_socket_server.cpp | 2 +- device/services/ipc/test/BUILD.gn | 2 +- device/services/ipc/test/unittest/client_connection_test.cpp | 2 +- device/services/ipc/test/unittest/client_map_test.cpp | 2 +- device/services/ipc/test/unittest/ipc_generator_impl_test.cpp | 2 +- device/services/ipc/test/unittest/service_base_test.cpp | 2 +- device/services/ipc/test/unittest/service_entry_test.cpp | 2 +- device/services/ipc/test/unittest/socket_context_test.cpp | 2 +- device/services/ipc/test/unittest/unix_socket_client_test.cpp | 2 +- device/services/ipc/test/unittest/unix_socket_server_test.cpp | 2 +- device/services/plugin_service/BUILD.gn | 2 +- device/services/plugin_service/include/plugin_service.h | 2 +- device/services/plugin_service/include/plugin_session.h | 2 +- .../services/plugin_service/include/plugin_session_manager.h | 2 +- device/services/plugin_service/src/plugin_command_builder.cpp | 2 +- device/services/plugin_service/src/plugin_command_builder.h | 2 +- device/services/plugin_service/src/plugin_service.cpp | 2 +- device/services/plugin_service/src/plugin_service_impl.cpp | 2 +- device/services/plugin_service/src/plugin_service_impl.h | 2 +- device/services/plugin_service/src/plugin_session.cpp | 2 +- device/services/plugin_service/src/plugin_session_manager.cpp | 2 +- device/services/plugin_service/test/BUILD.gn | 2 +- .../plugin_service/test/moduletest/plugin_service_test.cpp | 2 +- .../plugin_service/test/unittest/plugin_service_test.cpp | 2 +- device/services/profiler_service/BUILD.gn | 2 +- .../profiler_service/include/profiler_capability_manager.h | 2 +- .../profiler_service/include/profiler_data_repeater.h | 2 +- device/services/profiler_service/include/profiler_service.h | 2 +- device/services/profiler_service/src/main.cpp | 2 +- .../profiler_service/src/profiler_capability_manager.cpp | 2 +- .../services/profiler_service/src/profiler_data_repeater.cpp | 2 +- device/services/profiler_service/src/profiler_service.cpp | 2 +- device/services/profiler_service/src/trace_file_header.h | 2 +- device/services/profiler_service/src/trace_file_helper.cpp | 2 +- device/services/profiler_service/src/trace_file_helper.h | 2 +- device/services/profiler_service/src/trace_file_reader.cpp | 2 +- device/services/profiler_service/src/trace_file_reader.h | 2 +- device/services/profiler_service/src/trace_file_writer.cpp | 2 +- device/services/profiler_service/src/trace_file_writer.h | 2 +- device/services/profiler_service/test/BUILD.gn | 2 +- .../test/fuzztest/profilercreatesession_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/profilercreatesession_fuzzer/corpus/init | 2 +- .../profilercreatesession_fuzzer.cpp | 2 +- .../profilercreatesession_fuzzer.h | 2 +- .../test/fuzztest/profilercreatesession_fuzzer/project.xml | 2 +- .../test/fuzztest/profilerdestroysession_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/profilerdestroysession_fuzzer/corpus/init | 2 +- .../profilerdestroysession_fuzzer.cpp | 2 +- .../profilerdestroysession_fuzzer.h | 2 +- .../test/fuzztest/profilerdestroysession_fuzzer/project.xml | 2 +- .../test/fuzztest/profilerfetchdata_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/profilerfetchdata_fuzzer/corpus/init | 2 +- .../profilerfetchdata_fuzzer/profilerfetchdata_fuzzer.cpp | 2 +- .../profilerfetchdata_fuzzer/profilerfetchdata_fuzzer.h | 2 +- .../test/fuzztest/profilerfetchdata_fuzzer/project.xml | 2 +- .../test/fuzztest/profilergetcapabilities_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/profilergetcapabilities_fuzzer/corpus/init | 2 +- .../profilergetcapabilities_fuzzer.cpp | 2 +- .../profilergetcapabilities_fuzzer.h | 2 +- .../test/fuzztest/profilergetcapabilities_fuzzer/project.xml | 2 +- .../test/fuzztest/profilerkeepsession_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/profilerkeepsession_fuzzer/corpus/init | 2 +- .../profilerkeepsession_fuzzer/profilerkeepsession_fuzzer.cpp | 2 +- .../profilerkeepsession_fuzzer/profilerkeepsession_fuzzer.h | 2 +- .../test/fuzztest/profilerkeepsession_fuzzer/project.xml | 2 +- .../test/fuzztest/profilerstartsession_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/profilerstartsession_fuzzer/corpus/init | 2 +- .../profilerstartsession_fuzzer.cpp | 2 +- .../profilerstartsession_fuzzer/profilerstartsession_fuzzer.h | 2 +- .../test/fuzztest/profilerstartsession_fuzzer/project.xml | 2 +- .../test/fuzztest/profilerstopsession_fuzzer/BUILD.gn | 2 +- .../test/fuzztest/profilerstopsession_fuzzer/corpus/init | 2 +- .../profilerstopsession_fuzzer/profilerstopsession_fuzzer.cpp | 2 +- .../profilerstopsession_fuzzer/profilerstopsession_fuzzer.h | 2 +- .../test/fuzztest/profilerstopsession_fuzzer/project.xml | 2 +- .../profiler_service/test/unittest/plugin_service_stubs.cpp | 2 +- .../profiler_service/test/unittest/plugin_service_stubs.h | 2 +- .../test/unittest/profiler_capability_manager_test.cpp | 2 +- .../test/unittest/profiler_data_repeater_test.cpp | 2 +- .../test/unittest/profiler_service_performance_test.cpp | 2 +- .../profiler_service/test/unittest/profiler_service_test.cpp | 2 +- .../profiler_service/test/unittest/trace_file_reader_test.cpp | 2 +- .../profiler_service/test/unittest/trace_file_writer_test.cpp | 2 +- device/services/shared_memory/BUILD.gn | 2 +- .../services/shared_memory/include/share_memory_allocator.h | 2 +- device/services/shared_memory/include/share_memory_block.h | 2 +- device/services/shared_memory/src/share_memory_allocator.cpp | 2 +- device/services/shared_memory/src/share_memory_block.cpp | 2 +- device/services/shared_memory/test/BUILD.gn | 2 +- .../test/unittest/shared_memory_allocator_test.cpp | 2 +- .../shared_memory/test/unittest/shared_memory_block_test.cpp | 2 +- hidebug/frameworks/native/BUILD.gn | 2 +- hidebug/frameworks/native/hidebug_base.c | 2 +- hidebug/hidebug.gni | 2 +- hidebug/interfaces/js/kits/BUILD.gn | 2 +- hidebug/interfaces/js/kits/napi/BUILD.gn | 2 +- hidebug/interfaces/js/kits/napi/napi_hidebug.cpp | 2 +- hidebug/interfaces/native/innerkits/BUILD.gn | 2 +- hidebug/interfaces/native/innerkits/include/hidebug_base.h | 2 +- hidebug/test/unittest/BUILD.gn | 2 +- hidebug/test/unittest/native/BUILD.gn | 2 +- hidebug/test/unittest/native/hidebug_test.cpp | 2 +- hiebpf/include/bpf_controller.h | 2 +- hiebpf/include/bpf_event_receiver.h | 2 +- hiebpf/include/bpf_log.h | 2 +- hiebpf/include/bpf_log_reader.h | 2 +- hiebpf/include/bpf_log_writer.h | 2 +- hiebpf/include/command.h | 2 +- hiebpf/include/command_helper.h | 2 +- hiebpf/include/commandline_flags.h | 2 +- hiebpf/include/elf_file.h | 2 +- hiebpf/include/elf_symbol_info.h | 2 +- hiebpf/include/fstrace_args_converter.h | 2 +- hiebpf/include/fstrace_progs.h | 2 +- hiebpf/include/fstrace_types.h | 2 +- hiebpf/include/hhlog.h | 2 +- hiebpf/include/hiebpf_common.h | 2 +- hiebpf/include/hiebpf_data_file.h | 2 +- hiebpf/include/hiebpf_macros.h | 2 +- hiebpf/include/hiebpf_types.h | 2 +- hiebpf/include/ipc_unix_socket.h | 2 +- hiebpf/include/kernel_symbol_info.h | 2 +- hiebpf/include/libbpf_logger.h | 2 +- hiebpf/include/linux/types-extra.h | 2 +- hiebpf/include/maps_info.h | 2 +- hiebpf/include/ringbuffer.h | 2 +- hiebpf/include/type_headers.h | 2 +- hiebpf/include/utilities.h | 2 +- hiebpf/scripts/fstrace_args_converter_generator.py | 2 +- hiebpf/scripts/fstrace_code_generator.py | 2 +- hiebpf/scripts/hiebpf_code_generator.py | 4 ++-- hiebpf/src/bpf_controller.cpp | 2 +- hiebpf/src/bpf_event_receiver.cpp | 2 +- hiebpf/src/bpf_log_reader.cpp | 2 +- hiebpf/src/command_helper.cpp | 2 +- hiebpf/src/elf_file.cpp | 2 +- hiebpf/src/elf_symbol_info.cpp | 2 +- hiebpf/src/fstrace_args_converter.cpp | 2 +- hiebpf/src/hhlog.cpp | 2 +- hiebpf/src/hiebpf.bpf.c | 2 +- hiebpf/src/hiebpf.cpp | 2 +- hiebpf/src/hiebpf_data_file.cpp | 2 +- hiebpf/src/ipc_unix_socket.cpp | 2 +- hiebpf/src/kernel_symbol_info.cpp | 2 +- hiebpf/src/libbpf_logger.cpp | 2 +- hiebpf/src/maps_info.cpp | 2 +- hiebpf/src/ringbuffer.cpp | 2 +- hiebpf/src/utilities.cpp | 2 +- hiebpf/test/BUILD.gn | 2 +- hiebpf/test/hiebpf_test_demo.cpp | 2 +- hiebpf/test/unittest/bpf_controller_test.cpp | 2 +- hiebpf/test/unittest/bpf_log_reader_test.cpp | 2 +- hiebpf/test/unittest/command_helper_test.cpp | 2 +- hiebpf/test/unittest/elf_symbol_info_test.cpp | 2 +- hiebpf/test/unittest/hhlog_test.cpp | 2 +- hiebpf/test/unittest/hiebpf_data_file_test.cpp | 2 +- hiebpf/test/unittest/ipc_unix_socket_test.cpp | 2 +- hiebpf/test/unittest/kernel_symbol_info_test.cpp | 2 +- hiebpf/test/unittest/libbpf_logger_test.cpp | 2 +- hiebpf/test/unittest/maps_info_test.cpp | 2 +- hiebpf/test/unittest/ringbuffer_test.cpp | 2 +- proto_encoder/example/example.proto | 2 +- proto_encoder/include/base_message.h | 2 +- proto_encoder/include/varint_encode.h | 2 +- proto_encoder/src/base_message.cpp | 2 +- proto_encoder/src/varint_encode.cpp | 2 +- proto_encoder/test/BUILD.gn | 2 +- proto_encoder/test/unittest/base_message_unittest.cpp | 2 +- proto_encoder/test/unittest/varint_encode_unittest.cpp | 2 +- protos/protos.gni | 2 +- protos/services/BUILD.gn | 2 +- protos/services/common_types.proto | 2 +- protos/services/plugin_service.proto | 2 +- protos/services/plugin_service_types.proto | 2 +- protos/services/profiler_service.proto | 2 +- protos/services/profiler_service_types.proto | 2 +- protos/types/plugins/agent_data/agent_plugin_app_data.proto | 2 +- protos/types/plugins/agent_data/agent_plugin_config.proto | 2 +- .../types/plugins/agent_data/agent_plugin_energy_data.proto | 2 +- protos/types/plugins/agent_data/agent_plugin_java_heap.proto | 2 +- .../types/plugins/agent_data/agent_plugin_network_data.proto | 2 +- protos/types/plugins/agent_data/agent_plugin_result.proto | 2 +- protos/types/plugins/arkts_plugin/BUILD.gn | 2 +- protos/types/plugins/arkts_plugin/arkts_plugin_config.proto | 2 +- protos/types/plugins/arkts_plugin/arkts_plugin_result.proto | 2 +- protos/types/plugins/bytrace_plugin/BUILD.gn | 2 +- .../types/plugins/bytrace_plugin/bytrace_plugin_config.proto | 2 +- protos/types/plugins/cpu_data/BUILD.gn | 2 +- protos/types/plugins/cpu_data/cpu_plugin_config.proto | 2 +- protos/types/plugins/cpu_data/cpu_plugin_result.proto | 2 +- protos/types/plugins/diskio_data/BUILD.gn | 2 +- protos/types/plugins/diskio_data/diskio_plugin_config.proto | 2 +- protos/types/plugins/diskio_data/diskio_plugin_result.proto | 2 +- protos/types/plugins/ftrace_data/default/binder.proto | 2 +- protos/types/plugins/ftrace_data/default/block.proto | 2 +- protos/types/plugins/ftrace_data/default/cgroup.proto | 2 +- protos/types/plugins/ftrace_data/default/clk.proto | 2 +- protos/types/plugins/ftrace_data/default/compaction.proto | 2 +- protos/types/plugins/ftrace_data/default/cpuhp.proto | 2 +- protos/types/plugins/ftrace_data/default/dma_fence.proto | 2 +- protos/types/plugins/ftrace_data/default/ext4.proto | 2 +- protos/types/plugins/ftrace_data/default/f2fs.proto | 2 +- protos/types/plugins/ftrace_data/default/filelock.proto | 2 +- protos/types/plugins/ftrace_data/default/filemap.proto | 2 +- protos/types/plugins/ftrace_data/default/ftrace.proto | 2 +- protos/types/plugins/ftrace_data/default/ftrace_event.proto | 2 +- protos/types/plugins/ftrace_data/default/gpio.proto | 2 +- protos/types/plugins/ftrace_data/default/gpu_mem.proto | 2 +- protos/types/plugins/ftrace_data/default/i2c.proto | 2 +- protos/types/plugins/ftrace_data/default/ipi.proto | 2 +- protos/types/plugins/ftrace_data/default/irq.proto | 2 +- protos/types/plugins/ftrace_data/default/kmem.proto | 2 +- protos/types/plugins/ftrace_data/default/mmc.proto | 2 +- protos/types/plugins/ftrace_data/default/net.proto | 2 +- protos/types/plugins/ftrace_data/default/oom.proto | 2 +- protos/types/plugins/ftrace_data/default/pagemap.proto | 2 +- protos/types/plugins/ftrace_data/default/power.proto | 2 +- protos/types/plugins/ftrace_data/default/printk.proto | 2 +- protos/types/plugins/ftrace_data/default/raw_syscalls.proto | 2 +- protos/types/plugins/ftrace_data/default/rcu.proto | 2 +- protos/types/plugins/ftrace_data/default/regulator.proto | 2 +- protos/types/plugins/ftrace_data/default/sched.proto | 2 +- protos/types/plugins/ftrace_data/default/signal.proto | 2 +- protos/types/plugins/ftrace_data/default/sunrpc.proto | 2 +- protos/types/plugins/ftrace_data/default/task.proto | 2 +- protos/types/plugins/ftrace_data/default/timer.proto | 2 +- .../plugins/ftrace_data/default/trace_plugin_config.proto | 2 +- .../plugins/ftrace_data/default/trace_plugin_result.proto | 2 +- protos/types/plugins/ftrace_data/default/v4l2.proto | 2 +- protos/types/plugins/ftrace_data/default/vmscan.proto | 2 +- protos/types/plugins/ftrace_data/default/workqueue.proto | 2 +- protos/types/plugins/ftrace_data/default/writeback.proto | 2 +- protos/types/plugins/hidump_data/BUILD.gn | 2 +- protos/types/plugins/hidump_data/hidump_plugin_config.proto | 2 +- protos/types/plugins/hidump_data/hidump_plugin_result.proto | 2 +- protos/types/plugins/hiebpf_data/BUILD.gn | 2 +- protos/types/plugins/hiebpf_data/hiebpf_plugin_config.proto | 2 +- protos/types/plugins/hilog_data/BUILD.gn | 2 +- protos/types/plugins/hilog_data/hilog_plugin_config.proto | 2 +- protos/types/plugins/hilog_data/hilog_plugin_result.proto | 2 +- protos/types/plugins/hiperf_data/BUILD.gn | 2 +- protos/types/plugins/hiperf_data/hiperf_plugin_config.proto | 2 +- protos/types/plugins/hisysevent_data/BUILD.gn | 2 +- .../plugins/hisysevent_data/hisysevent_plugin_config.proto | 2 +- .../plugins/hisysevent_data/hisysevent_plugin_result.proto | 2 +- protos/types/plugins/memory_data/BUILD.gn | 2 +- protos/types/plugins/memory_data/memory_plugin_common.proto | 2 +- protos/types/plugins/memory_data/memory_plugin_config.proto | 2 +- protos/types/plugins/memory_data/memory_plugin_result.proto | 2 +- protos/types/plugins/native_hook/native_hook_config.proto | 2 +- protos/types/plugins/native_hook/native_hook_result.proto | 2 +- protos/types/plugins/network_data/BUILD.gn | 2 +- protos/types/plugins/network_data/network_plugin_config.proto | 2 +- protos/types/plugins/network_data/network_plugin_result.proto | 2 +- protos/types/plugins/process_data/BUILD.gn | 2 +- protos/types/plugins/process_data/process_plugin_config.proto | 2 +- protos/types/plugins/process_data/process_plugin_result.proto | 2 +- protos/types/plugins/sample_data/BUILD.gn | 2 +- protos/types/plugins/sample_data/sample_plugin_config.proto | 2 +- protos/types/plugins/sample_data/sample_plugin_result.proto | 2 +- protos/types/plugins/stream_data/BUILD.gn | 2 +- protos/types/plugins/stream_data/stream_plugin_config.proto | 2 +- protos/types/plugins/stream_data/stream_plugin_result.proto | 2 +- timestamps/timestamps.cpp | 2 +- 676 files changed, 677 insertions(+), 677 deletions(-) diff --git a/OAT.xml b/OAT.xml index 889ca2f4a..c541d52d5 100644 --- a/OAT.xml +++ b/OAT.xml @@ -58,7 +58,7 @@ Note:If the text contains special characters, please escape them according to th - + diff --git a/device/base/config.gni b/device/base/config.gni index ac534a90a..eec2f4db1 100644 --- a/device/base/config.gni +++ b/device/base/config.gni @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/device/base/include/common.h b/device/base/include/common.h index 67ee3fdb2..0419db2c4 100644 --- a/device/base/include/common.h +++ b/device/base/include/common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2023. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/include/epoll_event_poller.h b/device/base/include/epoll_event_poller.h index 8d66efcd9..d6643dbab 100644 --- a/device/base/include/epoll_event_poller.h +++ b/device/base/include/epoll_event_poller.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/include/event_notifier.h b/device/base/include/event_notifier.h index 6611b135c..2d8db94bc 100644 --- a/device/base/include/event_notifier.h +++ b/device/base/include/event_notifier.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/include/i_semaphore.h b/device/base/include/i_semaphore.h index 83f86c637..2b9d14e89 100644 --- a/device/base/include/i_semaphore.h +++ b/device/base/include/i_semaphore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/include/logging.h b/device/base/include/logging.h index 82082e47b..ea9431ded 100644 --- a/device/base/include/logging.h +++ b/device/base/include/logging.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/include/schedule_task_manager.h b/device/base/include/schedule_task_manager.h index 9edc9e460..1417c334e 100644 --- a/device/base/include/schedule_task_manager.h +++ b/device/base/include/schedule_task_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/src/common.cpp b/device/base/src/common.cpp index 780983587..fd94c4bf3 100644 --- a/device/base/src/common.cpp +++ b/device/base/src/common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2023. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/src/epoll_event_poller.cpp b/device/base/src/epoll_event_poller.cpp index 993d2eb51..38c7c3936 100644 --- a/device/base/src/epoll_event_poller.cpp +++ b/device/base/src/epoll_event_poller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/src/event_notifier.cpp b/device/base/src/event_notifier.cpp index bb6c1551d..e1f610da8 100644 --- a/device/base/src/event_notifier.cpp +++ b/device/base/src/event_notifier.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/src/i_semaphore.cpp b/device/base/src/i_semaphore.cpp index 5ea8cf702..55effab78 100644 --- a/device/base/src/i_semaphore.cpp +++ b/device/base/src/i_semaphore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/src/posix_semaphore.cpp b/device/base/src/posix_semaphore.cpp index 24ab238f8..c0942aa3d 100644 --- a/device/base/src/posix_semaphore.cpp +++ b/device/base/src/posix_semaphore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/src/posix_semaphore.h b/device/base/src/posix_semaphore.h index 66a495d71..016e14e6b 100644 --- a/device/base/src/posix_semaphore.h +++ b/device/base/src/posix_semaphore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/src/schedule_task_manager.cpp b/device/base/src/schedule_task_manager.cpp index 00ada7c94..780a3b1a0 100755 --- a/device/base/src/schedule_task_manager.cpp +++ b/device/base/src/schedule_task_manager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/src/std_semaphore.cpp b/device/base/src/std_semaphore.cpp index 3bae57cdf..9a671a710 100644 --- a/device/base/src/std_semaphore.cpp +++ b/device/base/src/std_semaphore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/src/std_semaphore.h b/device/base/src/std_semaphore.h index 3bc64bd6e..0556ba1ed 100644 --- a/device/base/src/std_semaphore.h +++ b/device/base/src/std_semaphore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/test/unittest/epoll_event_poller_test.cpp b/device/base/test/unittest/epoll_event_poller_test.cpp index 644cd7b1b..42782257b 100644 --- a/device/base/test/unittest/epoll_event_poller_test.cpp +++ b/device/base/test/unittest/epoll_event_poller_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/test/unittest/schedule_task_manager_test.cpp b/device/base/test/unittest/schedule_task_manager_test.cpp index efe20ed24..7e9c3d680 100755 --- a/device/base/test/unittest/schedule_task_manager_test.cpp +++ b/device/base/test/unittest/schedule_task_manager_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/base/test/unittest/semaphore_test.cpp b/device/base/test/unittest/semaphore_test.cpp index ca82d43ef..0f48d1720 100644 --- a/device/base/test/unittest/semaphore_test.cpp +++ b/device/base/test/unittest/semaphore_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/include/command_line.h b/device/cmds/include/command_line.h index b8937d526..8950e7b02 100644 --- a/device/cmds/include/command_line.h +++ b/device/cmds/include/command_line.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/include/command_param.h b/device/cmds/include/command_param.h index 6dfabbd08..0064a5bb2 100644 --- a/device/cmds/include/command_param.h +++ b/device/cmds/include/command_param.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/include/command_param_switch.h b/device/cmds/include/command_param_switch.h index 8dd62bf74..a760364bb 100644 --- a/device/cmds/include/command_param_switch.h +++ b/device/cmds/include/command_param_switch.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/include/command_param_text.h b/device/cmds/include/command_param_text.h index c091249c4..31c87047f 100644 --- a/device/cmds/include/command_param_text.h +++ b/device/cmds/include/command_param_text.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/include/parse_plugin_config.h b/device/cmds/include/parse_plugin_config.h index 48347b577..c0560085c 100755 --- a/device/cmds/include/parse_plugin_config.h +++ b/device/cmds/include/parse_plugin_config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/src/command_line.cpp b/device/cmds/src/command_line.cpp index 898b64ef5..7403d7172 100644 --- a/device/cmds/src/command_line.cpp +++ b/device/cmds/src/command_line.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/src/command_param.cpp b/device/cmds/src/command_param.cpp index c1a70ddb6..637d2604e 100644 --- a/device/cmds/src/command_param.cpp +++ b/device/cmds/src/command_param.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/src/command_param_switch.cpp b/device/cmds/src/command_param_switch.cpp index 36dec3ad9..8f0819934 100644 --- a/device/cmds/src/command_param_switch.cpp +++ b/device/cmds/src/command_param_switch.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/src/command_param_text.cpp b/device/cmds/src/command_param_text.cpp index 0be16b0f6..d5a4cc62c 100644 --- a/device/cmds/src/command_param_text.cpp +++ b/device/cmds/src/command_param_text.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/src/main.cpp b/device/cmds/src/main.cpp index 3b83927b4..809c04407 100644 --- a/device/cmds/src/main.cpp +++ b/device/cmds/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/src/parse_plugin_config.cpp b/device/cmds/src/parse_plugin_config.cpp index 89929110e..e991bda60 100755 --- a/device/cmds/src/parse_plugin_config.cpp +++ b/device/cmds/src/parse_plugin_config.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/cmds/test/BUILD.gn b/device/cmds/test/BUILD.gn index bfae1997d..3bb4cd3ce 100644 --- a/device/cmds/test/BUILD.gn +++ b/device/cmds/test/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/device/cmds/test/unittest/hiprofiler_cmd_test.cpp b/device/cmds/test/unittest/hiprofiler_cmd_test.cpp index 34e9caa8a..c478a444e 100644 --- a/device/cmds/test/unittest/hiprofiler_cmd_test.cpp +++ b/device/cmds/test/unittest/hiprofiler_cmd_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/format-code.sh b/device/format-code.sh index 5296125d9..5ecd6ef7f 100755 --- a/device/format-code.sh +++ b/device/format-code.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/device/plugins/api/BUILD.gn b/device/plugins/api/BUILD.gn index 65ee3ab34..43a9cb6bd 100644 --- a/device/plugins/api/BUILD.gn +++ b/device/plugins/api/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/device/plugins/api/include/manager_interface.h b/device/plugins/api/include/manager_interface.h index 464016387..f75b5ccb1 100644 --- a/device/plugins/api/include/manager_interface.h +++ b/device/plugins/api/include/manager_interface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/include/writer.h b/device/plugins/api/include/writer.h index 78bf425aa..f5067a13d 100644 --- a/device/plugins/api/include/writer.h +++ b/device/plugins/api/include/writer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2023. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/buffer_writer.cpp b/device/plugins/api/src/buffer_writer.cpp index aa542194a..d5e76cc06 100644 --- a/device/plugins/api/src/buffer_writer.cpp +++ b/device/plugins/api/src/buffer_writer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2023. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/buffer_writer.h b/device/plugins/api/src/buffer_writer.h index 201b9fa64..256720049 100644 --- a/device/plugins/api/src/buffer_writer.h +++ b/device/plugins/api/src/buffer_writer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2023. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/command_poller.cpp b/device/plugins/api/src/command_poller.cpp index 993041590..5f186c23d 100644 --- a/device/plugins/api/src/command_poller.cpp +++ b/device/plugins/api/src/command_poller.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/command_poller.h b/device/plugins/api/src/command_poller.h index 52e9c7d63..260d1a665 100644 --- a/device/plugins/api/src/command_poller.h +++ b/device/plugins/api/src/command_poller.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/main.cpp b/device/plugins/api/src/main.cpp index c10cfd84b..56aa788e5 100644 --- a/device/plugins/api/src/main.cpp +++ b/device/plugins/api/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/plugin_manager.cpp b/device/plugins/api/src/plugin_manager.cpp index 18b6d572e..f487ff2d3 100644 --- a/device/plugins/api/src/plugin_manager.cpp +++ b/device/plugins/api/src/plugin_manager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2023. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/plugin_manager.h b/device/plugins/api/src/plugin_manager.h index 0e6ac7631..c67fdedbf 100644 --- a/device/plugins/api/src/plugin_manager.h +++ b/device/plugins/api/src/plugin_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/plugin_module.cpp b/device/plugins/api/src/plugin_module.cpp index 2165758be..130f5f3d0 100644 --- a/device/plugins/api/src/plugin_module.cpp +++ b/device/plugins/api/src/plugin_module.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2023. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/plugin_module.h b/device/plugins/api/src/plugin_module.h index 1173c9bf9..9c9f70e12 100644 --- a/device/plugins/api/src/plugin_module.h +++ b/device/plugins/api/src/plugin_module.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021-2023. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/plugin_watcher.cpp b/device/plugins/api/src/plugin_watcher.cpp index 404a78d21..2b01ebc5e 100644 --- a/device/plugins/api/src/plugin_watcher.cpp +++ b/device/plugins/api/src/plugin_watcher.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/plugin_watcher.h b/device/plugins/api/src/plugin_watcher.h index f5382142b..4149b1bc6 100644 --- a/device/plugins/api/src/plugin_watcher.h +++ b/device/plugins/api/src/plugin_watcher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/writer_adapter.cpp b/device/plugins/api/src/writer_adapter.cpp index 4402143e5..7f2345d8a 100644 --- a/device/plugins/api/src/writer_adapter.cpp +++ b/device/plugins/api/src/writer_adapter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/src/writer_adapter.h b/device/plugins/api/src/writer_adapter.h index 862cbb88b..1126fcdb8 100644 --- a/device/plugins/api/src/writer_adapter.h +++ b/device/plugins/api/src/writer_adapter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/BUILD.gn b/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/BUILD.gn index 16c4366ed..5983d0ff6 100644 --- a/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/BUILD.gn +++ b/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/corpus/init b/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/corpus/init index 351b32f2a..05e16ba9b 100644 --- a/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/corpus/init +++ b/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/corpus/init @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/plugincreatesessioncmd_fuzzer.cpp b/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/plugincreatesessioncmd_fuzzer.cpp index 5c0352fd4..29a3d4449 100644 --- a/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/plugincreatesessioncmd_fuzzer.cpp +++ b/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/plugincreatesessioncmd_fuzzer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/plugincreatesessioncmd_fuzzer.h b/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/plugincreatesessioncmd_fuzzer.h index d19c69ba3..4229597a1 100644 --- a/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/plugincreatesessioncmd_fuzzer.h +++ b/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/plugincreatesessioncmd_fuzzer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/project.xml b/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/project.xml index 85e7ef2c1..2126f72b0 100644 --- a/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/project.xml +++ b/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/project.xml @@ -1,5 +1,5 @@ -