Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h57 static int MarshallingVecDoubleAfterType(const PreferencesValue &value, uint8_t *startAddr);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp330 int PreferencesValueParcel::MarshallingVecDoubleAfterType(const PreferencesValue &value, uint8_t *s… in MarshallingVecDoubleAfterType() function in OHOS::NativePreferences::PreferencesValueParcel
406 errCode = MarshallingVecDoubleAfterType(value, startAddr); in MarshallingBasicArrayValue()