Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h67 static std::pair<int, PreferencesValue> UnmarshallingVecUInt8(const std::vector<uint8_t> &data);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp535 std::pair<int, PreferencesValue> PreferencesValueParcel::UnmarshallingVecUInt8(const std::vector<ui… in UnmarshallingVecUInt8() function in OHOS::NativePreferences::PreferencesValueParcel
608 return UnmarshallingVecUInt8(data); in UnmarshallingBasicArrayValue()