Home
last modified time | relevance | path

Searched refs:ScheduleMemoryLevel (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h44 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h117 void ScheduleMemoryLevel(int32_t Level);
H A Dapp_running_record.h436 void ScheduleMemoryLevel(int32_t level);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp131 void AppLifeCycleDeal::ScheduleMemoryLevel(int32_t Level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::AppLifeCycleDeal
139 appThread->ScheduleMemoryLevel(Level); in ScheduleMemoryLevel()
H A Dapp_running_manager.cpp891 appRecord->ScheduleMemoryLevel(level); in NotifyMemoryLevel()
922 appRecord->ScheduleMemoryLevel(it->second); in NotifyProcMemoryLevel()
H A Dapp_running_record.cpp721 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 Dmock_app_scheduler.h46 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
H A Dmock_application.h32 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h84 virtual void ScheduleMemoryLevel(int32_t level) = 0;
H A Dapp_scheduler_proxy.h79 virtual void ScheduleMemoryLevel(int32_t level) override;
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/
H A Dapplifecycledeal_fuzzer.cpp77 appLifeCycleDeal.ScheduleMemoryLevel(level); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp95 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 Dams_app_mgr_service_module_test.cpp56 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 Dmain_thread.h171 void ScheduleMemoryLevel(const int level) override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp196 ScheduleMemoryLevel(data.ReadInt32()); in HandleScheduleMemoryLevel()
H A Dapp_scheduler_proxy.cpp113 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 Dams_app_running_record_test.cpp652 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 Dmain_thread_test.cpp389 mainThread_->ScheduleMemoryLevel(1);
1806 mainThread_->ScheduleMemoryLevel(level);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp534 void MainThread::ScheduleMemoryLevel(const int level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::MainThread