/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 110 * ScheduleMemoryLevel, call ScheduleMemoryLevel() through proxy project, 117 void ScheduleMemoryLevel(int32_t Level);
|
H A D | app_running_record.h | 448 * ScheduleMemoryLevel, Notifies the application of the current memory. 452 void ScheduleMemoryLevel(int32_t level);
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 44 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 46 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
|
H A D | mock_app_scheduler.h | 46 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
|
H A D | mock_application_proxy.h | 33 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
|
H A D | mock_application.h | 32 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
|
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/ |
H A D | applifecycledeal_fuzzer.cpp | 77 appLifeCycleDeal.ScheduleMemoryLevel(level); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 79 * ScheduleMemoryLevel, call ScheduleMemoryLevel() through proxy project, 84 virtual void ScheduleMemoryLevel(int32_t level) = 0;
|
H A D | app_scheduler_proxy.h | 74 * ScheduleMemoryLevel, call ScheduleMemoryLevel() through proxy project, 79 virtual void ScheduleMemoryLevel(int32_t level) override;
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 135 void AppLifeCycleDeal::ScheduleMemoryLevel(int32_t Level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::AppLifeCycleDeal 143 appThread->ScheduleMemoryLevel(Level); in ScheduleMemoryLevel()
|
H A D | app_running_record.cpp | 726 void AppRunningRecord::ScheduleMemoryLevel(int32_t level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::AppRunningRecord 729 appLifeCycleDeal_->ScheduleMemoryLevel(level); in ScheduleMemoryLevel()
|
H A D | app_running_manager.cpp | 899 appRecord->ScheduleMemoryLevel(level); in NotifyMemoryLevel() 930 appRecord->ScheduleMemoryLevel(it->second); in NotifyProcMemoryLevel()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 168 void ScheduleMemoryLevel(const int level) override;
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 56 void ScheduleMemoryLevel(const int) override
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 95 void ScheduleMemoryLevel(const int) override
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 197 ScheduleMemoryLevel(data.ReadInt32()); in HandleScheduleMemoryLevel()
|
H A D | app_scheduler_proxy.cpp | 114 void AppSchedulerProxy::ScheduleMemoryLevel(int32_t level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/ |
H A D | ams_app_running_record_test.cpp | 655 * CaseDescription: Create an AppRunningRecord and call ScheduleMemoryLevel. 660 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleMemoryLevel(_)).Times(1); in HWTEST_F() 661 record->ScheduleMemoryLevel(1); in HWTEST_F() 664 record->ScheduleMemoryLevel(1); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 394 mainThread_->ScheduleMemoryLevel(1); in HWTEST_F() 1836 mainThread_->ScheduleMemoryLevel(level); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 522 void MainThread::ScheduleMemoryLevel(const int level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::MainThread
|