/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 44 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 117 void ScheduleMemoryLevel(int32_t Level);
|
H A D | app_running_record.h | 436 void ScheduleMemoryLevel(int32_t level);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 131 void AppLifeCycleDeal::ScheduleMemoryLevel(int32_t Level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::AppLifeCycleDeal 139 appThread->ScheduleMemoryLevel(Level); in ScheduleMemoryLevel()
|
H A D | app_running_manager.cpp | 891 appRecord->ScheduleMemoryLevel(level); in NotifyMemoryLevel() 922 appRecord->ScheduleMemoryLevel(it->second); in NotifyProcMemoryLevel()
|
H A D | app_running_record.cpp | 721 void AppRunningRecord::ScheduleMemoryLevel(int32_t level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::AppRunningRecord 724 appLifeCycleDeal_->ScheduleMemoryLevel(level); in ScheduleMemoryLevel()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 46 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
|
H A D | mock_application.h | 32 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 84 virtual void ScheduleMemoryLevel(int32_t level) = 0;
|
H A D | app_scheduler_proxy.h | 79 virtual void ScheduleMemoryLevel(int32_t level) override;
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/ |
H A D | applifecycledeal_fuzzer.cpp | 77 appLifeCycleDeal.ScheduleMemoryLevel(level); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/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 in ScheduleMemoryLevel() 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 | 56 void ScheduleMemoryLevel(const int) override in ScheduleMemoryLevel() function in OHOS::AppExecFwk::TestAppSchedulerImpl
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 171 void ScheduleMemoryLevel(const int level) override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 196 ScheduleMemoryLevel(data.ReadInt32()); in HandleScheduleMemoryLevel()
|
H A D | app_scheduler_proxy.cpp | 113 void AppSchedulerProxy::ScheduleMemoryLevel(int32_t level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/ |
H A D | ams_app_running_record_test.cpp | 652 EXPECT_CALL(*mockAppSchedulerClient_, ScheduleMemoryLevel(_)).Times(1); 653 record->ScheduleMemoryLevel(1); 656 record->ScheduleMemoryLevel(1);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 389 mainThread_->ScheduleMemoryLevel(1); 1806 mainThread_->ScheduleMemoryLevel(level);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 534 void MainThread::ScheduleMemoryLevel(const int level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::MainThread
|