Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_value_parcel.h58 static int MarshallingVecBoolAfterType(const PreferencesValue &value, uint8_t *startAddr);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp355 int PreferencesValueParcel::MarshallingVecBoolAfterType(const PreferencesValue &value, uint8_t *sta… in MarshallingVecBoolAfterType() function in OHOS::NativePreferences::PreferencesValueParcel
409 errCode = MarshallingVecBoolAfterType(value, startAddr); in MarshallingBasicArrayValue()