Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h63 static std::pair<int, PreferencesValue> UnmarshallingStringValue(const uint8_t type,
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp482 std::pair<int, PreferencesValue> PreferencesValueParcel::UnmarshallingStringValue(const uint8_t typ… in UnmarshallingStringValue() function in OHOS::NativePreferences::PreferencesValueParcel
643 return UnmarshallingStringValue(type, data); in UnmarshallingPreferenceValue()