Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h131 * ScheduleJsHeapMemory, call ScheduleJsHeapMemory() through proxy project,
138 void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info);
H A Dapp_running_record.h465 * 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 Dmock_app_scheduler.h54 MOCK_METHOD1(ScheduleJsHeapMemory, void(OHOS::AppExecFwk::JsHeapDumpInfo &info));
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h59 MOCK_METHOD1(ScheduleJsHeapMemory, void(OHOS::AppExecFwk::JsHeapDumpInfo &info));
H A Dmock_app_scheduler.h59 MOCK_METHOD1(ScheduleJsHeapMemory, void(OHOS::AppExecFwk::JsHeapDumpInfo &info));
H A Dmock_application_proxy.h63 MOCK_METHOD1(ScheduleJsHeapMemory, void(OHOS::AppExecFwk::JsHeapDumpInfo &info));
H A Dmock_application.h62 MOCK_METHOD1(ScheduleJsHeapMemory, void(OHOS::AppExecFwk::JsHeapDumpInfo &info));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h98 * ScheduleJsHeapMemory, call ScheduleJsHeapMemory() through proxy project,
105 virtual void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) = 0;
H A Dapp_scheduler_proxy.h93 * ScheduleJsHeapMemory, call ScheduleJsHeapMemory() through proxy project,
100 virtual void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) override;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp157 void AppLifeCycleDeal::ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in ScheduleJsHeapMemory() function in OHOS::AppExecFwk::AppLifeCycleDeal
165 appThread->ScheduleJsHeapMemory(info); in ScheduleJsHeapMemory()
H A Dapp_running_record.cpp740 void AppRunningRecord::ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in ScheduleJsHeapMemory() function in OHOS::AppExecFwk::AppRunningRecord
743 appLifeCycleDeal_->ScheduleJsHeapMemory(info); in ScheduleJsHeapMemory()
H A Dapp_running_manager.cpp971 appRecord->ScheduleJsHeapMemory(info); in DumpJsHeapMemory()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h185 void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) override;
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp111 void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) override
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp189 void ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) override
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp218 ScheduleJsHeapMemory(*info); in HandleScheduleJsHeapMemory()
H A Dapp_scheduler_proxy.cpp146 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 Dmain_thread.cpp568 void MainThread::ScheduleJsHeapMemory(OHOS::AppExecFwk::JsHeapDumpInfo &info) in ScheduleJsHeapMemory() function in OHOS::AppExecFwk::MainThread

Completed in 22 milliseconds