Home
last modified time | relevance | path

Searched refs:ScheduleConfigurationUpdated (Results 1 - 21 of 21) sorted by relevance

/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/
H A Dams_ipc_app_scheduler_module_test.cpp270 * FunctionPoints: test ScheduleConfigurationUpdated API,then check the function whether is good or not
272 * CaseDescription: execute ScheduleConfigurationUpdated API 10000 times
290 EXPECT_CALL(*mockAppScheduler, ScheduleConfigurationUpdated(_)).Times(1).WillOnce(Invoke(mockHandler)); in HWTEST_F()
292 client->ScheduleConfigurationUpdated(testConfig); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h42 MOCK_METHOD1(ScheduleConfigurationUpdated, void(const AppExecFwk::Configuration& config));
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h40 MOCK_METHOD1(ScheduleConfigurationUpdated, void(const Configuration& config));
H A Dmock_app_scheduler.h40 MOCK_METHOD1(ScheduleConfigurationUpdated, void(const Configuration& config));
H A Dmock_application_proxy.h40 MOCK_METHOD1(ScheduleConfigurationUpdated, void(const Configuration&));
H A Dmock_application.h39 MOCK_METHOD1(ScheduleConfigurationUpdated, void(const Configuration&));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h167 * ScheduleConfigurationUpdated, call ScheduleConfigurationUpdated() through proxy project,
173 virtual void ScheduleConfigurationUpdated(const Configuration &config) = 0;
H A Dapp_scheduler_proxy.h160 * ScheduleConfigurationUpdated, call ScheduleConfigurationUpdated() through proxy project,
166 virtual void ScheduleConfigurationUpdated(const Configuration &config) override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h307 void ScheduleConfigurationUpdated(const Configuration& config) in ScheduleConfigurationUpdated() function in OHOS::AppExecFwk::MockAppMgrService
310 Appthread_->ScheduleConfigurationUpdated(config); in ScheduleConfigurationUpdated()
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp1343 EXPECT_CALL(*mockAppScheduler, ScheduleConfigurationUpdated(_)) in HWTEST_F()
1346 EXPECT_CALL(*mockAppScheduler1, ScheduleConfigurationUpdated(_)) in HWTEST_F()
1410 EXPECT_CALL(*mockAppScheduler, ScheduleConfigurationUpdated(_)) in HWTEST_F()
1415 EXPECT_CALL(*mockAppScheduler1, ScheduleConfigurationUpdated(_)) in HWTEST_F()
1481 EXPECT_CALL(*mockAppScheduler, ScheduleConfigurationUpdated(_)) in HWTEST_F()
1485 EXPECT_CALL(*mockAppScheduler1, ScheduleConfigurationUpdated(_)) in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp254 appThread->ScheduleConfigurationUpdated(config); in UpdateConfiguration()
/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/
H A Dappexecfwk_appkit_native_app_module_test_fourth.cpp319 mockAppMgr->ScheduleConfigurationUpdated(config); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h247 void ScheduleConfigurationUpdated(const Configuration &config) override;
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp69 void ScheduleConfigurationUpdated(const Configuration&) override
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp122 void ScheduleConfigurationUpdated(const Configuration& config) in ScheduleConfigurationUpdated() function in OHOS::AppExecFwk::MockedApplication
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp318 ScheduleConfigurationUpdated(*configuration); in HandleScheduleConfigurationUpdated()
H A Dapp_scheduler_proxy.cpp353 void AppSchedulerProxy::ScheduleConfigurationUpdated(const Configuration &config) in ScheduleConfigurationUpdated() function in OHOS::AppExecFwk::AppSchedulerProxy
/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp2018 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleConfigurationUpdated(_)) in HWTEST_F()
2045 EXPECT_CALL(*(testAppPreRecord.mockAppScheduler_), ScheduleConfigurationUpdated(_)) in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp409 mainThread_->ScheduleConfigurationUpdated(config); in HWTEST_F()
1851 mainThread_->ScheduleConfigurationUpdated(configuration); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp1684 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleConfigurationUpdated(_)) in HWTEST_F()
1710 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleConfigurationUpdated(_)) in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp787 void MainThread::ScheduleConfigurationUpdated(const Configuration &config) in ScheduleConfigurationUpdated() function in OHOS::AppExecFwk::MainThread

Completed in 28 milliseconds