Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h52 …static int MarshallingStringValue(const PreferencesValue &value, const uint8_t type, std::vector<u…
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp181 int PreferencesValueParcel::MarshallingStringValue(const PreferencesValue &value, const uint8_t typ… in MarshallingStringValue() function in OHOS::NativePreferences::PreferencesValueParcel
432 errCode = MarshallingStringValue(value, type, data); in MarshallingPreferenceValue()