Home
last modified time | relevance | path

Searched refs:IsLong (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_preferences/include/
Dpreferences_value.h38 bool IsLong() const;
/foundation/ace/ace_engine/frameworks/bridge/codec/
Dcodec_data.h93 bool IsLong() const in IsLong() function
146 return IsLong() ? std::get<int64_t>(data_) : IsInt() ? std::get<int32_t>(data_) : defValue;
151 … : IsLong() ? std::get<int64_t>(data_) : IsInt() ? std::get<int32_t>(data_) : defValue;
/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_preferences/src/
Dpreferences_value.cpp61 bool PreferencesValue::IsLong() const in IsLong() function in OHOS::NativePreferences::PreferencesValue
Dpreferences_impl.cpp324 if (val.IsLong()) { in GetLong()
416 } else if (value.IsLong()) { in WriteSettingXml()