/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()) in HWTEST_F() 174 client->ScheduleLowMemory(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 157 * 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 D | mock_app_scheduler.h | 46 MOCK_METHOD0(ScheduleLowMemory, void());
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 42 MOCK_METHOD0(ScheduleLowMemory, void());
|
H A D | mock_app_scheduler.h | 42 MOCK_METHOD0(ScheduleLowMemory, void());
|
H A D | mock_application_proxy.h | 32 MOCK_METHOD0(ScheduleLowMemory, void());
|
H A D | mock_application.h | 31 MOCK_METHOD0(ScheduleLowMemory, void());
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 71 * ScheduleLowMemory, call ScheduleLowMemory() through proxy project, 76 virtual void ScheduleLowMemory() = 0;
|
H A D | app_scheduler_proxy.h | 66 * ScheduleLowMemory, call ScheduleLowMemory() through proxy project, 71 virtual void ScheduleLowMemory() override;
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 278 void ScheduleLowMemory() in ScheduleLowMemory() function in OHOS::AppExecFwk::MockAppMgrService 281 Appthread_->ScheduleLowMemory(); in ScheduleLowMemory()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 176 appThread->ScheduleLowMemory(); in LowMemoryWarning()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 192 void ScheduleLowMemory() override;
|
/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
|
/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
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 183 ScheduleLowMemory(); in HandleScheduleLowMemory()
|
H A D | app_scheduler_proxy.cpp | 98 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 D | ams_app_running_record_module_test.cpp | 371 EXPECT_CALL(*mockApplication, ScheduleLowMemory()) in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 396 mainThread_->ScheduleLowMemory(); in HWTEST_F() 1838 mainThread_->ScheduleLowMemory(); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 630 void MainThread::ScheduleLowMemory() in ScheduleLowMemory() function in OHOS::AppExecFwk::MainThread
|
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/ |
H A D | ams_app_running_record_test.cpp | 697 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleLowMemory()).Times(1); in HWTEST_F()
|