/foundation/ability/ability_runtime/test/unittest/ams_app_workflow_test/ |
H A D | ams_workflow_test.cpp | 184 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 214 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 245 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(2); in HWTEST_F() 284 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(2); in HWTEST_F() 322 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 363 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(2); in HWTEST_F() 412 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(2); in HWTEST_F() 450 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 476 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(2); in HWTEST_F() 504 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()) in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/ |
H A D | appexecfwk_appkit_native_app_module_test_first.cpp | 156 mockAppMgr->ScheduleBackgroundApplication(); in HWTEST_F() 206 mockAppMgr->ScheduleBackgroundApplication(); in HWTEST_F() 264 mockAppMgr->ScheduleBackgroundApplication(); in HWTEST_F() 490 mockAppMgr->ScheduleBackgroundApplication(); in HWTEST_F() 533 mockAppMgr->ScheduleBackgroundApplication(); in HWTEST_F() 545 mockAppMgr->ScheduleBackgroundApplication(); in HWTEST_F()
|
H A D | appexecfwk_appkit_native_app_module_test_second.cpp | 118 mockAppMgr->ScheduleBackgroundApplication(); in HWTEST_F() 122 mockAppMgr->ScheduleBackgroundApplication(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/ |
H A D | ams_app_service_flow_module_test.cpp | 190 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 229 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 241 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 318 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 372 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 389 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 424 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 426 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 476 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F() 518 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()) in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/ |
H A D | ams_ipc_app_scheduler_module_test.cpp | 92 * FunctionPoints: test ScheduleBackgroundApplication API,then check the function whether is good or not 94 * CaseDescription: execute ScheduleBackgroundApplication API 10000 times 102 EXPECT_CALL(*mockApplication, ScheduleBackgroundApplication()) in HWTEST_F() 105 client->ScheduleBackgroundApplication(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 87 * Function: ScheduleBackgroundApplication 91 * CaseDescription: Test the interface ScheduleBackgroundApplication of AppScheduler 99 EXPECT_CALL(*mockApplication, ScheduleBackgroundApplication()) in HWTEST_F() 102 client->ScheduleBackgroundApplication(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 35 MOCK_METHOD0(ScheduleBackgroundApplication, void());
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 33 MOCK_METHOD0(ScheduleBackgroundApplication, void());
|
H A D | mock_app_scheduler.h | 33 MOCK_METHOD0(ScheduleBackgroundApplication, void());
|
H A D | mock_application_proxy.h | 29 MOCK_METHOD0(ScheduleBackgroundApplication, void());
|
H A D | mock_application.h | 28 MOCK_METHOD0(ScheduleBackgroundApplication, void());
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 45 * ScheduleBackgroundApplication, call ScheduleBackgroundApplication() through proxy project, 50 virtual void ScheduleBackgroundApplication() = 0;
|
H A D | app_scheduler_proxy.h | 40 * ScheduleBackgroundApplication, call ScheduleBackgroundApplication() through proxy project, 45 virtual void ScheduleBackgroundApplication() override;
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 264 void ScheduleBackgroundApplication() in ScheduleBackgroundApplication() function in OHOS::AppExecFwk::MockAppMgrService 267 Appthread_->ScheduleBackgroundApplication(); in ScheduleBackgroundApplication()
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/ |
H A D | ams_app_running_record_module_test.cpp | 436 EXPECT_CALL(*mockApplication, ScheduleBackgroundApplication()) in HWTEST_F() 510 EXPECT_CALL(*mockApplication, ScheduleBackgroundApplication()) in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 121 appThread->ScheduleBackgroundApplication(); in ScheduleBackgroundRunning()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 144 void ScheduleBackgroundApplication() override;
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 48 void ScheduleBackgroundApplication() override
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 79 void ScheduleBackgroundApplication() override
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 168 ScheduleBackgroundApplication(); in HandleScheduleBackgroundApplication()
|
H A D | app_scheduler_proxy.cpp | 61 void AppSchedulerProxy::ScheduleBackgroundApplication() in ScheduleBackgroundApplication() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/ |
H A D | ams_app_life_cycle_module_test.cpp | 246 EXPECT_CALL(*mockAppScheduler, ScheduleBackgroundApplication()).Times(1); in ChangeAbilityStateToBackGroud() 386 * 3.switch ability to background and call ScheduleBackgroundApplication API to enable Application 431 * 3.load other ability, and switch last ability to background and call ScheduleBackgroundApplication 543 * 3.switch ability to background and call ScheduleBackgroundApplication API to enable Application 591 * 5.switch ability to background and call ScheduleBackgroundApplication API to enable Application 655 * 3.switch ability to background and call ScheduleBackgroundApplication API to enable Application 713 * 3.switch ability to background and call ScheduleBackgroundApplication API to enable Application 758 * 3.switch ability to background and call ScheduleBackgroundApplication API to enable Application 763 * 6.switch ability to background and call ScheduleBackgroundApplication API to enable new Application 948 EXPECT_CALL(*mockAppScheduler, ScheduleBackgroundApplication()) in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 391 mainThread_->ScheduleBackgroundApplication(); in HWTEST_F() 1832 mainThread_->ScheduleBackgroundApplication(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/ |
H A D | ams_app_life_cycle_test.cpp | 794 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 444 void MainThread::ScheduleBackgroundApplication() in ScheduleBackgroundApplication() function in OHOS::AppExecFwk::MainThread
|