Home
last modified time | relevance | path

Searched refs:DumpRuntimeHelper (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_runtime_helper.cpp32 DumpRuntimeHelper::DumpRuntimeHelper(const std::shared_ptr<OHOSApplication> &application) in DumpRuntimeHelper() function in OHOS::AppExecFwk::DumpRuntimeHelper
36 void DumpRuntimeHelper::SetAppFreezeFilterCallback() in SetAppFreezeFilterCallback()
59 void DumpRuntimeHelper::DumpJsHeap(const OHOS::AppExecFwk::JsHeapDumpInfo &info) in DumpJsHeap()
85 void DumpRuntimeHelper::GetCheckList(const std::unique_ptr<AbilityRuntime::Runtime> &runtime, std::… in GetCheckList()
114 napi_value DumpRuntimeHelper::GetJsLeakModule(napi_env env, napi_value global) in GetJsLeakModule()
134 napi_value DumpRuntimeHelper::GetMethodCheck(napi_env env, napi_value requireValue, napi_value glob… in GetMethodCheck()
157 void DumpRuntimeHelper::WriteCheckList(const std::string &checkList) in WriteCheckList()
H A Dmain_thread.cpp913 auto helper = std::make_shared<DumpRuntimeHelper>(app); in HandleJsHeapMemory()
1662 auto helper = std::make_shared<DumpRuntimeHelper>(application_); in HandleLaunchApplication()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Ddump_runtime_helper.h26 class DumpRuntimeHelper : public std::enable_shared_from_this<DumpRuntimeHelper> {
28 explicit DumpRuntimeHelper(const std::shared_ptr<OHOSApplication> &application);
29 ~DumpRuntimeHelper() = default;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Ddump_runtime_helper_test.cpp61 auto helper = std::make_shared<DumpRuntimeHelper>(application);