Home
last modified time | relevance | path

Searched refs:ScheduleForegroundApplication (Results 1 – 25 of 27) 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_first.cpp152 mockAppMgr->ScheduleForegroundApplication();
183 mockAppMgr->ScheduleForegroundApplication();
369 mockAppMgr->ScheduleForegroundApplication();
408 mockAppMgr->ScheduleForegroundApplication();
447 mockAppMgr->ScheduleForegroundApplication();
451 mockAppMgr->ScheduleForegroundApplication();
486 mockAppMgr->ScheduleForegroundApplication();
529 mockAppMgr->ScheduleForegroundApplication();
537 mockAppMgr->ScheduleForegroundApplication();
H A Dappexecfwk_appkit_native_app_module_test_second.cpp114 mockAppMgr->ScheduleForegroundApplication();
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/
H A Dams_app_service_flow_module_test.cpp186 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
225 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
237 EXPECT_CALL(*(testappC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
314 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
368 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
385 EXPECT_CALL(*(testappC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
616 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
653 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
695 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
696 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_workflow_test/
H A Dams_workflow_test.cpp183 EXPECT_CALL(*(appB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
244 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
283 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
321 EXPECT_CALL(*(appB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
362 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
411 EXPECT_CALL(*(appC.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
629 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
655 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
682 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
786 EXPECT_CALL(*(appB.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_processes_info_module_test/
H A Dapp_running_processes_info_module_test.cpp215 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
277 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
341 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
421 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
485 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
547 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/
H A Dams_ipc_appscheduler_interface_test.cpp74 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
80 client->ScheduleForegroundApplication();
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/
H A Dams_ipc_app_scheduler_module_test.cpp77 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
83 client->ScheduleForegroundApplication();
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h34 MOCK_METHOD0(ScheduleForegroundApplication, bool());
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h32 MOCK_METHOD0(ScheduleForegroundApplication, bool());
H A Dmock_application.h27 MOCK_METHOD0(ScheduleForegroundApplication, bool());
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h42 virtual bool ScheduleForegroundApplication() = 0;
H A Dapp_scheduler_proxy.h37 virtual bool ScheduleForegroundApplication() override;
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h255 void ScheduleForegroundApplication() in ScheduleForegroundApplication() function
258 Appthread_->ScheduleForegroundApplication(); in ScheduleForegroundApplication()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/
H A Dams_app_running_record_module_test.cpp213 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
423 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
497 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ability_running_record_test/
H A Dams_ability_running_record_test.cpp231 EXPECT_CALL(*mockedAppClient_, ScheduleForegroundApplication()).Times(1);
392 EXPECT_CALL(*mockedAppClient_, ScheduleForegroundApplication()).Times(1);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp106 return appThread->ScheduleForegroundApplication(); in ScheduleForegroundRunning()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp74 bool ScheduleForegroundApplication() override in ScheduleForegroundApplication() 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.cpp44 bool ScheduleForegroundApplication() override in ScheduleForegroundApplication() function in OHOS::AppExecFwk::TestAppSchedulerImpl
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_processes_info_test/
H A Dapp_running_processes_info_test.cpp269 EXPECT_CALL(*mockApplication, ScheduleForegroundApplication())
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h140 bool ScheduleForegroundApplication() override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp160 ScheduleForegroundApplication(); in HandleScheduleForegroundApplication()
H A Dapp_scheduler_proxy.cpp39 bool AppSchedulerProxy::ScheduleForegroundApplication() in ScheduleForegroundApplication() function in OHOS::AppExecFwk::AppSchedulerProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp586 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
622 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
675 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleForegroundApplication()).Times(1);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp385 mainThread_->ScheduleForegroundApplication();
1801 mainThread_->ScheduleForegroundApplication();
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp226 EXPECT_CALL(*mockAppScheduler, ScheduleForegroundApplication()).Times(1); in ChangeAbilityStateToForegroud()

12