Searched refs:UnmarshallingVecBool (Results 1 – 2 of 2) sorted by relevance
69 static std::pair<int, PreferencesValue> UnmarshallingVecBool(const std::vector<uint8_t> &data);
567 std::pair<int, PreferencesValue> PreferencesValueParcel::UnmarshallingVecBool(const std::vector<uin… in UnmarshallingVecBool() function in OHOS::NativePreferences::PreferencesValueParcel617 return UnmarshallingVecBool(data); in UnmarshallingBasicArrayValue()