Searched refs:DumpRuntimeHelper (Results 1 – 4 of 4) sorted by relevance
32 DumpRuntimeHelper::DumpRuntimeHelper(const std::shared_ptr<OHOSApplication> &application) in DumpRuntimeHelper() function in OHOS::AppExecFwk::DumpRuntimeHelper36 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()
913 auto helper = std::make_shared<DumpRuntimeHelper>(app); in HandleJsHeapMemory()1662 auto helper = std::make_shared<DumpRuntimeHelper>(application_); in HandleLaunchApplication()
26 class DumpRuntimeHelper : public std::enable_shared_from_this<DumpRuntimeHelper> {28 explicit DumpRuntimeHelper(const std::shared_ptr<OHOSApplication> &application);29 ~DumpRuntimeHelper() = default;
61 auto helper = std::make_shared<DumpRuntimeHelper>(application);