Home
last modified time | relevance | path

Searched refs:ScheduleCleanAbility (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/
H A Dappexecfwk_appkit_native_app_module_test_fourth.cpp144 mockAppMgr->ScheduleCleanAbility(token);
168 mockAppMgr->ScheduleCleanAbility(token);
203 mockAppMgr->ScheduleCleanAbility(token);
242 mockAppMgr->ScheduleCleanAbility(nullptr);
281 mockAppMgr->ScheduleCleanAbility(tokenOhter);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/
H A Dams_app_service_flow_module_test.cpp316 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(2);
370 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(1);
387 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(1);
422 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(1);
424 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(1);
516 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(2);
517 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(1);
570 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(2);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/
H A Dams_ipc_appscheduler_interface_test.cpp230 EXPECT_CALL(*mockApplication, ScheduleCleanAbility(_, _))
233 client->ScheduleCleanAbility(GetMockToken());
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/
H A Dams_ipc_app_scheduler_module_test.cpp258 EXPECT_CALL(*mockApplication, ScheduleCleanAbility(_, _))
261 client->ScheduleCleanAbility(GetMockToken());
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h40 MOCK_METHOD2(ScheduleCleanAbility, void(const sptr<IRemoteObject>&, bool));
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h155 void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp175 void AppLifeCycleDeal::ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in ScheduleCleanAbility() function in OHOS::AppExecFwk::AppLifeCycleDeal
182 appThread->ScheduleCleanAbility(token, isCacheProcess); in ScheduleCleanAbility()
H A Dmodule_running_record.cpp267 appLifeCycleDeal_->ScheduleCleanAbility(token, isCachedProcess); in TerminateAbility()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_workflow_test/
H A Dams_workflow_test.cpp323 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(1);
364 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(2);
413 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(2);
530 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(1);
562 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(2);
599 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(2);
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h38 MOCK_METHOD2(ScheduleCleanAbility, void(const sptr<IRemoteObject>&, bool));
H A Dmock_application.h37 MOCK_METHOD2(ScheduleCleanAbility, void(const sptr<IRemoteObject>&, bool));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h147 virtual void ScheduleCleanAbility(const sptr<IRemoteObject> &, bool isCacheProcess = false) = 0;
H A Dapp_scheduler_proxy.h148 …virtual void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false) o…
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h291 void ScheduleCleanAbility(const sptr<IRemoteObject>& token) in ScheduleCleanAbility() function
294 Appthread_->ScheduleCleanAbility(token); in ScheduleCleanAbility()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/
H A Dapplifecycledeal_fuzzer.cpp79 appLifeCycleDeal.ScheduleCleanAbility(token); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp114 void ScheduleCleanAbility(const sptr<IRemoteObject>&, bool isCacheProcess) override in ScheduleCleanAbility() 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.cpp65 void ScheduleCleanAbility(const sptr<IRemoteObject>&, bool isCacheProcess) override in ScheduleCleanAbility() function in OHOS::AppExecFwk::TestAppSchedulerImpl
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h232 … void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false) override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp246 ScheduleCleanAbility(token, isCacheProcess); in HandleScheduleCleanAbility()
H A Dapp_scheduler_proxy.cpp227 void AppSchedulerProxy::ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in ScheduleCleanAbility() function in OHOS::AppExecFwk::AppSchedulerProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ability_running_record_test/
H A Dams_ability_running_record_test.cpp486 EXPECT_CALL(*mockedAppClient_, ScheduleCleanAbility(_, _)).Times(2);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp989 EXPECT_CALL(*(testAppRecord.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(1);
1009 EXPECT_CALL(*(testAppRecord.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(1);
1041 EXPECT_CALL(*(testAppRecord.mockAppScheduler_), ScheduleCleanAbility(_, _)).Times(1);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp401 mainThread_->ScheduleCleanAbility(Token);
1818 mainThread_->ScheduleCleanAbility(token);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp1177 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleCleanAbility(_, _)).Times(0);
1210 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleCleanAbility(_, _)).Times(0);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp283 EXPECT_CALL(*mockAppScheduler, ScheduleCleanAbility(_, _)).Times(1); in ChangeAbilityStateToTerminate()

12