Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h51 …static int MarshallingBasicValue(const PreferencesValue &value, const uint8_t type, std::vector<ui…
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp163 int PreferencesValueParcel::MarshallingBasicValue(const PreferencesValue &value, const uint8_t type, in MarshallingBasicValue() function in OHOS::NativePreferences::PreferencesValueParcel
428 errCode = MarshallingBasicValue(value, type, data); in MarshallingPreferenceValue()