Home
last modified time | relevance | path

Searched refs:DestroyHeapProfiler (Results 1 - 25 of 30) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_engine.cpp60 AceEngine::Get().DestroyHeapProfiler(); in HandleSignal()
65 AceEngine::Get().DestroyHeapProfiler(); in HandleSignal()
246 void AceEngine::DestroyHeapProfiler() const in DestroyHeapProfiler() function in OHOS::Ace::AceEngine
254 container.second->DestroyHeapProfiler(); in DestroyHeapProfiler()
H A Dace_engine.h51 void DestroyHeapProfiler() const;
H A Dfrontend.h267 virtual void DestroyHeapProfiler() {} in DestroyHeapProfiler() function in OHOS::Ace::Frontend
H A Dcontainer.h152 virtual void DestroyHeapProfiler() {} in DestroyHeapProfiler() function in OHOS::Ace::Container
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_mock_runtime.h59 void DestroyHeapProfiler() override
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H A Dcj_mock_runtime.h57 void DestroyHeapProfiler() override
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/include/
H A Djs_runtime_mock.h30 MOCK_METHOD(void, DestroyHeapProfiler, ());
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H A Dmock_runtime.h64 void DestroyHeapProfiler() override
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h91 virtual void DestroyHeapProfiler() = 0;
H A Dcj_runtime.h63 void DestroyHeapProfiler() override {};
H A Djs_runtime.h84 void DestroyHeapProfiler() override;
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h99 void DestroyHeapProfiler();
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djs_runtime.h92 virtual void DestroyHeapProfiler() {} in DestroyHeapProfiler() function in OHOS::Ace::Framework::JsRuntime
H A Dark_js_runtime.cpp444 void ArkJSRuntime::DestroyHeapProfiler() in DestroyHeapProfiler() function in OHOS::Ace::Framework::ArkJSRuntime
447 panda::DFXJSNApi::DestroyHeapProfiler(vm_); in DestroyHeapProfiler()
450 void ArkJSRuntime::DestroyHeapProfiler() in DestroyHeapProfiler() function in OHOS::Ace::Framework::ArkJSRuntime
452 LOGE("Do not support Ark DestroyHeapProfiler on Windows or MacOS"); in DestroyHeapProfiler()
H A Djsi_engine.h160 void DestroyHeapProfiler() override;
H A Dark_js_runtime.h103 void DestroyHeapProfiler() override;
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp288 void JsEnvironment::DestroyHeapProfiler() in DestroyHeapProfiler() function in OHOS::JsEnv::JsEnvironment
294 panda::DFXJSNApi::DestroyHeapProfiler(vm_); in DestroyHeapProfiler()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h79 void DestroyHeapProfiler() override;
H A Djs_frontend.cpp782 void JsFrontend::DestroyHeapProfiler() in DestroyHeapProfiler() function in OHOS::Ace::JsFrontend
785 jsEngine_->DestroyHeapProfiler(); in DestroyHeapProfiler()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_ace_container.cpp132 void AceContainer::DestroyHeapProfiler() {} in DestroyHeapProfiler() function in OHOS::Ace::Platform::AceContainer
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h594 static void DestroyHeapProfiler();
/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp455 * @tc.desc: Js environment DestroyHeapProfiler.
461 jsEnv->DestroyHeapProfiler(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h296 virtual void DestroyHeapProfiler() {} in DestroyHeapProfiler() function in OHOS::Ace::Framework::JsEngine
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2429 auto noTriggerIdFunc = []() { MainThread::DestroyHeapProfiler(); }; in HandleSignal()
2437 auto noTriggerIdFunc = []() { MainThread::DestroyHeapProfiler(); }; in HandleSignal()
2526 void MainThread::DestroyHeapProfiler() in DestroyHeapProfiler() function in OHOS::AppExecFwk::MainThread
2540 app->GetRuntime()->DestroyHeapProfiler(); in DestroyHeapProfiler()
2542 mainHandler_->PostTask(task, "MainThread:DestroyHeapProfiler"); in DestroyHeapProfiler()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h312 void DestroyHeapProfiler() override;

Completed in 20 milliseconds

12