Home
last modified time | relevance | path

Searched refs:ScheduleClearPageStack (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h171 void ScheduleClearPageStack();
H A Dapp_running_record.h422 void ScheduleClearPageStack();
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp196 void AppLifeCycleDeal::ScheduleClearPageStack() in ScheduleClearPageStack() function in OHOS::AppExecFwk::AppLifeCycleDeal
204 appThread->ScheduleClearPageStack(); in ScheduleClearPageStack()
H A Dapp_running_manager.cpp295 appRecord->ScheduleClearPageStack(); in ProcessExitByBundleName()
365 appRecord->ScheduleClearPageStack(); in ProcessExitByBundleNameAndUid()
H A Dapp_running_record.cpp707 void AppRunningRecord::ScheduleClearPageStack() in ScheduleClearPageStack() function in OHOS::AppExecFwk::AppRunningRecord
710 appLifeCycleDeal_->ScheduleClearPageStack(); in ScheduleClearPageStack()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h69 MOCK_METHOD0(ScheduleClearPageStack, void());
H A Dmock_application.h64 MOCK_METHOD0(ScheduleClearPageStack, void());
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h175 virtual void ScheduleClearPageStack() = 0;
H A Dapp_scheduler_proxy.h176 virtual void ScheduleClearPageStack() override;
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp215 void ScheduleClearPageStack() override in ScheduleClearPageStack() function in OHOS::AppExecFwk::MockedApplication
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp137 void ScheduleClearPageStack() override in ScheduleClearPageStack() function in OHOS::AppExecFwk::TestAppSchedulerImpl
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h275 void ScheduleClearPageStack() override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp331 ScheduleClearPageStack(); in HandleScheduleClearPageStack()
H A Dapp_scheduler_proxy.cpp384 void AppSchedulerProxy::ScheduleClearPageStack() in ScheduleClearPageStack() function in OHOS::AppExecFwk::AppSchedulerProxy
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp625 void MainThread::ScheduleClearPageStack() in ScheduleClearPageStack() function in OHOS::AppExecFwk::MainThread