Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_controller.cpp126 ExposureCfg targetCfg = { "", 0.0, 0 }; in GetMatchedNodes() local
131 targetCfg.id = current->GetInspectorIdValue(""); in GetMatchedNodes()
132 if (!targetCfg.id.empty() && AceType::InstanceOf<NG::FrameNode>(current)) { in GetMatchedNodes()
134 auto cfgIter = exposureSet.find(targetCfg); in GetMatchedNodes()
138 pageUrl, targetCfg.id, cfgIter->ratio, cfgIter->duration))); in GetMatchedNodes()