Searched refs:currValue (Results 1 – 4 of 4) sorted by relevance
21 auto currValue = ipv6AcceptRA(); in ipv6AcceptRA() local22 if (currValue != value) in ipv6AcceptRA()31 auto currValue = dhcp4(); in dhcp4() local32 if (currValue != value) in dhcp4()41 auto currValue = dhcp6(); in dhcp6() local42 if (currValue != value) in dhcp6()
183 const int64_t* currValue = std::get_if<int64_t>( in setBIOSTableAttrs() local185 if (currValue != nullptr) in setBIOSTableAttrs()187 biosTableAttrs.emplace(item.first, *currValue); in setBIOSTableAttrs()195 const std::string* currValue = std::get_if<std::string>( in setBIOSTableAttrs() local197 if (currValue != nullptr) in setBIOSTableAttrs()199 biosTableAttrs.emplace(item.first, *currValue); in setBIOSTableAttrs()
59 std::variant<std::string, int64_t> currValue; in getHostNameFromBios() local61 reply.read(type, currValue, defValue); in getHostNameFromBios()62 return std::get<std::string>(currValue); in getHostNameFromBios()
233 auto currValue = std::get<std::string>(attributeValue); in constructEntry() local234 currValueIndices[0] = getValueIndex(currValue, possibleValues); in constructEntry()