Home
last modified time | relevance | path

Searched refs:WriteMarshalling (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h194 bool WriteMarshalling(Parcel &parcel, sptr<IInterface> &o, int depth) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h152 bool WriteMarshalling(Parcel& parcel, sptr<AAFwk::IInterface>& o) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp677 bool WantParams::WriteMarshalling(Parcel &parcel, sptr<IInterface> &o, int depth) const in WriteMarshalling() function in OHOS::AAFwk::WantParams
731 if (!WriteMarshalling(parcel, o, depth)) { in DoMarshalling()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp688 bool DistributedWantParams::WriteMarshalling(Parcel& parcel, sptr<IInterface>& o) const in WriteMarshalling() function in OHOS::DistributedSchedule::DistributedWantParams
740 if (!WriteMarshalling(parcel, o)) { in DoMarshalling()