Home
last modified time | relevance | path

Searched refs:ScheduleLowMemory (Results 1 - 20 of 20) sorted by relevance

/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/
H A Dams_ipc_app_scheduler_module_test.cpp171 EXPECT_CALL(*mockApplication, ScheduleLowMemory()) in HWTEST_F()
174 client->ScheduleLowMemory(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/
H A Dams_ipc_appscheduler_interface_test.cpp157 * Function: ScheduleLowMemory
161 * CaseDescription: Test the interface ScheduleLowMemory of AppScheduler
169 EXPECT_CALL(*mockApplication, ScheduleLowMemory()) in HWTEST_F()
172 client->ScheduleLowMemory(); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h46 MOCK_METHOD0(ScheduleLowMemory, void());
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h42 MOCK_METHOD0(ScheduleLowMemory, void());
H A Dmock_app_scheduler.h42 MOCK_METHOD0(ScheduleLowMemory, void());
H A Dmock_application_proxy.h32 MOCK_METHOD0(ScheduleLowMemory, void());
H A Dmock_application.h31 MOCK_METHOD0(ScheduleLowMemory, void());
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h71 * ScheduleLowMemory, call ScheduleLowMemory() through proxy project,
76 virtual void ScheduleLowMemory() = 0;
H A Dapp_scheduler_proxy.h66 * ScheduleLowMemory, call ScheduleLowMemory() through proxy project,
71 virtual void ScheduleLowMemory() override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h278 void ScheduleLowMemory() in ScheduleLowMemory() function in OHOS::AppExecFwk::MockAppMgrService
281 Appthread_->ScheduleLowMemory(); in ScheduleLowMemory()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp176 appThread->ScheduleLowMemory(); in LowMemoryWarning()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h192 void ScheduleLowMemory() override;
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp54 void ScheduleLowMemory() override
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp91 void ScheduleLowMemory() override
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp183 ScheduleLowMemory(); in HandleScheduleLowMemory()
H A Dapp_scheduler_proxy.cpp98 void AppSchedulerProxy::ScheduleLowMemory() in ScheduleLowMemory() function in OHOS::AppExecFwk::AppSchedulerProxy
100 TAG_LOGD(AAFwkTag::APPMGR, "AppSchedulerProxy::ScheduleLowMemory begin"); in ScheduleLowMemory()
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/
H A Dams_app_running_record_module_test.cpp371 EXPECT_CALL(*mockApplication, ScheduleLowMemory()) in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp396 mainThread_->ScheduleLowMemory(); in HWTEST_F()
1838 mainThread_->ScheduleLowMemory(); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp630 void MainThread::ScheduleLowMemory() in ScheduleLowMemory() function in OHOS::AppExecFwk::MainThread
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp697 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLowMemory()).Times(1); in HWTEST_F()

Completed in 24 milliseconds