Home
last modified time | relevance | path

Searched refs:DumpRuntimeHelper (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Ddump_runtime_helper.h26 class DumpRuntimeHelper : public std::enable_shared_from_this<DumpRuntimeHelper> { class
28 explicit DumpRuntimeHelper(const std::shared_ptr<OHOSApplication> &application);
29 ~DumpRuntimeHelper() = default;
/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::string &checkList) 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 global) in GetMethodCheck()
157 void DumpRuntimeHelper::WriteCheckList(const std::string &checkList) in WriteCheckList()
H A Dmain_thread.cpp896 auto helper = std::make_shared<DumpRuntimeHelper>(app); in HandleJsHeapMemory()
1663 auto helper = std::make_shared<DumpRuntimeHelper>(application_); in HandleLaunchApplication()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Ddump_runtime_helper_second_test.cpp60 auto helper = std::make_shared<DumpRuntimeHelper>(application); in HWTEST_F()
74 auto helper = std::make_shared<DumpRuntimeHelper>(application); in HWTEST_F()
81 helper = std::make_shared<DumpRuntimeHelper>(application); in HWTEST_F()
94 auto helper = std::make_shared<DumpRuntimeHelper>(application); in HWTEST_F()
110 auto helper = std::make_shared<DumpRuntimeHelper>(application); in HWTEST_F()
119 helper = std::make_shared<DumpRuntimeHelper>(application); in HWTEST_F()
148 auto helper = std::make_shared<DumpRuntimeHelper>(application); in HWTEST_F()
166 auto helper = std::make_shared<DumpRuntimeHelper>(application); in HWTEST_F()
187 auto helper = std::make_shared<DumpRuntimeHelper>(application); in HWTEST_F()
211 auto helper = std::make_shared<DumpRuntimeHelper>(applicatio in HWTEST_F()
[all...]
H A Ddump_runtime_helper_test.cpp61 auto helper = std::make_shared<DumpRuntimeHelper>(application); in HWTEST_F()

Completed in 6 milliseconds