Home
last modified time | relevance | path

Searched refs:CanLoop (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddump_cfg.h47 bool CanLoop() const;
56 static bool CanLoop(int loop);
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddump_cfg.cpp68 bool DumpCfg::CanLoop() const in CanLoop() function in OHOS::HiviewDFX::DumpCfg
70 return CanLoop(loop_); in CanLoop()
108 bool DumpCfg::CanLoop(int loop) in CanLoop() function in OHOS::HiviewDFX::DumpCfg
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp510 if (dumpCfg->IsDumper() && dumpCfg->CanLoop() && (ret == DumpStatus::DUMP_MORE_DATA)) { in DumpDatas()