Searched refs:l_itr (Results 1 – 1 of 1) sorted by relevance
1062 const auto l_itr = l_propMap.find("CurrentHostState"); in hostStateChangeCallBack() 1064 if (l_itr == l_propMap.end()) in hostStateChangeCallBack() 1070 if (auto l_hostState = std::get_if<std::string>(&(l_itr->second))) in hostStateChangeCallBack() 1049 const auto l_itr = l_propMap.find("CurrentHostState"); hostStateChangeCallBack() local