Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h69 static std::pair<int, PreferencesValue> UnmarshallingVecBool(const std::vector<uint8_t> &data);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp567 std::pair<int, PreferencesValue> PreferencesValueParcel::UnmarshallingVecBool(const std::vector<uin… in UnmarshallingVecBool() function in OHOS::NativePreferences::PreferencesValueParcel
617 return UnmarshallingVecBool(data); in UnmarshallingBasicArrayValue()