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 7e37725810df2eee82a11734d6e4c7fc82064484..1b81d6201adc1dde4abad556a3532c300f47ac16 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 4923cdb83f168b09662c888907b0e539383e142e..a70c20b2237bca5190052a5ec2185cf0c4cbae5b 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()