Home
last modified time | relevance | path

Searched refs:ScheduleLowMemory (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/
H A Dams_ipc_appscheduler_interface_test.cpp169 EXPECT_CALL(*mockApplication, ScheduleLowMemory())
172 client->ScheduleLowMemory();
/ohos5.0/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())
174 client->ScheduleLowMemory();
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h46 MOCK_METHOD0(ScheduleLowMemory, void());
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h42 MOCK_METHOD0(ScheduleLowMemory, void());
H A Dmock_application.h31 MOCK_METHOD0(ScheduleLowMemory, void());
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h76 virtual void ScheduleLowMemory() = 0;
H A Dapp_scheduler_proxy.h71 virtual void ScheduleLowMemory() override;
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h276 void ScheduleLowMemory() in ScheduleLowMemory() function
279 Appthread_->ScheduleLowMemory(); in ScheduleLowMemory()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp172 appThread->ScheduleLowMemory(); in LowMemoryWarning()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp91 void ScheduleLowMemory() override in ScheduleLowMemory() 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.cpp54 void ScheduleLowMemory() override in ScheduleLowMemory() function in OHOS::AppExecFwk::TestAppSchedulerImpl
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h195 void ScheduleLowMemory() override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp182 ScheduleLowMemory(); in HandleScheduleLowMemory()
H A Dapp_scheduler_proxy.cpp97 void AppSchedulerProxy::ScheduleLowMemory() in ScheduleLowMemory() function in OHOS::AppExecFwk::AppSchedulerProxy
/ohos5.0/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())
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp391 mainThread_->ScheduleLowMemory();
1808 mainThread_->ScheduleLowMemory();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp689 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLowMemory()).Times(1);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp642 void MainThread::ScheduleLowMemory() in ScheduleLowMemory() function in OHOS::AppExecFwk::MainThread