diff --git a/common/BUILD.gn b/common/BUILD.gn index 99b929918617861d3c4b488a966568512b77808b..cd2cb54cec9dfb3248ec302656ad100567beadfe 100644 --- a/common/BUILD.gn +++ b/common/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -57,7 +57,7 @@ ohos_shared_library("distributed_camera_utils") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"distributedcamerautils\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/common/test/unittest/common/utils/BUILD.gn b/common/test/unittest/common/utils/BUILD.gn index 78bd715e932bf4aa8041954b8c0415eb576175a4..0a5a52e37a2990cc1095de39e38d1b1c15e5261e 100644 --- a/common/test/unittest/common/utils/BUILD.gn +++ b/common/test/unittest/common/utils/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -63,7 +63,7 @@ ohos_unittest("CommonUtilsTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"CommonUtilsTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] cflags_cc = cflags } diff --git a/interfaces/inner_kits/native_cpp/camera_sink/BUILD.gn b/interfaces/inner_kits/native_cpp/camera_sink/BUILD.gn index 1d88c044a08a350691d5e277d97738b2fc361cb8..06a3406f130cd9e25ad3080cfa15ef2b5866f9e6 100644 --- a/interfaces/inner_kits/native_cpp/camera_sink/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/camera_sink/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -49,7 +49,7 @@ ohos_shared_library("distributed_camera_sink_sdk") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"dcamerasinkkits\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/camera_source/BUILD.gn b/interfaces/inner_kits/native_cpp/camera_source/BUILD.gn index deb5eb9e88d8c09cd7bac8e8891864984ddc67fb..13b7f0c4b8cf8b100ae5385c594b0a607f2acccf 100644 --- a/interfaces/inner_kits/native_cpp/camera_source/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/camera_source/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -49,7 +49,7 @@ ohos_shared_library("distributed_camera_source_sdk") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"dcamerasourcekits\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/encodeoninputbufferavailable_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/encodeoninputbufferavailable_fuzzer/BUILD.gn index 7a3065a16f2e521167a02ae71a0f339131c033b8..2c6c50c05e92e182a1bd30ed44e2e7352ba5d775 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/encodeoninputbufferavailable_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/encodeoninputbufferavailable_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -64,7 +64,7 @@ ohos_fuzztest("EncodeOnInputBufferAvailableFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"EncodeOnInputBufferAvailableFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/encodeonoutputbufferavailable_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/encodeonoutputbufferavailable_fuzzer/BUILD.gn index 1afc3b9bdbe0f20fdd69200de41b0c301f3cdec7..5a2a0b548fddcc6c91520be0dfc8c8ac47fb5621 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/encodeonoutputbufferavailable_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/encodeonoutputbufferavailable_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -64,7 +64,7 @@ ohos_fuzztest("EncodeOnOutputBufferAvailableFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"EncodeOnOutputBufferAvailableFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/onsinklocalcamsrvdied_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/onsinklocalcamsrvdied_fuzzer/BUILD.gn index ca1a3af21eeac6f18d87685a40fabc5896285dd0..77369f04a55d6d5fd3afcf6a618d550f3cbf0ef8 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/onsinklocalcamsrvdied_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/onsinklocalcamsrvdied_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -53,7 +53,7 @@ ohos_fuzztest("OnSinkLocalCamSrvDiedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"OnSinkLocalCamSrvDiedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlerinitsink_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlerinitsink_fuzzer/BUILD.gn index aefbd20114f50ce0a1228801c106ed567e07e1fb..b2938b94f203e8df0dbce85b92108e799f4e9116 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlerinitsink_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlerinitsink_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -53,7 +53,7 @@ ohos_fuzztest("SinkHandlerInitSinkFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkHandlerInitSinkFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlersubscribelocalhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlersubscribelocalhardware_fuzzer/BUILD.gn index 62229d5751f57b006a5b163ac8744490ba26d3b0..36edf7b40aff549a5c206fa89498fa7277f82a6d 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlersubscribelocalhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlersubscribelocalhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -53,7 +53,7 @@ ohos_fuzztest("SinkHandlerSubscribeLocalHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkHandlerSubscribeLocalHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlerunsubscribelocalhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlerunsubscribelocalhardware_fuzzer/BUILD.gn index 7d3329985a50109536affa7a97522562d28e3201..7e9fc98a9e885ad170c60268dd5242d95994d112 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlerunsubscribelocalhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkhandlerunsubscribelocalhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -54,7 +54,7 @@ ohos_fuzztest("SinkHandlerUnsubscribeLocalHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkHandlerUnsubscribeLocalHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkonloadsystemabilityfail_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkonloadsystemabilityfail_fuzzer/BUILD.gn index 27d9977759801af73acf2816dc233858b4ec9064..acad83286ea442372037b2ec6e81c6023635909d 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkonloadsystemabilityfail_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkonloadsystemabilityfail_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -47,7 +47,7 @@ ohos_fuzztest("SinkOnLoadSystemAbilityFailFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkOnLoadSystemAbilityFailFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkonloadsystemabilitysuccess_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkonloadsystemabilitysuccess_fuzzer/BUILD.gn index 889c218b24369be3f54d3592d598e559911a68a0..bf85f322a3cd58d036494edf7059b034bdcb622b 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkonloadsystemabilitysuccess_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkonloadsystemabilitysuccess_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -48,7 +48,7 @@ ohos_fuzztest("SinkOnLoadSystemAbilitySuccessFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkOnLoadSystemAbilitySuccessFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxychannelneg_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxychannelneg_fuzzer/BUILD.gn index 77342800e1eb5138e3da395c1f8df4116bb02dcc..2143eaffa13e494f8fc00295f0e9f7cd2a3b3bc8 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxychannelneg_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxychannelneg_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -50,7 +50,7 @@ ohos_fuzztest("SinkProxyChannelNegFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkProxyChannelNegFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyclosechannel_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyclosechannel_fuzzer/BUILD.gn index 5c9cc0104c9c709a5b10c508a76445f5d7f82bef..076585a0526efc85b87047256a3b3d2640957b2a 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyclosechannel_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyclosechannel_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -50,7 +50,7 @@ ohos_fuzztest("SinkProxyCloseChannelFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkProxyCloseChannelFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxygetcamerainfo_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxygetcamerainfo_fuzzer/BUILD.gn index 44eb156757b0578ddce46cdeb566766c236fde85..6c647d09549e2721b9f56801d196e0364c0e6237 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxygetcamerainfo_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxygetcamerainfo_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -50,7 +50,7 @@ ohos_fuzztest("SinkProxyGetCameraInfoFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkProxyGetCameraInfoFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyinitsink_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyinitsink_fuzzer/BUILD.gn index 8cd72a590414737278c11ec5b92d8cb68bc46947..ab22df71f8628b1e2b8a13aaea257f97c76e8ec4 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyinitsink_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyinitsink_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -51,7 +51,7 @@ ohos_fuzztest("SinkProxyInitSinkFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkProxyInitSinkFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyopenchannel_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyopenchannel_fuzzer/BUILD.gn index 4d2ac7d9f60cc463b9eb2f2c22fa4e698c76fa81..e79429657a9cbc4536fed56a19dec1e6cdaca040 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyopenchannel_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyopenchannel_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -50,7 +50,7 @@ ohos_fuzztest("SinkProxyOpenChannelFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkProxyOpenChannelFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxystopcapture_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxystopcapture_fuzzer/BUILD.gn index ffe992282c1f031aab016361b757e661b94343cb..ba130ef6a23b17fdceacaa2bd06ec5e2804c3244 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxystopcapture_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxystopcapture_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -50,7 +50,7 @@ ohos_fuzztest("SinkProxyStopCaptureFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkProxyStopCaptureFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxysubscribelocalhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxysubscribelocalhardware_fuzzer/BUILD.gn index e35505ab54317bccc13eeb0235dc2997e11e74dd..060a1a072e22ab743c5015bf5df78b7bb272da1b 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxysubscribelocalhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxysubscribelocalhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -50,7 +50,7 @@ ohos_fuzztest("SinkProxySubscribeLocalHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkProxySubscribeLocalHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyunsubscribelocalhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyunsubscribelocalhardware_fuzzer/BUILD.gn index d3eb639a252de78bd6ffdb664b6cae77dae7a27b..9e7a88838bafbad7664ff93f3ee557a6c432f538 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyunsubscribelocalhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyunsubscribelocalhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -50,7 +50,7 @@ ohos_fuzztest("SinkProxyUnsubscribeLocalHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkProxyUnsubscribeLocalHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicechannelneg_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicechannelneg_fuzzer/BUILD.gn index 4d862a8d7f7942d5b58948c2574853bb971aed47..ab69cdcc94bb1e046d3a13fe53acb7d650a287ff 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicechannelneg_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicechannelneg_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -63,7 +63,7 @@ ohos_fuzztest("SinkServiceChannelNegFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkServiceChannelNegFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceclosechannel_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceclosechannel_fuzzer/BUILD.gn index a9485bbac28b06c64978557caa7a540df38bbe19..f785f5f809afce0a87709370530eff6d1bfaaeb5 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceclosechannel_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceclosechannel_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -63,7 +63,7 @@ ohos_fuzztest("SinkServiceCloseChannelFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkServiceCloseChannelFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicegetcamerainfo_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicegetcamerainfo_fuzzer/BUILD.gn index f1e09e4810c1bde0db240a29b21d89e0a8cfc4e5..f175e8c678634672d570ae5eb2e7e64f7d4647e6 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicegetcamerainfo_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicegetcamerainfo_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -63,7 +63,7 @@ ohos_fuzztest("SinkServiceGetCameraInfoFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkServiceGetCameraInfoFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceinitsink_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceinitsink_fuzzer/BUILD.gn index af97f05eed06489dc56dd58eceddc9e6249da4b4..9ea16914c64083b9ebfa76be7736a2c80f895320 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceinitsink_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceinitsink_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -64,7 +64,7 @@ ohos_fuzztest("SinkServiceInitSinkFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkServiceInitSinkFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceopenchannel_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceopenchannel_fuzzer/BUILD.gn index c964656b5a7e3bd8211ca2e369b95d895dcf9c06..7a9f73c5fc485538fbafffcfe284c5996da742c0 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceopenchannel_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceopenchannel_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -63,7 +63,7 @@ ohos_fuzztest("SinkServiceOpenChannelFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkServiceOpenChannelFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicereleasesink_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicereleasesink_fuzzer/BUILD.gn index 1dc02687571bb37569233dc823fffb494c9d2211..3076be197f2177543ae2d914987509899e2ffc47 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicereleasesink_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicereleasesink_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -63,7 +63,7 @@ ohos_fuzztest("SinkServiceReleaseSinkFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkServiceReleaseSinkFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicestopcapture_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicestopcapture_fuzzer/BUILD.gn index 8ec4bd349fee079925cfc0f399a9bf6382335771..ce006f0920b302d2f1a046d5d47d07a46ac600b0 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicestopcapture_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicestopcapture_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -63,7 +63,7 @@ ohos_fuzztest("SinkServiceStopCaptureFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkServiceStopCaptureFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicesubscribelocalhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicesubscribelocalhardware_fuzzer/BUILD.gn index 040a7dccabcf4dc805917caf8fb39853715a4cad..8399b17c17b78feb4a5077ac25632fbf1b7395dd 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicesubscribelocalhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicesubscribelocalhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -63,7 +63,7 @@ ohos_fuzztest("SinkServiceSubscribeLocalHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkServiceSubscribeLocalHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceunsubscribelocalhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceunsubscribelocalhardware_fuzzer/BUILD.gn index 4978228cf09344f0d063f595c069484d74f12351..66166720a39a2689f6a78749fa3c4999011030ec 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceunsubscribelocalhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceunsubscribelocalhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -64,7 +64,7 @@ ohos_fuzztest("SinkServiceUnsubscribeLocalHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SinkServiceUnsubscribeLocalHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkbytesreceived_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkbytesreceived_fuzzer/BUILD.gn index e0602106f931f7cbe982b4899b48f751491ed35c..db67941e958b21244ddc2a7162df2316b1673575 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkbytesreceived_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkbytesreceived_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -56,7 +56,7 @@ ohos_fuzztest("SoftbusOnSinkBytesReceivedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SoftbusOnSinkBytesReceivedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkmessagereceived_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkmessagereceived_fuzzer/BUILD.gn index 8a7aaa560d62207c77fda6fed28c212a62f736ec..904fe4089b2c1d329b5098c5e631a4bef0f97323 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkmessagereceived_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkmessagereceived_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -56,7 +56,7 @@ ohos_fuzztest("SoftbusOnSinkMessageReceivedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SoftbusOnSinkMessageReceivedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionclosed_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionclosed_fuzzer/BUILD.gn index 65e647b87d67de287ce0ef0d72f26078df103b21..93119391bc00be46e8e6d480bfc9a968798764b6 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionclosed_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionclosed_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -56,7 +56,7 @@ ohos_fuzztest("SoftbusOnSinkSessionClosedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SoftbusOnSinkSessionClosedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionopened_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionopened_fuzzer/BUILD.gn index 20158082e2be8d43299bbc1b1a9e88a7309ecb05..6215b1a326be00de6e247831af5f684d701fa2b3 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionopened_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionopened_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -56,7 +56,7 @@ ohos_fuzztest("SoftbusOnSinkSessionOpenedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SoftbusOnSinkSessionOpenedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkstreamreceived_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkstreamreceived_fuzzer/BUILD.gn index 560f27575bf91a3414189e0ba4ca2938b6dbd8f8..f296fe0a816276c41426a32eb221356fb9635846 100644 --- a/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkstreamreceived_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinkstreamreceived_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -56,7 +56,7 @@ ohos_fuzztest("SoftbusOnSinkStreamReceivedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SoftbusOnSinkStreamReceivedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonnotifyregresult_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonnotifyregresult_fuzzer/BUILD.gn index 49455bc7752df5c6f3a4ca8b010a21d18494e2cf..d8b5682d9a45bb19c2c5689f221ae6a42d0331ba 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonnotifyregresult_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonnotifyregresult_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -54,7 +54,7 @@ ohos_fuzztest("CallbackOnNotifyRegResultFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"CallbackOnNotifyRegResultFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonnotifyunregresult_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonnotifyunregresult_fuzzer/BUILD.gn index a899aeef900677fb12fde98e8e079f127adb111d..b9106c55776037b396748163e1ee46c64c40b14a 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonnotifyunregresult_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonnotifyunregresult_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -54,7 +54,7 @@ ohos_fuzztest("CallbackOnNotifyUnRegResultFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"CallbackOnNotifyUnRegResultFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonremoterequest_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonremoterequest_fuzzer/BUILD.gn index 80a7e27566810c4cf970640b8fd98a0600bc5328..73432eafdf4485718118873def6a52060a917ca6 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonremoterequest_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/callbackonremoterequest_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -53,7 +53,7 @@ ohos_fuzztest("CallbackOnRemoteRequestFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"CallbackOnRemoteRequestFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeoninputbufferavailable_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeoninputbufferavailable_fuzzer/BUILD.gn index 1192765f1d60dca5695d2902bb88a30f7ea7d633..49024af8cf9310bea13f3462a65f2ac70ff73f2f 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeoninputbufferavailable_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeoninputbufferavailable_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -64,7 +64,7 @@ ohos_fuzztest("DecodeOnInputBufferAvailableFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DecodeOnInputBufferAvailableFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeonoutputbufferavailable_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeonoutputbufferavailable_fuzzer/BUILD.gn index ae96a714399313a4609a883a6d5c79aff9f4d6f5..797bf60820a6fdfc1a0b00200058a438374758c7 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeonoutputbufferavailable_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeonoutputbufferavailable_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -64,7 +64,7 @@ ohos_fuzztest("DecodeOnOutputBufferAvailableFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DecodeOnOutputBufferAvailableFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/onsourcelocalcamsrvdied_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/onsourcelocalcamsrvdied_fuzzer/BUILD.gn index ffad785a7b15f494072c438a85041510e5397023..d7c235d37fe140f68218d0fb96a1afd8f7690d55 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/onsourcelocalcamsrvdied_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/onsourcelocalcamsrvdied_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -52,7 +52,7 @@ ohos_fuzztest("OnSourceLocalCamSrvDiedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"OnSourceLocalCamSrvDiedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcebytesreceived_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcebytesreceived_fuzzer/BUILD.gn index 88b7c5cfb9f07d685f98484b64947bf26fd77d69..f1e96f6e2a7649fa2ead958a49abf4dd74c87855 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcebytesreceived_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcebytesreceived_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -56,7 +56,7 @@ ohos_fuzztest("SoftbusOnSourceBytesReceivedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SoftbusOnSourceBytesReceivedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcemessagereceived_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcemessagereceived_fuzzer/BUILD.gn index 4d999ef19780e130eafe59298078b418b31f25c1..a36430159cfe7bee501f5c90d609e1f1231bd262 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcemessagereceived_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcemessagereceived_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -56,7 +56,7 @@ ohos_fuzztest("SoftbusOnSourceMessageReceivedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SoftbusOnSourceMessageReceivedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionclosed_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionclosed_fuzzer/BUILD.gn index 3fb87f5a4d74965dbbd5715e6b8fc490f8c12683..8b2eac410d627129361ad31b425d2be590209d33 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionclosed_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionclosed_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -56,7 +56,7 @@ ohos_fuzztest("SoftbusOnSourceSessionClosedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SoftbusOnSourceSessionClosedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionopened_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionopened_fuzzer/BUILD.gn index 97ddda4fc374e307ccd98c297e0a26253588132d..ab6e8a74ffc711d93fbabfeee88acff70c8dc3a6 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionopened_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionopened_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -56,7 +56,7 @@ ohos_fuzztest("SoftbusOnSourceSessionOpenedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SoftbusOnSourceSessionOpenedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcestreamreceived_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcestreamreceived_fuzzer/BUILD.gn index 629232df2b91d3029016dbf763c170d0a6f1bb09..43d8cc6338509774924f1c751c9a93f952cc4a00 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcestreamreceived_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcestreamreceived_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -56,7 +56,7 @@ ohos_fuzztest("SoftbusOnSourceStreamReceivedFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SoftbusOnSourceStreamReceivedFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerconfigdistributedhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerconfigdistributedhardware_fuzzer/BUILD.gn index 6ce2996b4f8adc257c3277f3446b881191dde099..e70740ef74991ebc72f98253254f05cadfa5f858 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerconfigdistributedhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerconfigdistributedhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -49,7 +49,7 @@ ohos_fuzztest("SourceHandlerConfigDistributedHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceHandlerConfigDistributedHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerinitsource_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerinitsource_fuzzer/BUILD.gn index 5e902737a893c8e91aecea3b01a009cd464ec5cc..450cec3b8f4a490d672f147447fab4c9a08ee788 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerinitsource_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerinitsource_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -48,7 +48,7 @@ ohos_fuzztest("SourceHandlerInitSourceFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceHandlerInitSourceFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerregisterdistributedhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerregisterdistributedhardware_fuzzer/BUILD.gn index bd1de85e64d73f9ec4171f3cb28ae73905a71997..c946ac114315dfba060e1f7146297c50e6133054 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerregisterdistributedhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerregisterdistributedhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -51,7 +51,7 @@ ohos_fuzztest("SourceHandlerRegisterDistributedHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceHandlerRegisterDistributedHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerunregisterdistributedhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerunregisterdistributedhardware_fuzzer/BUILD.gn index e93b1a6a4f3853b05db7210730c932a88f1e0b2a..890e9533f600330c1c4857c2d026af830f3bbea3 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerunregisterdistributedhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourcehandlerunregisterdistributedhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -51,7 +51,7 @@ ohos_fuzztest("SourceHandlerUnregisterDistributedHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceHandlerUnregisterDistributedHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceonloadsystemabilityfail_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceonloadsystemabilityfail_fuzzer/BUILD.gn index 1b2184fdeff06d0dd31e8c33c29bb5f48ea739de..e8a6468e095408cb48d50c54ae28041985616160 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceonloadsystemabilityfail_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceonloadsystemabilityfail_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -51,7 +51,7 @@ ohos_fuzztest("SourceOnLoadSystemAbilityFailFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceOnLoadSystemAbilityFailFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceonloadsystemabilitysuccess_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceonloadsystemabilitysuccess_fuzzer/BUILD.gn index 46dfcc4d6f66309bf54698a0afec6e3bdcdcc3dd..ea3ee3339ddef538425c328b015cb5d3fa3d7963 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceonloadsystemabilitysuccess_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceonloadsystemabilitysuccess_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -51,7 +51,7 @@ ohos_fuzztest("SourceOnLoadSystemAbilitySuccessFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceOnLoadSystemAbilitySuccessFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxydcameranotify_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxydcameranotify_fuzzer/BUILD.gn index d7844508c4fa524594a83b845468c45f1e4e243c..e98099cca3c9eeb44d33bc8f6245672dafa67005 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxydcameranotify_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxydcameranotify_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -52,7 +52,7 @@ ohos_fuzztest("SourceProxyDCameraNotifyFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceProxyDCameraNotifyFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyinitsource_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyinitsource_fuzzer/BUILD.gn index db3689835e7bdd241f68b86ff853ab1f4e5feb38..4d8a9270b15876e0b48a349bb8f49ec3ce50b057 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyinitsource_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyinitsource_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -52,7 +52,7 @@ ohos_fuzztest("SourceProxyInitSourceFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceProxyInitSourceFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyregisterdistributedhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyregisterdistributedhardware_fuzzer/BUILD.gn index 1fe85864735e0423ba45e2c4f6d883d4f494066b..56fa1822a97a2c1d4b51044603ddddc96874f99e 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyregisterdistributedhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyregisterdistributedhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -53,7 +53,7 @@ ohos_fuzztest("SourceProxyRegisterDistributedHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceProxyRegisterDistributedHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyunregisterdistributedhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyunregisterdistributedhardware_fuzzer/BUILD.gn index 54634dab6eae3877e655e138dbaa9b676e62d428..0e8f69ec56161feafa1dafc09002ca20e740c296 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyunregisterdistributedhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceproxyunregisterdistributedhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -53,7 +53,7 @@ ohos_fuzztest("SourceProxyUnregisterDistributedHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceProxyUnregisterDistributedHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceservicedcameranotify_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceservicedcameranotify_fuzzer/BUILD.gn index b152d0794b4d386fafde86e9871957220655f54d..b05febd11001a24c7d60e8065a82bbe9f3573118 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceservicedcameranotify_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceservicedcameranotify_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -68,7 +68,7 @@ ohos_fuzztest("SourceServiceDCameraNotifyFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceServiceDCameraNotifyFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceinitsource_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceinitsource_fuzzer/BUILD.gn index b75f9f8b1bab61f9819556bbeccb7328dfed67d4..b65940f1d525cba14848fd99b634971855107979 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceinitsource_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceinitsource_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -69,7 +69,7 @@ ohos_fuzztest("SourceServiceInitSourceFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceServiceInitSourceFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceregisterdistributedhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceregisterdistributedhardware_fuzzer/BUILD.gn index ffe456e743a3af02a8c06041a89e18b4569aeb6d..82c6cc106eaa3cd0f14c06e543e1072e5d62644c 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceregisterdistributedhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceregisterdistributedhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -69,7 +69,7 @@ ohos_fuzztest("SourceServiceRegisterDistributedHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceServiceRegisterDistributedHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceservicereleasesource_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceservicereleasesource_fuzzer/BUILD.gn index 7554a828555f3810c5c9057e9a0be5031132452f..2eb7e9bf56b9b5d65259789fd35918c4115b2166 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceservicereleasesource_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceservicereleasesource_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -68,7 +68,7 @@ ohos_fuzztest("SourceServiceReleaseSourceFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceServiceReleaseSourceFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceunregisterdistributedhardware_fuzzer/BUILD.gn b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceunregisterdistributedhardware_fuzzer/BUILD.gn index 29fdefacbcefb02e957811e5ce06327c99187390..c490e958034cd3d984388ef914053ce7dc06b07d 100644 --- a/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceunregisterdistributedhardware_fuzzer/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/sourcefuzztest/sourceserviceunregisterdistributedhardware_fuzzer/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -69,7 +69,7 @@ ohos_fuzztest("SourceServiceUnregisterDistributedHardwareFuzzTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SourceServiceUnregisterDistributedHardwareFuzzTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/interfaces/inner_kits/native_cpp/test/unittest/common/camera_sink/BUILD.gn b/interfaces/inner_kits/native_cpp/test/unittest/common/camera_sink/BUILD.gn index 66bc4a3ae728d716ba0f6d6c83a945f69a4650bc..cac8bf94839196a64dcb3affd167aacdc8fb7654 100644 --- a/interfaces/inner_kits/native_cpp/test/unittest/common/camera_sink/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/unittest/common/camera_sink/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -58,7 +58,7 @@ ohos_unittest("DCameraSinkHandlerTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraSinkHandlerTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/BUILD.gn b/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/BUILD.gn index 3703114e3ae46212ddbaed62ad84cee35a459310..2c851de0b63473f5126f416a74cddf06da80bcae 100644 --- a/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -57,7 +57,7 @@ ohos_unittest("DCameraSourceHandlerTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraSourceHandlerTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/services/cameraservice/base/test/unittest/common/base/BUILD.gn b/services/cameraservice/base/test/unittest/common/base/BUILD.gn index dca30f138219f4a5e22f37f2ba2d23c4b1a8d44a..ab1b661e8f5f57c601adc1d19a4d03036c919e65 100755 --- a/services/cameraservice/base/test/unittest/common/base/BUILD.gn +++ b/services/cameraservice/base/test/unittest/common/base/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -74,7 +74,7 @@ ohos_unittest("DCameraServicesBaseTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraServicesBaseTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/services/cameraservice/cameraoperator/client/BUILD.gn b/services/cameraservice/cameraoperator/client/BUILD.gn index 798c547f732dd46db57fa6cd6c0950d91cd9837a..6323675fd968b59a90677d02fd712ea3f7636d7b 100644 --- a/services/cameraservice/cameraoperator/client/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -70,7 +70,7 @@ ohos_shared_library("distributed_camera_client") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"dcameraclient\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] if (build_variant == "root") { diff --git a/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn b/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn index 5c53cfa42277824159ff75c555546aaf468ea0e8..ee6dae1dbee0ea3b53a016769a1074166e68b2de 100644 --- a/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/test/sample/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022 - 2023 Huawei Device Co., Ltd. +# Copyright (c) 2022 - 2024 Huawei Device Co., Ltd. # 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 @@ -97,7 +97,7 @@ ohos_executable("dcamera_client_demo") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraClientDemo\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] cflags_cc = cflags diff --git a/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/BUILD.gn b/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/BUILD.gn index 549d1863aaac13904db900f7657afb38d074d274..44baacc6841faeecacc6992ee73d5d6ca2cf5904 100644 --- a/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -100,7 +100,7 @@ ohos_unittest("DCameraClientTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraClientTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/services/cameraservice/cameraoperator/handler/BUILD.gn b/services/cameraservice/cameraoperator/handler/BUILD.gn index 0b022ae2bdc1caf1094cbe56ab5c6c6168ff2111..c7a95ebb4b02a39794582326869b009c54ac9222 100644 --- a/services/cameraservice/cameraoperator/handler/BUILD.gn +++ b/services/cameraservice/cameraoperator/handler/BUILD.gn @@ -65,7 +65,7 @@ ohos_shared_library("distributed_camera_handler") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"dcamerahandler\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/BUILD.gn b/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/BUILD.gn index 33041dde95ad7a7d88ecd775bba63263e8479e98..94ad5ffed35d1e1c8327f362e699df43fad7e77c 100644 --- a/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/BUILD.gn +++ b/services/cameraservice/cameraoperator/handler/test/unittest/common/dcamerahandler/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 - 2023 Huawei Device Co., Ltd. +# Copyright (c) 2021 - 2024 Huawei Device Co., Ltd. # 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 @@ -76,7 +76,7 @@ ohos_unittest("DCameraHandlerTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraHandlerTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/services/cameraservice/sinkservice/BUILD.gn b/services/cameraservice/sinkservice/BUILD.gn index e130cc1c265ed81b7e5b1f8fad75a4be2f7aeae5..af190f2d9a9e8d67cda9a610ffd186429e87b8b3 100644 --- a/services/cameraservice/sinkservice/BUILD.gn +++ b/services/cameraservice/sinkservice/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -116,7 +116,7 @@ ohos_shared_library("distributed_camera_sink") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"dcamerasinksvr\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] if (build_variant == "root") { diff --git a/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/BUILD.gn b/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/BUILD.gn index fdcbb7bf0faf9b515009709650eb65f7e37679ba..50a0949003fe06fb57014a1d480f342c140f677b 100644 --- a/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/BUILD.gn +++ b/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 - 2023 Huawei Device Co., Ltd. +# Copyright (c) 2021 - 2024 Huawei Device Co., Ltd. # 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 @@ -101,7 +101,7 @@ ohos_unittest("DistributedCameraSinkServiceTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraSinkServiceTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn b/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn index 7f2c5c5f789fbc7a5c07d7edbdb3282cec1e6075..ca7711f2e0c3711a81a806170075c2d3723d35ef 100644 --- a/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn +++ b/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 - 2023 Huawei Device Co., Ltd. +# Copyright (c) 2021 - 2024 Huawei Device Co., Ltd. # 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 @@ -108,7 +108,7 @@ ohos_unittest("DCameraSinkMgrTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraSinkMgrTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/services/cameraservice/sourceservice/BUILD.gn b/services/cameraservice/sourceservice/BUILD.gn index df44361564631cd3ce879a05a20363cace9357ac..d221ef1474e0036e403d1241b17e608f4373be76 100644 --- a/services/cameraservice/sourceservice/BUILD.gn +++ b/services/cameraservice/sourceservice/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -116,7 +116,7 @@ ohos_shared_library("distributed_camera_source") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"dcamerasourcesvr\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] if (build_variant == "root") { diff --git a/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/BUILD.gn b/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/BUILD.gn index 448cdf0ebe28b0008dd1af50cf7fd8df5034f3c4..f2ede19fe1ffed2d2b1ec6104be82627cf1733ac 100644 --- a/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/BUILD.gn +++ b/services/cameraservice/sourceservice/test/unittest/common/distributedcamera/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -98,7 +98,7 @@ ohos_unittest("DCameraSourceTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraSourceTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/BUILD.gn b/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/BUILD.gn index 0908daaad1cee78af4411db04438f40aa6f67442..001197a5e596da2f89097cbd5ebb7cea153fa477 100644 --- a/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/BUILD.gn +++ b/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -109,7 +109,7 @@ ohos_unittest("DCameraSourceMgrTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraSourceMgrTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/services/channel/BUILD.gn b/services/channel/BUILD.gn index 1efafb7a8f33097b82c97600f1edb33e96d54608..3e232bc32f3652e59e3ae1e2bfb4b418b062da4f 100644 --- a/services/channel/BUILD.gn +++ b/services/channel/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2023 Huawei Device Co., Ltd. +# Copyright (c) 2021-2024 Huawei Device Co., Ltd. # 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 @@ -59,7 +59,7 @@ ohos_shared_library("distributed_camera_channel") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"dcamerachannel\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] external_deps = [ diff --git a/services/channel/test/unittest/common/channel/BUILD.gn b/services/channel/test/unittest/common/channel/BUILD.gn index 5e04022e2fcf272b53919ece1bf8f285b095c08e..17b6fdba51eb3b955e545b7244ac07c31c2516e3 100644 --- a/services/channel/test/unittest/common/channel/BUILD.gn +++ b/services/channel/test/unittest/common/channel/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -95,7 +95,7 @@ ohos_unittest("DCameraChannelTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraChannelTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/services/data_process/BUILD.gn b/services/data_process/BUILD.gn index d39016a88082d6cae549900739f40cdb49895d08..f34d4ed08615f5f58b2e221804aa77852db53777 100644 --- a/services/data_process/BUILD.gn +++ b/services/data_process/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -94,7 +94,7 @@ ohos_shared_library("distributed_camera_data_process") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"dcameradataproc\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] if (build_variant == "root") { diff --git a/services/data_process/test/unittest/common/pipeline/BUILD.gn b/services/data_process/test/unittest/common/pipeline/BUILD.gn index 3c334c2fcde35e10d5f5a1702c3d6b67b4944152..48c953605d530bd26a4e9e10332b767ad2f2e5ff 100644 --- a/services/data_process/test/unittest/common/pipeline/BUILD.gn +++ b/services/data_process/test/unittest/common/pipeline/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -66,7 +66,7 @@ ohos_unittest("DCameraDataProcessPipelineTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraDataProcessPipelineTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/services/data_process/test/unittest/common/pipeline_node/BUILD.gn b/services/data_process/test/unittest/common/pipeline_node/BUILD.gn index d95d4f2063c1e318bc24aa8fbb74089ae4875277..bdeb2ed5e48bbc153683c349173ad3c17b7d939b 100644 --- a/services/data_process/test/unittest/common/pipeline_node/BUILD.gn +++ b/services/data_process/test/unittest/common/pipeline_node/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2023 Huawei Device Co., Ltd. +# Copyright (c) 2022-2024 Huawei Device Co., Ltd. # 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 @@ -80,7 +80,7 @@ ohos_unittest("DCameraDataProcessPipelineNodeTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"DCameraDataProcessPipelineNodeTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] } diff --git a/test/distributedcameraclienttest/BUILD.gn b/test/distributedcameraclienttest/BUILD.gn index 169c09cbaca9d403e4526df0762bc95bd0afaf77..4ebfb31ac6a876f635fa9de0cfa4138f2ea72889 100644 --- a/test/distributedcameraclienttest/BUILD.gn +++ b/test/distributedcameraclienttest/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # 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 @@ -74,7 +74,7 @@ ohos_moduletest_suite("SubDctsdisCameraClientTest") { defines = [ "HI_LOG_ENABLE", "DH_LOG_TAG=\"SubDctsdisCameraClientTest\"", - "LOG_DOMAIN=0xD004100", + "LOG_DOMAIN=0xD004150", ] cflags_cc = cflags