Home
last modified time | relevance | path

Searched refs:UnmarshallingVecBigInt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h70 … static std::pair<int, PreferencesValue> UnmarshallingVecBigInt(const std::vector<uint8_t> &data);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp583 std::pair<int, PreferencesValue> PreferencesValueParcel::UnmarshallingVecBigInt(const std::vector<u… in UnmarshallingVecBigInt() function in OHOS::NativePreferences::PreferencesValueParcel
611 return UnmarshallingVecBigInt(data); in UnmarshallingBasicArrayValue()