Searched refs:freezeCommon_ (Results 1 – 10 of 10) sorted by relevance
43 freezeCommon_ = std::make_shared<FreezeCommon>(); in ReadyToLoad()44 bool ret1 = freezeCommon_->Init(); in ReadyToLoad()45 freezeResolver_ = std::make_unique<FreezeResolver>(freezeCommon_); in ReadyToLoad()56 freezeCommon_ = std::make_shared<FreezeCommon>(); in OnLoad()57 bool ret = freezeCommon_->Init(); in OnLoad()60 freezeCommon_ = nullptr; in OnLoad()63 freezeResolver_ = std::make_unique<FreezeResolver>(freezeCommon_); in OnLoad()67 freezeCommon_ = nullptr; in OnLoad()178 if (freezeCommon_ == nullptr) { in OnEventListeningCallback()182 if (!freezeCommon_->IsFreezeEvent(event.domain_, event.eventName_)) { in OnEventListeningCallback()[all …]
38 if (freezeCommon_ == nullptr) { in ReduceRelevanceEvents()41 if (!freezeCommon_->IsSystemResult(result) && !freezeCommon_->IsApplicationResult(result) && in ReduceRelevanceEvents()42 !freezeCommon_->IsSysWarningResult(result)) { in ReduceRelevanceEvents()48 if (freezeCommon_->IsSystemResult(result)) { in ReduceRelevanceEvents()51 if (freezeCommon_->IsSystemEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents()60 if (freezeCommon_->IsApplicationResult(result)) { in ReduceRelevanceEvents()72 if (freezeCommon_->IsSysWarningResult(result)) { in ReduceRelevanceEvents()75 … if (freezeCommon_->IsSysWarningEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents()103 if (freezeCommon_ == nullptr) { in SendFaultLog()269 if (freezeCommon_ == nullptr) { in MergeEventLog()[all …]
32 if (freezeCommon_ == nullptr) { in Init()35 freezeRuleCluster_ = freezeCommon_->GetFreezeRuleCluster(); in Init()39 dBHelper_ = std::make_unique<DBHelper>(freezeCommon_); in Init()40 vendor_ = std::make_unique<Vendor>(freezeCommon_); in Init()
36 explicit DBHelper(std::shared_ptr<FreezeCommon> fc) : freezeCommon_(fc) {}; in DBHelper()43 std::shared_ptr<FreezeCommon> freezeCommon_;
34 : startTime_(time(nullptr) * MILLISECOND), freezeCommon_(fc) {}; in FreezeResolver()57 std::shared_ptr<FreezeCommon> freezeCommon_ = nullptr; variable
34 explicit Vendor(std::shared_ptr<FreezeCommon> fc) : freezeCommon_(fc) {}; in Vendor()80 std::shared_ptr<FreezeCommon> freezeCommon_ = nullptr; variable
49 std::shared_ptr<FreezeCommon> freezeCommon_ = nullptr; variable
74 if (freezeCommon_ == nullptr) { in SelectEventFromDB()
927 freezeCommon_ = std::make_shared<FreezeCommon>(); in OnLoad()928 …if (freezeCommon_->Init() && freezeCommon_ != nullptr && freezeCommon_->GetFreezeRuleCluster() != … in OnLoad()929 dbHelper_ = std::make_unique<DBHelper>(freezeCommon_); in OnLoad()
100 std::shared_ptr<FreezeCommon> freezeCommon_ = nullptr; variable