/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 131 * ScheduleJsHeapMemory, call ScheduleJsHeapMemory() through proxy project, 138 void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info);
|
H A D | app_running_record.h | 465 * ScheduleJsHeapMemory, triggerGC and dump the application's jsheap memory info. 471 void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info);
|
/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 54 MOCK_METHOD1(ScheduleJsHeapMemory, void(OHOS::AppExecFwk::JsHeapDumpInfo &info));
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 59 MOCK_METHOD1(ScheduleJsHeapMemory, void(OHOS::AppExecFwk::JsHeapDumpInfo &info));
|
H A D | mock_app_scheduler.h | 59 MOCK_METHOD1(ScheduleJsHeapMemory, void(OHOS::AppExecFwk::JsHeapDumpInfo &info));
|
H A D | mock_application_proxy.h | 63 MOCK_METHOD1(ScheduleJsHeapMemory, void(OHOS::AppExecFwk::JsHeapDumpInfo &info));
|
H A D | mock_application.h | 62 MOCK_METHOD1(ScheduleJsHeapMemory, void(OHOS::AppExecFwk::JsHeapDumpInfo &info));
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 98 * ScheduleJsHeapMemory, call ScheduleJsHeapMemory() through proxy project, 105 virtual void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) = 0;
|
H A D | app_scheduler_proxy.h | 93 * ScheduleJsHeapMemory, call ScheduleJsHeapMemory() through proxy project, 100 virtual void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) override;
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 157 void AppLifeCycleDeal::ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in ScheduleJsHeapMemory() function in OHOS::AppExecFwk::AppLifeCycleDeal 165 appThread->ScheduleJsHeapMemory(info); in ScheduleJsHeapMemory()
|
H A D | app_running_record.cpp | 740 void AppRunningRecord::ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in ScheduleJsHeapMemory() function in OHOS::AppExecFwk::AppRunningRecord 743 appLifeCycleDeal_->ScheduleJsHeapMemory(info); in ScheduleJsHeapMemory()
|
H A D | app_running_manager.cpp | 971 appRecord->ScheduleJsHeapMemory(info); in DumpJsHeapMemory()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 185 void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) override;
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 111 void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) override
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 189 void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) override
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 218 ScheduleJsHeapMemory(*info); in HandleScheduleJsHeapMemory()
|
H A D | app_scheduler_proxy.cpp | 146 void AppSchedulerProxy::ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in ScheduleJsHeapMemory() function in OHOS::AppExecFwk::AppSchedulerProxy 148 TAG_LOGD(AAFwkTag::APPMGR, "AppSchedulerProxy::ScheduleJsHeapMemory start"); in ScheduleJsHeapMemory()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 568 void MainThread::ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in ScheduleJsHeapMemory() function in OHOS::AppExecFwk::MainThread
|