Searched refs:propertyVal (Results 1 – 2 of 2) sorted by relevance
183 std::variant<bool> propertyVal{true}; in enableInventoryItemsHelper() local185 propertyVal); in enableInventoryItemsHelper()
195 auto propertyVal = reply.unpack<std::variant<std::string>>(); in getStateValue() local197 stateVal = std::get<std::string>(propertyVal); in getStateValue()