/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 169 EXPECT_CALL(*mockApplication, ScheduleLowMemory()) 172 client->ScheduleLowMemory();
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/ |
H A D | ams_ipc_app_scheduler_module_test.cpp | 171 EXPECT_CALL(*mockApplication, ScheduleLowMemory()) 174 client->ScheduleLowMemory();
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 46 MOCK_METHOD0(ScheduleLowMemory, void());
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 42 MOCK_METHOD0(ScheduleLowMemory, void());
|
H A D | mock_application.h | 31 MOCK_METHOD0(ScheduleLowMemory, void());
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 76 virtual void ScheduleLowMemory() = 0;
|
H A D | app_scheduler_proxy.h | 71 virtual void ScheduleLowMemory() override;
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 276 void ScheduleLowMemory() in ScheduleLowMemory() function 279 Appthread_->ScheduleLowMemory(); in ScheduleLowMemory()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 172 appThread->ScheduleLowMemory(); in LowMemoryWarning()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 91 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 D | ams_app_mgr_service_module_test.cpp | 54 void ScheduleLowMemory() override in ScheduleLowMemory() function in OHOS::AppExecFwk::TestAppSchedulerImpl
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 195 void ScheduleLowMemory() override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 182 ScheduleLowMemory(); in HandleScheduleLowMemory()
|
H A D | app_scheduler_proxy.cpp | 97 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 D | ams_app_running_record_module_test.cpp | 371 EXPECT_CALL(*mockApplication, ScheduleLowMemory())
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 391 mainThread_->ScheduleLowMemory(); 1808 mainThread_->ScheduleLowMemory();
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/ |
H A D | ams_app_running_record_test.cpp | 689 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLowMemory()).Times(1);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 642 void MainThread::ScheduleLowMemory() in ScheduleLowMemory() function in OHOS::AppExecFwk::MainThread
|