Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h65 static std::pair<int, PreferencesValue> UnmarshallingStringArrayValue(const uint8_t type,
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp506 std::pair<int, PreferencesValue> PreferencesValueParcel::UnmarshallingStringArrayValue(const uint8_… in UnmarshallingStringArrayValue() function in OHOS::NativePreferences::PreferencesValueParcel
645 return UnmarshallingStringArrayValue(type, data); in UnmarshallingPreferenceValue()