Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_value.h222 PREF_API_EXPORT bool IsDouble() const;
/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dcodec_data.h97 bool IsDouble() const in IsDouble() function in OHOS::Ace::Framework::final
150 return IsDouble() ? std::get<double>(data_) in GetDoubleValue()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value.cpp134 bool PreferencesValue::IsDouble() const in IsDouble() function in OHOS::NativePreferences::PreferencesValue
H A Dpreferences_base.cpp90 if (!preferencesValue.IsDouble()) {
H A Dpreferences_value_parcel.cpp33 } else if (value.IsDouble()) { in GetTypeIndex()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_value.h240 bool IsDouble() in IsDouble() function in OHOS::Ace::WebJavaScriptValue
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp365 } else if (context->defValue.IsDouble()) { in GetValue()
381 } else if (context->defValue.IsDouble()) { in GetValue()
453 } else if (context->defValue.IsDouble()) { in SetValue()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_asset_operations.h260 static bool IsDouble(NativeRdb::ValueObject &value, MediaLibraryCommand &cmd);
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp347 } else if (pValue.IsDouble()) { in NativeValueToCValueType()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp2231 bool AssetInputParamVerification::IsDouble(ValueObject &value, MediaLibraryCommand &cmd) in IsDouble() function in OHOS::Media::AssetInputParamVerification

Completed in 13 milliseconds