From 3882519d100524cd6128b82c0fe803a4fb1bec93 Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Mon, 21 Jul 2025 06:56:33 +0000 Subject: [PATCH 1/2] test1 Signed-off-by: hlzhangaj --- bundle.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle.json b/bundle.json index 700d6e777..7e05b477d 100644 --- a/bundle.json +++ b/bundle.json @@ -361,3 +361,6 @@ } } } + + + -- Gitee From 26bce111fc96c4e22a0bcfc6706f9aa0409ba31a Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Mon, 21 Jul 2025 06:57:14 +0000 Subject: [PATCH 2/2] 111 Signed-off-by: hlzhangaj --- .../audio_adapter/src/audio_capturer_adapter_impl.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ohos_adapter/audio_adapter/src/audio_capturer_adapter_impl.cpp b/ohos_adapter/audio_adapter/src/audio_capturer_adapter_impl.cpp index bf73c0a43..78606c137 100644 --- a/ohos_adapter/audio_adapter/src/audio_capturer_adapter_impl.cpp +++ b/ohos_adapter/audio_adapter/src/audio_capturer_adapter_impl.cpp @@ -21,6 +21,11 @@ #include "audio_errors.h" #include "nweb_log.h" + + + + + namespace OHOS::NWeb { constexpr int64_t NANOSECONDS_PER_SECOND = 1000000000; -- Gitee