From 8797d120ded85a4855ba3f8f750feb018a8a8087 Mon Sep 17 00:00:00 2001 From: y1585740638 Date: Mon, 21 Aug 2023 10:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: y1585740638 --- .../sa/sa_main/app_mgr_death_recipient.cpp | 2 +- .../sa/test/unittest/src/app_state_observer_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/security_component_service/sa/sa_main/app_mgr_death_recipient.cpp b/services/security_component_service/sa/sa_main/app_mgr_death_recipient.cpp index 7e37725..1b81d62 100644 --- a/services/security_component_service/sa/sa_main/app_mgr_death_recipient.cpp +++ b/services/security_component_service/sa/sa_main/app_mgr_death_recipient.cpp @@ -20,7 +20,7 @@ namespace Security { namespace SecurityComponent { void AppMgrDeathRecipient::OnRemoteDied(const wptr& object) { - SecCompManager::GetInstance().ExitWhenAppMgrDied(); + SecCompManager::GetInstance().ExitWhenAppMgrDied();333 } } // namespace SecurityComponent } // namespace Security diff --git a/services/security_component_service/sa/test/unittest/src/app_state_observer_test.cpp b/services/security_component_service/sa/test/unittest/src/app_state_observer_test.cpp index 4923cdb..a70c20b 100644 --- a/services/security_component_service/sa/test/unittest/src/app_state_observer_test.cpp +++ b/services/security_component_service/sa/test/unittest/src/app_state_observer_test.cpp @@ -30,7 +30,7 @@ static constexpr int32_t TEST_PID = 1; static constexpr int32_t TEST_PID_2 = 2; } -void AppStateObserverTest::SetUpTestCase() +void AppStateObserverTest::SetUpTestCase()111 {} void AppStateObserverTest::TearDownTestCase() -- Gitee