Home
last modified time | relevance | path

Searched refs:ScheduleHeapMemory (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h120 * ScheduleHeapMemory, call ScheduleHeapMemory() through proxy project,
128 void ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo);
H A Dapp_running_record.h455 * ScheduleHeapMemory, Get the application's memory allocation info.
462 void ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo);
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h45 MOCK_METHOD2(ScheduleHeapMemory, void(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo));
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h47 MOCK_METHOD2(ScheduleHeapMemory, void(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo));
H A Dmock_app_scheduler.h47 MOCK_METHOD2(ScheduleHeapMemory, void(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo));
H A Dmock_application_proxy.h34 MOCK_METHOD2(ScheduleHeapMemory, void(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo));
H A Dmock_application.h33 MOCK_METHOD2(ScheduleHeapMemory, void(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h87 * ScheduleHeapMemory, call ScheduleHeapMemory() through proxy project,
95 virtual void ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) = 0;
H A Dapp_scheduler_proxy.h82 * ScheduleHeapMemory, call ScheduleHeapMemory() through proxy project,
90 virtual void ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) override;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp146 void AppLifeCycleDeal::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory() function in OHOS::AppExecFwk::AppLifeCycleDeal
154 appThread->ScheduleHeapMemory(pid, mallocInfo); in ScheduleHeapMemory()
H A Dapp_running_record.cpp733 void AppRunningRecord::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory() function in OHOS::AppExecFwk::AppRunningRecord
736 appLifeCycleDeal_->ScheduleHeapMemory(pid, mallocInfo); in ScheduleHeapMemory()
H A Dapp_running_manager.cpp959 appRecord->ScheduleHeapMemory(pid, mallocInfo); in DumpHeapMemory()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h177 void ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) override;
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp58 void ScheduleHeapMemory(const int, OHOS::AppExecFwk::MallocInfo&) override
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp99 void ScheduleHeapMemory(const int, OHOS::AppExecFwk::MallocInfo&) override
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp205 ScheduleHeapMemory(pid, mallocInfo); in HandleScheduleHeapMemory()
H A Dapp_scheduler_proxy.cpp120 void AppSchedulerProxy::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory() function in OHOS::AppExecFwk::AppSchedulerProxy
122 TAG_LOGD(AAFwkTag::APPMGR, "AppSchedulerProxy::ScheduleHeapMemory start"); in ScheduleHeapMemory()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp546 void MainThread::ScheduleHeapMemory(const int32_t pid, OHOS::AppExecFwk::MallocInfo &mallocInfo) in ScheduleHeapMemory() function in OHOS::AppExecFwk::MainThread

Completed in 20 milliseconds