Home
last modified time | relevance | path

Searched refs:DoPreExecute (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dhidumper_executor.h36 …DumpStatus DoPreExecute(const std::shared_ptr<DumperParameter>& parameter, StringMatrix dumpDatas);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dhidumper_executor.cpp35 DumpStatus HidumperExecutor::DoPreExecute(const std::shared_ptr<DumperParameter>& parameter, String… in DoPreExecute() function in OHOS::HiviewDFX::HidumperExecutor
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp122 DumpStatus ret = dumper->DoPreExecute(g_parameter, g_dump_datas); in HandleDumperExcute()
188 DumpStatus ret = dumper->DoPreExecute(g_parameter, g_dump_datas); in HandleDumperComon()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp617 ret = executors[index]->DoPreExecute(dumpParameter, dumpDatas); in DumpDatas()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp426 std::pair<bool, int64_t> result = dvsync_->DoPreExecute(locker, con_); in WaitForVsyncOrRequest()