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