Searched refs:errorLogIdIt (Results 1 – 1 of 1) sorted by relevance
43 auto errorLogIdIt = properties.find("ErrorLogId"); in executeCollectionScript() local44 if (errorLogIdIt != properties.end()) in executeCollectionScript()46 uint32_t errorLogId = std::get<uint32_t>(errorLogIdIt->second); in executeCollectionScript()