Searched refs:UnmarshallingVecUInt8 (Results 1 – 2 of 2) sorted by relevance
67 static std::pair<int, PreferencesValue> UnmarshallingVecUInt8(const std::vector<uint8_t> &data);
535 std::pair<int, PreferencesValue> PreferencesValueParcel::UnmarshallingVecUInt8(const std::vector<ui… in UnmarshallingVecUInt8() function in OHOS::NativePreferences::PreferencesValueParcel608 return UnmarshallingVecUInt8(data); in UnmarshallingBasicArrayValue()