Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h59 static int MarshallingBasicArrayValue(const PreferencesValue &value, const uint8_t type,
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp386 int PreferencesValueParcel::MarshallingBasicArrayValue(const PreferencesValue &value, const uint8_t… in MarshallingBasicArrayValue() function in OHOS::NativePreferences::PreferencesValueParcel
441 errCode = MarshallingBasicArrayValue(value, type, data); in MarshallingPreferenceValue()