Searched refs:Vendor (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | vendor.h | 32 class Vendor { class 34 explicit Vendor(std::shared_ptr<FreezeCommon> fc) : freezeCommon_(fc) {}; in Vendor() function in OHOS::HiviewDFX::Vendor 35 ~Vendor() {}; in ~Vendor() 36 Vendor& operator=(const Vendor&) = delete; 37 Vendor(const Vendor&) = delete;
|
H A D | vendor.cpp | 52 bool Vendor::ReduceRelevanceEvents(std::list<WatchPoint>& list, const FreezeResult& result) const in ReduceRelevanceEvents() 106 std::string Vendor::GetTimeString(unsigned long long timestamp) const in GetTimeString() 117 std::string Vendor::SendFaultLog(const WatchPoint &watchPoint, const std::string& logPath, in SendFaultLog() 153 void Vendor::DumpEventInfo(std::ostringstream& oss, const std::string& header, const WatchPoint& watchPoint) const in DumpEventInfo() 168 void Vendor::MergeFreezeJsonFile(const WatchPoint &watchPoint, const std::vector<WatchPoint>& list) const in MergeFreezeJsonFile() 210 void Vendor::FormatProcessName(std::string& processName) in FormatProcessName() 221 void Vendor::InitLogInfo(const WatchPoint& watchPoint, std::string& type, std::string& retPath, in InitLogInfo() 244 void Vendor::InitLogBody(const std::vector<WatchPoint>& list, std::ostringstream& body, in InitLogBody() 283 std::string Vendor::MergeEventLog( in MergeEventLog() 331 bool Vendor [all...] |
H A D | resolver.h | 54 std::unique_ptr<Vendor> vendor_ = nullptr;
|
H A D | resolver.cpp | 47 vendor_ = std::make_unique<Vendor>(freezeCommon_); in Init()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_unittest.cpp | 222 auto vendor = std::make_unique<Vendor>(nullptr); in HWTEST_F() 238 auto vendor = std::make_unique<Vendor>(freezeCommon); in HWTEST_F() 255 auto vendor = std::make_unique<Vendor>(freezeCommon); in HWTEST_F() 284 auto vendor = std::make_unique<Vendor>(freezeCommon); in HWTEST_F() 313 auto vendor = std::make_unique<Vendor>(freezeCommon); in HWTEST_F() 327 auto vendor = std::make_unique<Vendor>(freezeCommon); in HWTEST_F() 387 auto vendor = std::make_unique<Vendor>(freezeCommon); in HWTEST_F() 402 auto vendor = std::make_unique<Vendor>(freezeCommon); in HWTEST_F() 416 auto vendor1 = std::make_unique<Vendor>(nullptr); in HWTEST_F() 428 auto vendor1 = std::make_unique<Vendor>(nullpt in HWTEST_F() [all...] |
Completed in 6 milliseconds