Searched refs:Vendor (Results 1 – 6 of 6) sorted by relevance
31 class Vendor {33 explicit Vendor(std::shared_ptr<FreezeCommon> fc) : freezeCommon_(fc) {}; in Vendor() function34 ~Vendor() {}; in ~Vendor()35 Vendor& operator=(const Vendor&) = delete;36 Vendor(const Vendor&) = delete;
27 bool Vendor::ReduceRelevanceEvents(std::list<WatchPoint>& list, const FreezeResult& result) const in ReduceRelevanceEvents()68 std::string Vendor::GetTimeString(unsigned long long timestamp) const in GetTimeString()80 std::string Vendor::SendFaultLog(const WatchPoint &watchPoint, const std::string& logPath, in SendFaultLog()118 void Vendor::DumpEventInfo(std::ostringstream& oss, const std::string& header, const WatchPoint& wa… in DumpEventInfo()134 std::string Vendor::MergeEventLog( in MergeEventLog()240 bool Vendor::Init() in Init()
58 std::unique_ptr<Vendor> vendor_ = nullptr;
40 vendor_ = std::make_unique<Vendor>(freezeCommon_); in Init()
181 auto vendor = std::make_unique<Vendor>(nullptr);197 auto vendor = std::make_unique<Vendor>(freezeCommon);214 auto vendor = std::make_unique<Vendor>(freezeCommon);243 auto vendor = std::make_unique<Vendor>(freezeCommon);272 auto vendor = std::make_unique<Vendor>(freezeCommon);286 auto vendor = std::make_unique<Vendor>(freezeCommon);346 auto vendor = std::make_unique<Vendor>(freezeCommon);
29 │ └── vendor # Vendor file