Home
last modified time | relevance | path

Searched refs:ScheduleProcessSecurityExit (Results 1 - 23 of 23) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h158 * ScheduleProcessSecurityExit, call ScheduleTerminateApplication() through proxy project,
163 void ScheduleProcessSecurityExit();
H A Dapp_running_record.h431 void ScheduleProcessSecurityExit();
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h43 MOCK_METHOD0(ScheduleProcessSecurityExit, void());
H A Dmock_app_scheduler.h43 MOCK_METHOD0(ScheduleProcessSecurityExit, void());
H A Dmock_application_proxy.h41 MOCK_METHOD0(ScheduleProcessSecurityExit, void());
H A Dmock_application.h40 MOCK_METHOD0(ScheduleProcessSecurityExit, void());
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/
H A Dapplifecycledeal_fuzzer.cpp92 appLifeCycleDeal.ScheduleProcessSecurityExit(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h176 * ScheduleProcessSecurityExit, call ScheduleProcessSecurityExit() through proxy project,
181 virtual void ScheduleProcessSecurityExit() = 0;
H A Dapp_scheduler_proxy.h169 * ScheduleProcessSecurityExit, call ScheduleProcessSecurityExit() through proxy project,
174 virtual void ScheduleProcessSecurityExit() override;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp189 void AppLifeCycleDeal::ScheduleProcessSecurityExit() in ScheduleProcessSecurityExit() function in OHOS::AppExecFwk::AppLifeCycleDeal
197 appThread->ScheduleProcessSecurityExit(); in ScheduleProcessSecurityExit()
H A Dapp_running_manager.cpp301 appRecord->ScheduleProcessSecurityExit(); in ProcessExitByBundleName()
320 appRecord->ScheduleProcessSecurityExit(); in GetPidsByUserId()
372 appRecord->ScheduleProcessSecurityExit(); in ProcessExitByBundleNameAndUid()
H A Dapp_running_record.cpp703 void AppRunningRecord::ScheduleProcessSecurityExit() in ScheduleProcessSecurityExit() function in OHOS::AppExecFwk::AppRunningRecord
708 appLifeCycleDeal_->ScheduleProcessSecurityExit(); in ScheduleProcessSecurityExit()
H A Dapp_mgr_service_inner.cpp2703 // 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 Dams_app_life_cycle_module_test.cpp695 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 Dmain_thread.h270 void ScheduleProcessSecurityExit() override;
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp71 void ScheduleProcessSecurityExit() override
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp126 void ScheduleProcessSecurityExit() in ScheduleProcessSecurityExit() function in OHOS::AppExecFwk::MockedApplication
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp325 ScheduleProcessSecurityExit(); in HandleScheduleProcessSecurityExit()
H A Dapp_scheduler_proxy.cpp370 void AppSchedulerProxy::ScheduleProcessSecurityExit() in ScheduleProcessSecurityExit() function in OHOS::AppExecFwk::AppSchedulerProxy
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp591 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 Dams_app_running_record_test.cpp637 * 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 Dmain_thread_test.cpp395 mainThread_->ScheduleProcessSecurityExit(); in HWTEST_F()
1837 mainThread_->ScheduleProcessSecurityExit(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp1416 EXPECT_CALL(*mockAppScheduler, ScheduleProcessSecurityExit()).Times(1); in HWTEST_F()

Completed in 47 milliseconds