Home
last modified time | relevance | path

Searched refs:IsLong (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dcodec_data.h93 bool IsLong() const in IsLong() function in OHOS::Ace::Framework::final
146 return IsLong() ? std::get<int64_t>(data_) : IsInt() ? std::get<int32_t>(data_) : defValue; in GetLongValue()
151 : IsLong() ? std::get<int64_t>(data_) : IsInt() ? std::get<int32_t>(data_) : defValue; in GetDoubleValue()
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_value.h208 PREF_API_EXPORT bool IsLong() const;
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value.cpp124 bool PreferencesValue::IsLong() const in IsLong() function in OHOS::NativePreferences::PreferencesValue
H A Dpreferences_base.cpp99 if (!preferencesValue.IsLong()) {
H A Dpreferences_value_parcel.cpp29 } else if (value.IsLong()) { in GetTypeIndex()
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp341 } else if (pValue.IsLong()) { in NativeValueToCValueType()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp228 if (context->defValue.IsLong()) { in GetValue()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp237 if (context->defValue.IsLong()) { in GetValue()

Completed in 7 milliseconds