Home
last modified time | relevance | path

Searched refs:ScheduleBackgroundApplication (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_workflow_test/
H A Dams_workflow_test.cpp184 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 Dappexecfwk_appkit_native_app_module_test_first.cpp156 mockAppMgr->ScheduleBackgroundApplication();
206 mockAppMgr->ScheduleBackgroundApplication();
264 mockAppMgr->ScheduleBackgroundApplication();
490 mockAppMgr->ScheduleBackgroundApplication();
533 mockAppMgr->ScheduleBackgroundApplication();
545 mockAppMgr->ScheduleBackgroundApplication();
H A Dappexecfwk_appkit_native_app_module_test_second.cpp118 mockAppMgr->ScheduleBackgroundApplication();
122 mockAppMgr->ScheduleBackgroundApplication();
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/
H A Dams_app_service_flow_module_test.cpp187 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 Dams_ipc_appscheduler_interface_test.cpp99 EXPECT_CALL(*mockApplication, ScheduleBackgroundApplication())
102 client->ScheduleBackgroundApplication();
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/
H A Dams_ipc_app_scheduler_module_test.cpp102 EXPECT_CALL(*mockApplication, ScheduleBackgroundApplication())
105 client->ScheduleBackgroundApplication();
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h35 MOCK_METHOD0(ScheduleBackgroundApplication, void());
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h33 MOCK_METHOD0(ScheduleBackgroundApplication, void());
H A Dmock_application.h28 MOCK_METHOD0(ScheduleBackgroundApplication, void());
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h50 virtual void ScheduleBackgroundApplication() = 0;
H A Dapp_scheduler_proxy.h45 virtual void ScheduleBackgroundApplication() override;
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h262 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 Dams_app_running_record_module_test.cpp436 EXPECT_CALL(*mockApplication, ScheduleBackgroundApplication())
510 EXPECT_CALL(*mockApplication, ScheduleBackgroundApplication())
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp117 appThread->ScheduleBackgroundApplication(); in ScheduleBackgroundRunning()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp79 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 Dams_app_mgr_service_module_test.cpp48 void ScheduleBackgroundApplication() override in ScheduleBackgroundApplication() function in OHOS::AppExecFwk::TestAppSchedulerImpl
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h147 void ScheduleBackgroundApplication() override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp167 ScheduleBackgroundApplication(); in HandleScheduleBackgroundApplication()
H A Dapp_scheduler_proxy.cpp60 void AppSchedulerProxy::ScheduleBackgroundApplication() in ScheduleBackgroundApplication() function in OHOS::AppExecFwk::AppSchedulerProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp386 mainThread_->ScheduleBackgroundApplication();
1802 mainThread_->ScheduleBackgroundApplication();
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp246 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 Dams_app_life_cycle_test.cpp794 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleBackgroundApplication()).Times(1);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp616 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleBackgroundApplication()).Times(1);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp456 void MainThread::ScheduleBackgroundApplication() in ScheduleBackgroundApplication() function in OHOS::AppExecFwk::MainThread