Home
last modified time | relevance | path

Searched refs:MarshallingPreferenceValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h32 … static int MarshallingPreferenceValue(const PreferencesValue &value, std::vector<uint8_t> &data);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_enhance_impl.cpp124 errCode = PreferencesValueParcel::MarshallingPreferenceValue(value, oriValue); in Put()
H A Dpreferences_value_parcel.cpp418 int PreferencesValueParcel::MarshallingPreferenceValue(const PreferencesValue &value, std::vector<u… in MarshallingPreferenceValue() function in OHOS::NativePreferences::PreferencesValueParcel