Searched refs:Collect (Results 1 – 5 of 5) sorted by relevance
59 void SanitizerdCollector::Collect(const std::string& szfile) const in Collect() function in OHOS::HiviewDFX::SanitizerdCollector
36 void Collect(const std::string& filepath) const;
33 void Collect(const std::string& filepath);
280 void AsanCollector::Collect(const std::string& filepath) in Collect() function in OHOS::HiviewDFX::AsanCollector
427 std::thread collector(&AsanCollector::Collect, &g_collector, fname); in HandleNotify()