Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/
H A Dibacklight.h16 virtual int getValue();
32 virtual int getValue();
H A Dibacklight.cpp61 int Backlight::getValue() in getValue() function in Backlight
85 int T507::getValue() in getValue() function in T507
H A Dbacklightwidget.cpp132 int value = m_currentBacklight->getValue(); in initUi()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_feature.hpp19 …optional<Value> getValue(const std::string& key) const override { return feature->getValue(key); }; in getValue() function in mbgl::SymbolFeature
/OK3568_Linux_fs/app/qsetting/
H A Dmainwindow.cpp118 int MainWindow::getValue(QTextStream *in, QString text) in getValue() function in MainWindow
151 volume = getValue(&in, "volume = "); in getConfig()
152 isWifiOn = getValue(&in, "isWifiOn = "); in getConfig()
153 isBtOn = getValue(&in, "isBtOn = "); in getConfig()
H A Dmainwindow.h37 int getValue(QTextStream *in, QString text);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.cpp24 optional<Value> VectorTileFeature::getValue(const std::string& key) const { in getValue() function in mbgl::VectorTileFeature
25 return feature.getValue(key); in getValue()
H A Dvector_tile_data.hpp17 optional<Value> getValue(const std::string& key) const override;
H A Dgeojson_tile_data.hpp39 optional<Value> getValue(const std::string& key) const override { in getValue() function in mbgl::GeoJSONTileFeature
H A Dgeometry_tile_data.hpp44 virtual optional<Value> getValue(const std::string& key) const = 0;
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeybutton.h11 QString getValue();
H A Dkeybutton.cpp23 QString KeyButton::getValue() in getValue() function in KeyButton
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dexpression.cpp21 optional<mbgl::Value> getValue(const std::string& key) const override { in getValue() function in mbgl::style::expression::GeoJSONFeature
H A Dcompound_expression.cpp232 auto property = params.feature->getValue(key); in featurePropertyAsExpressionValue()
253 auto property = params.feature->getValue(key); in featurePropertyAsDouble()
265 auto property = params.feature->getValue(key); in featurePropertyAsString()
357 return params.feature->getValue(key) ? true : false; in initializeDefinitions()
370 auto propertyValue = params.feature->getValue(key); in initializeDefinitions()
621 return bool(params.feature->getValue(key)); in initializeDefinitions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dliteral.hpp45 Value getValue() const { in getValue() function in mbgl::style::expression::Literal
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dproperty_value.hpp59 static_cast<const Literal&>((*expression).getExpression()).getValue()); in operator ()()
H A Ddata_driven_property_value.hpp52 static_cast<const Literal&>((*expression).getExpression()).getValue()); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.hpp29 optional<Value> getValue(const std::string&) const override;
H A Dannotation_tile.cpp50 optional<Value> AnnotationTileFeature::getValue(const std::string& key) const { in getValue() function in mbgl::AnnotationTileFeature
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_mutex.h110 INT32 getValue(int *val);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp47 optional<mapbox::geometry::value> getValue(std::string const&) const;
160 inline optional<mapbox::geometry::value> feature::getValue(const std::string& key) const { in getValue() function in mapbox::vector_tile::feature
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dproperties.hpp74 const Value& getValue() const { in getValue() function in mbgl::style::Transitioning
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp183 auto colorValue = unevaluated.get<HeatmapColor>().getValue(); in updateColorRamp()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/
H A Ddb.py153 def getValue(self, version, pkgarch, checksum): member in PRTable
H A Dserv.py53 value = self.table.getValue(version, pkgarch, checksum)

12