Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h73 static int MarshallingBasicValueInner(const PreferencesValue &value, const uint8_t type,
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp104 int PreferencesValueParcel::MarshallingBasicValueInner(const PreferencesValue &value, const uint8_t… in MarshallingBasicValueInner() function in OHOS::NativePreferences::PreferencesValueParcel
172 return MarshallingBasicValueInner(value, type, data); in MarshallingBasicValue()