Home
last modified time | relevance | path

Searched refs:decodedEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Ddoc_query.cpp111 EventRaw::DecodedEvent decodedEvent(content); in IsContainExtraConds() local
112 return std::all_of(extraConds_.begin(), extraConds_.end(), [this, &decodedEvent] (auto& cond) { in IsContainExtraConds()
113 const auto& extraParams = decodedEvent.GetAllCustomizedValues(); in IsContainExtraConds()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp171 EventRaw::DecodedEvent decodedEvent(event.rawData_->GetData()); in OnEventListeningCallback() local
172 if (!decodedEvent.IsValid()) { in OnEventListeningCallback()
177 …event.eventId_, event.domain_.c_str(), event.eventName_.c_str(), decodedEvent.AsJsonStr().c_str()); in OnEventListeningCallback()