/ohos5.0/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); 214 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 245 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(2); 284 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(2); 322 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 363 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(2); 412 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(2); 450 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 476 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(2); 504 EXPECT_CALL(*(appA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); [all …]
|
/ohos5.0/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(); 206 mockAppMgr->ScheduleBackgroundApplication(); 264 mockAppMgr->ScheduleBackgroundApplication(); 490 mockAppMgr->ScheduleBackgroundApplication(); 533 mockAppMgr->ScheduleBackgroundApplication(); 545 mockAppMgr->ScheduleBackgroundApplication();
|
H A D | appexecfwk_appkit_native_app_module_test_second.cpp | 118 mockAppMgr->ScheduleBackgroundApplication(); 122 mockAppMgr->ScheduleBackgroundApplication();
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/ |
H A D | ams_app_service_flow_module_test.cpp | 187 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 226 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 238 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 315 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 369 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 386 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 421 EXPECT_CALL(*(testAppB.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 423 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 473 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); 515 EXPECT_CALL(*(testAppA.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 99 EXPECT_CALL(*mockApplication, ScheduleBackgroundApplication()) 102 client->ScheduleBackgroundApplication();
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/ |
H A D | ams_ipc_app_scheduler_module_test.cpp | 102 EXPECT_CALL(*mockApplication, ScheduleBackgroundApplication()) 105 client->ScheduleBackgroundApplication();
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 35 MOCK_METHOD0(ScheduleBackgroundApplication, void());
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 33 MOCK_METHOD0(ScheduleBackgroundApplication, void());
|
H A D | mock_application.h | 28 MOCK_METHOD0(ScheduleBackgroundApplication, void());
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 50 virtual void ScheduleBackgroundApplication() = 0;
|
H A D | app_scheduler_proxy.h | 45 virtual void ScheduleBackgroundApplication() override;
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 262 void ScheduleBackgroundApplication() in ScheduleBackgroundApplication() function 265 Appthread_->ScheduleBackgroundApplication(); in ScheduleBackgroundApplication()
|
/ohos5.0/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()) 510 EXPECT_CALL(*mockApplication, ScheduleBackgroundApplication())
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 117 appThread->ScheduleBackgroundApplication(); in ScheduleBackgroundRunning()
|
/ohos5.0/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 in ScheduleBackgroundApplication() function in OHOS::AppExecFwk::MockedApplication
|
/ohos5.0/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 in ScheduleBackgroundApplication() function in OHOS::AppExecFwk::TestAppSchedulerImpl
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 147 void ScheduleBackgroundApplication() override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 167 ScheduleBackgroundApplication(); in HandleScheduleBackgroundApplication()
|
H A D | app_scheduler_proxy.cpp | 60 void AppSchedulerProxy::ScheduleBackgroundApplication() in ScheduleBackgroundApplication() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 386 mainThread_->ScheduleBackgroundApplication(); 1802 mainThread_->ScheduleBackgroundApplication();
|
/ohos5.0/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() 948 EXPECT_CALL(*mockAppScheduler, ScheduleBackgroundApplication()).Times(1);
|
/ohos5.0/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);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/ |
H A D | ams_app_running_record_test.cpp | 616 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleBackgroundApplication()).Times(1);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 456 void MainThread::ScheduleBackgroundApplication() in ScheduleBackgroundApplication() function in OHOS::AppExecFwk::MainThread
|