Searched refs:CanLoop (Results 1 – 3 of 3) sorted by relevance
47 bool CanLoop() const;56 static bool CanLoop(int loop);
68 bool DumpCfg::CanLoop() const in CanLoop() function in OHOS::HiviewDFX::DumpCfg70 return CanLoop(loop_); in CanLoop()108 bool DumpCfg::CanLoop(int loop) in CanLoop() function in OHOS::HiviewDFX::DumpCfg
510 if (dumpCfg->IsDumper() && dumpCfg->CanLoop() && (ret == DumpStatus::DUMP_MORE_DATA)) { in DumpDatas()