Home
last modified time | relevance | path

Searched refs:PreExecute (Results 1 – 25 of 61) sorted by relevance

123

/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_output_test.cpp92 DumpStatus ret = zip_output->PreExecute(parameter, dump_datas);
130 DumpStatus ret = zip_output->PreExecute(parameter, dump_datas);
172 DumpStatus ret = zip_output->PreExecute(parameter, dump_datas);
214 DumpStatus ret = zip_output->PreExecute(parameter, dump_datas);
261 DumpStatus ret = zip_output->PreExecute(parameter, dump_datas);
292 DumpStatus ret = zip_output->PreExecute(parameter, dump_datas);
323 DumpStatus ret = zipFdOutput -> PreExecute(parameter, dumpDatas);
364 DumpStatus ret = zip_output->PreExecute(parameter, dump_datas);
394 DumpStatus ret = fdOutput->PreExecute(parameter, dumpDatas);
H A Dhidumper_dumpers_test.cpp113 ret = dumper->PreExecute(g_parameter, g_dump_datas); in HandleDumperExcute()
141 ret = cpuDumper->PreExecute(parameter, dumpDatas); in HandleCpuDumperTest()
221 ret = ipcStatDumper->PreExecute(parameter, dumpDatas); in HandleIpcStatDumperTest()
245 ret = ipcStatDumper->PreExecute(parameter, dumpDatas); in SetIpcStatCmdTest()
624 ret = ipcStatDumper->PreExecute(parameter, dumpDatas);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Ddumper_group.cpp26 DumpStatus DumperGroup::PreExecute(const std::shared_ptr<DumperParameter>& parameter, StringMatrix … in PreExecute() function in OHOS::HiviewDFX::DumperGroup
H A Dcolumn_rows_filter.cpp28 DumpStatus ColumnRowsFilter::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute() function in OHOS::HiviewDFX::ColumnRowsFilter
H A Denv_param_dumper.cpp27 DumpStatus EnvParamDumper::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute() function in OHOS::HiviewDFX::EnvParamDumper
H A Dproperties_dumper.cpp27 DumpStatus PropertiesDumper::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute() function in OHOS::HiviewDFX::PropertiesDumper
H A Dversion_dumper.cpp31 DumpStatus VersionDumper::PreExecute(const std::shared_ptr<DumperParameter>& parameter, in PreExecute() function in OHOS::HiviewDFX::VersionDumper
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Ddumper_group.h26 …DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter, StringMatrix dumpDatas) o…
H A Dcolumn_rows_filter.h28 DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter,
H A Dversion_dumper.h26 DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter,
H A Denv_param_dumper.h28 DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter,
H A Dproperties_dumper.h26 DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter,
H A Dfile_format_dump_filter.h26 DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter,
H A Dtraffic_dumper.h26 …DumpStatus PreExecute(const std::shared_ptr<DumperParameter> &parameter, StringMatrix dumpDatas) o…
H A Dcpu_dumper.h26 DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter,
H A Dapi_dumper.h26 DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter,
H A Dzipfolder_output.h25 DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter,
H A Djsheap_memory_dumper.h31 …DumpStatus PreExecute(const std::shared_ptr<DumperParameter> &parameter, StringMatrix dumpDatas) o…
H A Dlist_dumper.h26 DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter,
H A Dzip_output.h28 DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter,
H A Dfd_output.h43 DumpStatus PreExecute(const std::shared_ptr<DumperParameter>& parameter,
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_combined_post_process.cpp34 rnPostProcessUtil_.PreExecute({ true, {} }); in PreExecuteFrame()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.h47 void PreExecute(const IRenderNodePostProcessUtil::PostProcessInfo& postProcessInfo);
211 void PreExecute(const IRenderNodePostProcessUtil::PostProcessInfo& postProcessInfo) override;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_copy_helper.h37 …void PreExecute(RENDER_NS::IRenderNodeContextManager& renderNodeContextMgr, const CopyInfo& copyIn… in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_post_process_util.h82 virtual void PreExecute(const PostProcessInfo& postProcessInfo) = 0;

123