Home
last modified time | relevance | path

Searched refs:ScheduleMemoryLevel (Results 1 - 21 of 21) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h110 * ScheduleMemoryLevel, call ScheduleMemoryLevel() through proxy project,
117 void ScheduleMemoryLevel(int32_t Level);
H A Dapp_running_record.h448 * ScheduleMemoryLevel, Notifies the application of the current memory.
452 void ScheduleMemoryLevel(int32_t level);
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h44 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h46 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
H A Dmock_app_scheduler.h46 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
H A Dmock_application_proxy.h33 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
H A Dmock_application.h32 MOCK_METHOD1(ScheduleMemoryLevel, void(int32_t level));
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/
H A Dapplifecycledeal_fuzzer.cpp77 appLifeCycleDeal.ScheduleMemoryLevel(level); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h79 * ScheduleMemoryLevel, call ScheduleMemoryLevel() through proxy project,
84 virtual void ScheduleMemoryLevel(int32_t level) = 0;
H A Dapp_scheduler_proxy.h74 * ScheduleMemoryLevel, call ScheduleMemoryLevel() through proxy project,
79 virtual void ScheduleMemoryLevel(int32_t level) override;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp135 void AppLifeCycleDeal::ScheduleMemoryLevel(int32_t Level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::AppLifeCycleDeal
143 appThread->ScheduleMemoryLevel(Level); in ScheduleMemoryLevel()
H A Dapp_running_record.cpp726 void AppRunningRecord::ScheduleMemoryLevel(int32_t level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::AppRunningRecord
729 appLifeCycleDeal_->ScheduleMemoryLevel(level); in ScheduleMemoryLevel()
H A Dapp_running_manager.cpp899 appRecord->ScheduleMemoryLevel(level); in NotifyMemoryLevel()
930 appRecord->ScheduleMemoryLevel(it->second); in NotifyProcMemoryLevel()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h168 void ScheduleMemoryLevel(const int level) override;
/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
/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
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp197 ScheduleMemoryLevel(data.ReadInt32()); in HandleScheduleMemoryLevel()
H A Dapp_scheduler_proxy.cpp114 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 Dams_app_running_record_test.cpp655 * 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 Dmain_thread_test.cpp394 mainThread_->ScheduleMemoryLevel(1); in HWTEST_F()
1836 mainThread_->ScheduleMemoryLevel(level); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp522 void MainThread::ScheduleMemoryLevel(const int level) in ScheduleMemoryLevel() function in OHOS::AppExecFwk::MainThread

Completed in 48 milliseconds