Searched refs:propertyPair (Results 1 – 5 of 5) sorted by relevance
242 for (const auto& propertyPair : ifacePair.second) in extractEthernetInterfaceData() 244 if (propertyPair.first == "MACAddress") in extractEthernetInterfaceData() 247 std::get_if<std::string>(&propertyPair.second); in extractEthernetInterfaceData() 257 for (const auto& propertyPair : ifacePair.second) in extractEthernetInterfaceData() 259 if (propertyPair.first == "Id") in extractEthernetInterfaceData() 262 std::get_if<uint32_t>(&propertyPair.second); in extractEthernetInterfaceData() 273 for (const auto& propertyPair : ifacePair.second) in extractEthernetInterfaceData() 275 if (propertyPair.first == "AutoNeg") in extractEthernetInterfaceData() 278 std::get_if<bool>(&propertyPair.second); in extractEthernetInterfaceData() 284 else if (propertyPair in extractEthernetInterfaceData() 218 for (const auto& propertyPair : ifacePair.second) extractEthernetInterfaceData() local 233 for (const auto& propertyPair : ifacePair.second) extractEthernetInterfaceData() local 249 for (const auto& propertyPair : ifacePair.second) extractEthernetInterfaceData() local 395 for (const auto& propertyPair : ifacePair.second) extractEthernetInterfaceData() local 445 for (const auto& propertyPair : ifacePair.second) extractEthernetInterfaceData() local 491 for (const auto& propertyPair : ifacePair.second) extractEthernetInterfaceData() local [all...]
567 for (const auto& propertyPair : intfPair.second) in asyncPopulatePid() 569 if (propertyPair.first == "Type" || in asyncPopulatePid() 570 propertyPair.first == "Class" || in asyncPopulatePid() 571 propertyPair.first == "Name") in asyncPopulatePid() 580 std::get_if<double>(&propertyPair.second); in asyncPopulatePid() 584 propertyPair.first); in asyncPopulatePid() 588 (*config)[propertyPair.first] = *ptr; in asyncPopulatePid() 593 if (propertyPair.first == "Reading" || in asyncPopulatePid() 594 propertyPair.first == "Output") in asyncPopulatePid() 598 &propertyPair in asyncPopulatePid() 545 for (const auto& propertyPair : intfPair.second) asyncPopulatePid() local [all...]
77 for (const auto& propertyPair : ifacePair.second) in extractNTPServersAndDomainNamesData() 79 if (propertyPair.first == "StaticNTPServers") in extractNTPServersAndDomainNamesData() 83 &propertyPair.second); in extractNTPServersAndDomainNamesData() 90 else if (propertyPair.first == "NTPServers") in extractNTPServersAndDomainNamesData() 94 &propertyPair.second); in extractNTPServersAndDomainNamesData() 100 else if (propertyPair.first == "DomainName") in getEthernetIfaceData() 104 &propertyPair.second); in getEthernetIfaceData() 58 for (const auto& propertyPair : ifacePair.second) extractNTPServersAndDomainNamesData() local
200 for (const auto& propertyPair : ifacePair.second) in extractHypervisorInterfaceData() 202 if (propertyPair.first == "DHCPEnabled") in extractHypervisorInterfaceData() 205 std::get_if<std::string>(&propertyPair.second); in extractHypervisorInterfaceData() 293 for (const auto& propertyPair : ifacePair.second) in extractHypervisorInterfaceData() 295 if (propertyPair.first == "HostName") in extractHypervisorInterfaceData() 298 std::get_if<std::string>(&propertyPair.second); in extractHypervisorInterfaceData() 304 else if (propertyPair.first == "DefaultGateway") in extractHypervisorInterfaceData() 307 std::get_if<std::string>(&propertyPair.second);186 for (const auto& propertyPair : ifacePair.second) extractHypervisorInterfaceData() local 279 for (const auto& propertyPair : ifacePair.second) extractHypervisorInterfaceData() local
75 for (const auto& propertyPair : changedProperties) in onPropertyUpdate() 77 if (propertyPair.first == "HostName") in onPropertyUpdate() 79 hostname = std::get_if<std::string>(&propertyPair.second); in onPropertyUpdate() 59 for (const auto& propertyPair : changedProperties) onPropertyUpdate() local