/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 158 * ScheduleProcessSecurityExit, call ScheduleTerminateApplication() through proxy project, 163 void ScheduleProcessSecurityExit();
|
H A D | app_running_record.h | 431 void ScheduleProcessSecurityExit();
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 43 MOCK_METHOD0(ScheduleProcessSecurityExit, void());
|
H A D | mock_app_scheduler.h | 43 MOCK_METHOD0(ScheduleProcessSecurityExit, void());
|
H A D | mock_application_proxy.h | 41 MOCK_METHOD0(ScheduleProcessSecurityExit, void());
|
H A D | mock_application.h | 40 MOCK_METHOD0(ScheduleProcessSecurityExit, void());
|
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/ |
H A D | applifecycledeal_fuzzer.cpp | 92 appLifeCycleDeal.ScheduleProcessSecurityExit(); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 176 * ScheduleProcessSecurityExit, call ScheduleProcessSecurityExit() through proxy project, 181 virtual void ScheduleProcessSecurityExit() = 0;
|
H A D | app_scheduler_proxy.h | 169 * ScheduleProcessSecurityExit, call ScheduleProcessSecurityExit() through proxy project, 174 virtual void ScheduleProcessSecurityExit() override;
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 189 void AppLifeCycleDeal::ScheduleProcessSecurityExit() in ScheduleProcessSecurityExit() function in OHOS::AppExecFwk::AppLifeCycleDeal 197 appThread->ScheduleProcessSecurityExit(); in ScheduleProcessSecurityExit()
|
H A D | app_running_manager.cpp | 301 appRecord->ScheduleProcessSecurityExit(); in ProcessExitByBundleName() 320 appRecord->ScheduleProcessSecurityExit(); in GetPidsByUserId() 372 appRecord->ScheduleProcessSecurityExit(); in ProcessExitByBundleNameAndUid()
|
H A D | app_running_record.cpp | 703 void AppRunningRecord::ScheduleProcessSecurityExit() in ScheduleProcessSecurityExit() function in OHOS::AppExecFwk::AppRunningRecord 708 appLifeCycleDeal_->ScheduleProcessSecurityExit(); in ScheduleProcessSecurityExit()
|
H A D | app_mgr_service_inner.cpp | 2703 // before exec ScheduleProcessSecurityExit return in KillProcessByAbilityToken() 2713 appRecord->ScheduleProcessSecurityExit(); in KillProcessByAbilityToken() 4766 appRecord->ScheduleProcessSecurityExit(); in KillApplicationByRecord()
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/ |
H A D | ams_app_life_cycle_module_test.cpp | 695 EXPECT_CALL(*mockAppScheduler, ScheduleProcessSecurityExit()).Times(1); in HWTEST_F() 1176 EXPECT_CALL(*mockAppScheduler, ScheduleProcessSecurityExit()).Times(1); in HWTEST_F() 1177 EXPECT_CALL(*mockAppScheduler1, ScheduleProcessSecurityExit()).Times(1); in HWTEST_F() 1232 EXPECT_CALL(*mockAppScheduler, ScheduleProcessSecurityExit()).Times(1); in HWTEST_F() 1284 EXPECT_CALL(*mockAppScheduler, ScheduleProcessSecurityExit()).Times(1); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 270 void ScheduleProcessSecurityExit() override;
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 71 void ScheduleProcessSecurityExit() override
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 126 void ScheduleProcessSecurityExit() in ScheduleProcessSecurityExit() function in OHOS::AppExecFwk::MockedApplication
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 325 ScheduleProcessSecurityExit(); in HandleScheduleProcessSecurityExit()
|
H A D | app_scheduler_proxy.cpp | 370 void AppSchedulerProxy::ScheduleProcessSecurityExit() in ScheduleProcessSecurityExit() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 591 void MainThread::ScheduleProcessSecurityExit() in ScheduleProcessSecurityExit() function in OHOS::AppExecFwk::MainThread 1272 appThread->ScheduleProcessSecurityExit(); in CreateCjExceptionInfo() 1619 appThread->ScheduleProcessSecurityExit(); in HandleLaunchApplication()
|
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/ |
H A D | ams_app_running_record_test.cpp | 637 * CaseDescription: Create an AppRunningRecord and call ScheduleProcessSecurityExit. 642 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleProcessSecurityExit()).Times(1); in HWTEST_F() 643 record->ScheduleProcessSecurityExit(); in HWTEST_F() 646 record->ScheduleProcessSecurityExit(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 395 mainThread_->ScheduleProcessSecurityExit(); in HWTEST_F() 1837 mainThread_->ScheduleProcessSecurityExit(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/ |
H A D | ams_app_life_cycle_test.cpp | 1416 EXPECT_CALL(*mockAppScheduler, ScheduleProcessSecurityExit()).Times(1); in HWTEST_F()
|