Home
last modified time | relevance | path

Searched refs:ScheduleShrinkMemory (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.cpp146 EXPECT_CALL(*mockApplication, ScheduleShrinkMemory(_)) in HWTEST_F()
150 client->ScheduleShrinkMemory(level); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/
H A Dams_ipc_appscheduler_interface_test.cpp131 * Function: ScheduleShrinkMemory
135 * CaseDescription: Test the interface ScheduleShrinkMemory of AppScheduler
144 EXPECT_CALL(*mockApplication, ScheduleShrinkMemory(_)) in HWTEST_F()
147 client->ScheduleShrinkMemory(level); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h43 MOCK_METHOD1(ScheduleShrinkMemory, void(const int));
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h41 MOCK_METHOD1(ScheduleShrinkMemory, void(const int));
H A Dmock_app_scheduler.h41 MOCK_METHOD1(ScheduleShrinkMemory, void(const int));
H A Dmock_application_proxy.h31 MOCK_METHOD1(ScheduleShrinkMemory, void(const int));
H A Dmock_application.h30 MOCK_METHOD1(ScheduleShrinkMemory, void(const int));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h61 * ScheduleShrinkMemory, call ScheduleShrinkMemory() through proxy project,
68 virtual void ScheduleShrinkMemory(const int) = 0;
H A Dapp_scheduler_proxy.h56 * ScheduleShrinkMemory, call ScheduleShrinkMemory() through proxy project,
63 virtual void ScheduleShrinkMemory(const int32_t level) override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h271 void ScheduleShrinkMemory(const int32_t level) in ScheduleShrinkMemory() function in OHOS::AppExecFwk::MockAppMgrService
274 Appthread_->ScheduleShrinkMemory(level); in ScheduleShrinkMemory()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp132 appThread->ScheduleShrinkMemory(timeLevel); in ScheduleTrimMemory()
/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/
H A Dappexecfwk_appkit_native_app_module_test_fourth.cpp314 mockAppMgr->ScheduleShrinkMemory(10); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h160 void ScheduleShrinkMemory(const int level) override;
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp52 void ScheduleShrinkMemory(const int) override
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp87 void ScheduleShrinkMemory(const int) override
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp190 ScheduleShrinkMemory(data.ReadInt32()); in HandleScheduleShrinkMemory()
H A Dapp_scheduler_proxy.cpp165 void AppSchedulerProxy::ScheduleShrinkMemory(const int32_t level) in ScheduleShrinkMemory() function in OHOS::AppExecFwk::AppSchedulerProxy
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/
H A Dams_app_running_record_module_test.cpp321 EXPECT_CALL(*mockApplication, ScheduleShrinkMemory(_)) in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp393 mainThread_->ScheduleShrinkMemory(1); in HWTEST_F()
1835 mainThread_->ScheduleShrinkMemory(level); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp499 void MainThread::ScheduleShrinkMemory(const int level) in ScheduleShrinkMemory() function in OHOS::AppExecFwk::MainThread
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp678 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleShrinkMemory(_)).Times(1); in HWTEST_F()

Completed in 27 milliseconds