Home
last modified time | relevance | path

Searched refs:IsFloat (Results 1 - 10 of 10) sorted by relevance

/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_json_util.h27 bool IsFloat(const nlohmann::json &jsonObj, const std::string &key);
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_utils.h70 extern bool IsFloat(TfLiteType type);
H A Dnnrt_utils.cpp54 bool IsFloat(TfLiteType type) in IsFloat() function
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_value.h215 PREF_API_EXPORT bool IsFloat() const;
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_json_util.cpp79 bool IsFloat(const nlohmann::json &jsonObj, const std::string &key) in IsFloat() function
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp123 !IsFloat(j, KEY_FPS) || !IsUInt8(j, KEY_CODECTYPE) || in from_json()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value.cpp129 bool PreferencesValue::IsFloat() const in IsFloat() function in OHOS::NativePreferences::PreferencesValue
H A Dpreferences_base.cpp81 if (!preferencesValue.IsFloat()) {
H A Dpreferences_value_parcel.cpp31 } else if (value.IsFloat()) { in GetTypeIndex()
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp344 } else if (pValue.IsFloat()) { in NativeValueToCValueType()

Completed in 6 milliseconds