From 2088199bf854594ae3a93ef8852bcf99e8c4f3ac Mon Sep 17 00:00:00 2001 From: lvyuanyuan Date: Tue, 25 Jul 2023 07:52:58 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lvyuanyuan Change-Id: Ia879248d38ef266af4a316bc4f0bc6479e5e3028 --- test/unittest/file_uri_native/file_uri_test.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/unittest/file_uri_native/file_uri_test.cpp b/test/unittest/file_uri_native/file_uri_test.cpp index 6da553a98..3201a5308 100644 --- a/test/unittest/file_uri_native/file_uri_test.cpp +++ b/test/unittest/file_uri_native/file_uri_test.cpp @@ -31,7 +31,10 @@ using namespace std; using namespace OHOS::Security::AccessToken; using namespace OHOS::AppFileService; -const string bundleA = "com.ohos.systemui"; +namespace { + const string bundleA = "com.ohos.systemui"; +} + string CommonFunc::GetSelfBundleName() { return bundleA; -- Gitee