/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/ |
H A D | appexecfwk_appkit_native_app_module_test_first.cpp | 152 mockAppMgr->ScheduleForegroundApplication(); in HWTEST_F() 183 mockAppMgr->ScheduleForegroundApplication(); in HWTEST_F() 369 mockAppMgr->ScheduleForegroundApplication(); in HWTEST_F() 408 mockAppMgr->ScheduleForegroundApplication(); in HWTEST_F() 447 mockAppMgr->ScheduleForegroundApplication(); in HWTEST_F() 451 mockAppMgr->ScheduleForegroundApplication(); in HWTEST_F() 486 mockAppMgr->ScheduleForegroundApplication(); in HWTEST_F() 529 mockAppMgr->ScheduleForegroundApplication(); in HWTEST_F() 537 mockAppMgr->ScheduleForegroundApplication(); in HWTEST_F()
|
H A D | appexecfwk_appkit_native_app_module_test_second.cpp | 114 mockAppMgr->ScheduleForegroundApplication(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_app_workflow_test/ |
H A D | ams_workflow_test.cpp | 183 EXPECT_CALL(*(appB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 244 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 283 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 321 EXPECT_CALL(*(appB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 362 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 411 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 629 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 655 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 682 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 786 EXPECT_CALL(*(appB.mockAppScheduler_), ScheduleForegroundApplication()) in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_processes_info_module_test/ |
H A D | app_running_processes_info_module_test.cpp | 219 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) in HWTEST_F() 284 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) in HWTEST_F() 351 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) in HWTEST_F() 434 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) in HWTEST_F() 501 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) in HWTEST_F() 566 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) 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 | 189 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 228 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 240 EXPECT_CALL(*(testappC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 317 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 371 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 388 EXPECT_CALL(*(testappC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 619 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 656 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 698 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 699 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()) 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 | 67 * FunctionPoints: test ScheduleForegroundApplication API,then check the function whether is good or not 69 * CaseDescription: execute ScheduleForegroundApplication API 10000 times 77 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) in HWTEST_F() 83 client->ScheduleForegroundApplication(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 62 * Function: ScheduleForegroundApplication 64 * FunctionPoints: ScheduleForegroundApplication interface 66 * CaseDescription: Test the interface ScheduleForegroundApplication of AppScheduler 74 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) in HWTEST_F() 80 client->ScheduleForegroundApplication(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 34 MOCK_METHOD0(ScheduleForegroundApplication, bool());
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 32 MOCK_METHOD0(ScheduleForegroundApplication, bool());
|
H A D | mock_app_scheduler.h | 32 MOCK_METHOD0(ScheduleForegroundApplication, bool());
|
H A D | mock_application_proxy.h | 28 MOCK_METHOD0(ScheduleForegroundApplication, bool());
|
H A D | mock_application.h | 27 MOCK_METHOD0(ScheduleForegroundApplication, bool());
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 37 * ScheduleForegroundApplication, call ScheduleForegroundApplication() through proxy project, 42 virtual bool ScheduleForegroundApplication() = 0;
|
H A D | app_scheduler_proxy.h | 32 * ScheduleForegroundApplication, call ScheduleForegroundApplication() through proxy project, 37 virtual bool ScheduleForegroundApplication() override;
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/ |
H A D | ams_app_running_record_module_test.cpp | 213 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) in HWTEST_F() 423 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) in HWTEST_F() 497 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) in HWTEST_F()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 257 void ScheduleForegroundApplication() in ScheduleForegroundApplication() function in OHOS::AppExecFwk::MockAppMgrService 260 Appthread_->ScheduleForegroundApplication(); in ScheduleForegroundApplication()
|
/foundation/ability/ability_runtime/test/unittest/ams_ability_running_record_test/ |
H A D | ams_ability_running_record_test.cpp | 231 EXPECT_CALL(*mockedAppClient_, ScheduleForegroundApplication()).Times(1); in HWTEST_F() 392 EXPECT_CALL(*mockedAppClient_, ScheduleForegroundApplication()).Times(1); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 110 return appThread->ScheduleForegroundApplication(); in ScheduleForegroundRunning()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 137 bool ScheduleForegroundApplication() override;
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 44 bool ScheduleForegroundApplication() override
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 74 bool ScheduleForegroundApplication() override
|
/foundation/ability/ability_runtime/test/unittest/app_running_processes_info_test/ |
H A D | app_running_processes_info_test.cpp | 273 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication()) in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/ |
H A D | ams_app_life_cycle_test.cpp | 586 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 622 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F() 675 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleForegroundApplication()).Times(1); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 161 ScheduleForegroundApplication(); in HandleScheduleForegroundApplication()
|
H A D | app_scheduler_proxy.cpp | 40 bool AppSchedulerProxy::ScheduleForegroundApplication() in ScheduleForegroundApplication() function in OHOS::AppExecFwk::AppSchedulerProxy 42 TAG_LOGD(AAFwkTag::APPMGR, "AppSchedulerProxy::ScheduleForegroundApplication start"); in ScheduleForegroundApplication()
|