Home
last modified time | relevance | path

Searched refs:Marshalling (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/foundation/graphic/standard/rosen/modules/render_service_base/include/command/
Drs_command_templates.h53 bool Marshalling(Parcel& parcel) const override in Marshalling() function
55 return RSMarshallingHelper::Marshalling(parcel, commandType) && in Marshalling()
56 RSMarshallingHelper::Marshalling(parcel, commandSubType); in Marshalling()
82 bool Marshalling(Parcel& parcel) const override in Marshalling() function
84 return RSMarshallingHelper::Marshalling(parcel, commandType) && in Marshalling()
85 RSMarshallingHelper::Marshalling(parcel, commandSubType) && in Marshalling()
86 RSMarshallingHelper::Marshalling(parcel, parameter1_); in Marshalling()
117 bool Marshalling(Parcel& parcel) const override in Marshalling() function
119 return RSMarshallingHelper::Marshalling(parcel, commandType) && in Marshalling()
120 RSMarshallingHelper::Marshalling(parcel, commandSubType) && in Marshalling()
[all …]
Drs_node_showing_command.h99 bool Marshalling(Parcel& parcel) const override in Marshalling() function
101 if (!(RSMarshallingHelper::Marshalling(parcel, commandType) && in Marshalling()
102 RSMarshallingHelper::Marshalling(parcel, commandSubType) && in Marshalling()
103 RSMarshallingHelper::Marshalling(parcel, targetId_) && in Marshalling()
104 RSMarshallingHelper::Marshalling(parcel, timeoutNS_) && in Marshalling()
105 RSMarshallingHelper::Marshalling(parcel, result_))) { in Marshalling()
109 return RSMarshallingHelper::Marshalling(parcel, value_); in Marshalling()
/foundation/graphic/standard/rosen/modules/render_service_base/src/transaction/
Drs_marshalling_helper.cpp41 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const TYPE& val) \
74 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const sk_sp<SkData>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper
90 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const sk_sp<SkFlattenable>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper
97 return parcel.WriteUint32(val->getFlattenableType()) && Marshalling(parcel, skData); in Marshalling()
110 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const SkPath& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper
117 return Marshalling(parcel, skData); in Marshalling()
129 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const RSShader& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper
131 return Marshalling(parcel, sk_reinterprat_cast<SkFlattenable>(val.GetSkShader())); in Marshalling()
145 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const RSPath& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper
152 return Marshalling(parcel, skData); in Marshalling()
[all …]
/foundation/communication/bluetooth/services/bluetooth_standard/ipc/parcel/
Dbluetooth_map_mce_parameter.h26 bool Marshalling(Parcel &parcel) const override;
58 bool Marshalling(Parcel &parcel) const override;
90 bool Marshalling(Parcel &parcel) const override;
123 bool Marshalling(Parcel &parcel) const override;
156 bool Marshalling(Parcel &parcel) const override;
188 bool Marshalling(Parcel &parcel) const override;
221 bool Marshalling(Parcel &parcel) const override;
253 bool Marshalling(Parcel &parcel) const override;
285 bool Marshalling(Parcel &parcel) const override;
323 bool Marshalling(Parcel &parcel) const override;
[all …]
Dbluetooth_pbap_pce_parameter.h46 bool Marshalling(Parcel &parcel) const override;
73 bool Marshalling(Parcel &parcel) const override;
109 bool Marshalling(Parcel &parcel) const override;
146 bool Marshalling(Parcel &parcel) const override;
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
Dstatic_configuration.cpp21 bool StaticConfiguration::Marshalling(Parcel &parcel) const in Marshalling() function in OHOS::NetManagerStandard::StaticConfiguration
23 if (!ipAddr_.Marshalling(parcel)) { in Marshalling()
27 if (!route_.Marshalling(parcel)) { in Marshalling()
31 if (!gateway_.Marshalling(parcel)) { in Marshalling()
35 if (!netMask_.Marshalling(parcel)) { in Marshalling()
44 if (!it->Marshalling(parcel)) { in Marshalling()
/foundation/distributeddatamgr/distributeddatamgr/frameworks/innerkitsimpl/distributeddatafwk/include/
Ditypes_util.h28 static bool Marshalling(const Blob &blob, MessageParcel &data);
31 static bool Marshalling(const std::vector<Blob> &blobs, MessageParcel &data);
34 static bool Marshalling(const Entry &entry, MessageParcel &data);
37 static bool Marshalling(const std::vector<Entry> &entry, MessageParcel &data);
40 static bool Marshalling(const DeviceInfo &entry, MessageParcel &data);
43 static bool Marshalling(const std::vector<DeviceInfo> &input, MessageParcel &data);
46 static bool Marshalling(const ChangeNotification &notification, MessageParcel &parcel);
49 static bool Marshalling(const DistributedRdb::RdbSyncerParam& param, MessageParcel& parcel);
52 static bool Marshalling(const DistributedRdb::SyncResult& result, MessageParcel& parcel);
55 static bool Marshalling(const DistributedRdb::SyncOption& option, MessageParcel& parcel);
[all …]
/foundation/distributeddatamgr/distributeddatamgr/frameworks/innerkitsimpl/distributeddatafwk/src/
Ditypes_util.cpp24 bool ITypesUtil::Marshalling(const Blob &blob, MessageParcel &data) in Marshalling() function in OHOS::DistributedKv::ITypesUtil
37 bool ITypesUtil::Marshalling(const std::vector<Blob> &blobs, MessageParcel &data) in Marshalling() function in OHOS::DistributedKv::ITypesUtil
47 bool ITypesUtil::Marshalling(const std::vector<Entry> &entry, MessageParcel &data) in Marshalling() function in OHOS::DistributedKv::ITypesUtil
57 bool ITypesUtil::Marshalling(const Entry &entry, MessageParcel &data) in Marshalling() function in OHOS::DistributedKv::ITypesUtil
59 if (!Marshalling(entry.key, data)) { in Marshalling()
62 return Marshalling(entry.value, data); in Marshalling()
73 bool ITypesUtil::Marshalling(const DeviceInfo &entry, MessageParcel &data) in Marshalling() function in OHOS::DistributedKv::ITypesUtil
94 bool ITypesUtil::Marshalling(const std::vector<DeviceInfo> &input, MessageParcel &data) in Marshalling() function in OHOS::DistributedKv::ITypesUtil
104 bool ITypesUtil::Marshalling(const ChangeNotification &notification, MessageParcel &parcel) in Marshalling() function in OHOS::DistributedKv::ITypesUtil
106 if (!Marshalling(notification.GetInsertEntries(), parcel)) { in Marshalling()
[all …]
/foundation/graphic/standard/rosen/modules/render_service_base/src/animation/
Drs_render_transition.cpp37 bool RSRenderTransition::Marshalling(Parcel& parcel) const in Marshalling() function in OHOS::Rosen::RSRenderTransition
39 if (!RSRenderAnimation::Marshalling(parcel)) { in Marshalling()
43 if (!RSMarshallingHelper::Marshalling(parcel, effects_) || in Marshalling()
44 !RSMarshallingHelper::Marshalling(parcel, isTransitionIn_) || in Marshalling()
45 !interpolator_->Marshalling(parcel)) { in Marshalling()
/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/
Dnet_policy_quota_policy.cpp22 bool NetPolicyQuotaPolicy::Marshalling(Parcel &parcel) const in Marshalling() function in OHOS::NetManagerStandard::NetPolicyQuotaPolicy
55 bool NetPolicyQuotaPolicy::Marshalling(Parcel &parcel, const NetPolicyQuotaPolicy &quotaPolicy) in Marshalling() function in OHOS::NetManagerStandard::NetPolicyQuotaPolicy
57 quotaPolicy.Marshalling(parcel); in Marshalling()
61 bool NetPolicyQuotaPolicy::Marshalling(Parcel &parcel, const std::vector<NetPolicyQuotaPolicy> &quo… in Marshalling() function in OHOS::NetManagerStandard::NetPolicyQuotaPolicy
69 quotaPolicies[i].Marshalling(parcel); in Marshalling()
/foundation/graphic/standard/rosen/modules/render_service_base/include/animation/
Drs_render_curve_animation.h47 bool Marshalling(Parcel& parcel) const override in Marshalling() function
49 if (!RSRenderPropertyAnimation<T>::Marshalling(parcel)) { in Marshalling()
53 if (!(RSMarshallingHelper::Marshalling(parcel, startValue_) && in Marshalling()
54 … RSMarshallingHelper::Marshalling(parcel, endValue_) && interpolator_->Marshalling(parcel))) { in Marshalling()
Drs_render_transition_effect.h46 virtual bool Marshalling(Parcel& parcel) const override = 0;
60 bool Marshalling(Parcel& parcel) const override;
77 bool Marshalling(Parcel& parcel) const override;
96 bool Marshalling(Parcel& parcel) const override;
113 bool Marshalling(Parcel& parcel) const override;
Drs_render_property_animation.h53 bool Marshalling(Parcel& parcel) const override in Marshalling() function
55 if (!RSRenderAnimation::Marshalling(parcel)) { in Marshalling()
63 if (!(RSMarshallingHelper::Marshalling(parcel, originValue_) && in Marshalling()
64 RSMarshallingHelper::Marshalling(parcel, isAdditive_))) { in Marshalling()
Drs_interpolator.h50 virtual bool Marshalling(Parcel& parcel) const override = 0;
63 bool Marshalling(Parcel& parcel) const override in Marshalling() function
86 bool Marshalling(Parcel& parcel) const override in Marshalling() function
/foundation/communication/netmanager_base/interfaces/innerkits/netpolicyclient/include/
Dnet_policy_quota_policy.h45 virtual bool Marshalling(Parcel &parcel) const override;
46 static bool Marshalling(Parcel &parcel, const NetPolicyQuotaPolicy &quotaPolicy);
47 static bool Marshalling(Parcel &parcel, const std::vector<NetPolicyQuotaPolicy> &quotaPolicies);
/foundation/multimedia/media_standard/services/services/sa_media/ipc/
Davcodeclist_parcel.h30 …static bool Marshalling(MessageParcel &parcel, const std::vector<CapabilityData> &capabilityDataAr…
31 static bool Marshalling(MessageParcel &parcel, const std::map<ImgSize, Range> &mapSizeToRange);
32 …static bool Marshalling(MessageParcel &parcel, const std::map<int32_t, std::vector<int32_t>> &mapI…
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
Dnet_specifier.cpp52 bool NetSpecifier::Marshalling(Parcel &parcel) const in Marshalling() function in OHOS::NetManagerStandard::NetSpecifier
57 return netCapabilities_.Marshalling(parcel); in Marshalling()
76 bool NetSpecifier::Marshalling(Parcel &parcel, const sptr<NetSpecifier> &object) in Marshalling() function in OHOS::NetManagerStandard::NetSpecifier
85 return object->netCapabilities_.Marshalling(parcel); in Marshalling()
Droute.cpp30 bool Route::Marshalling(Parcel &parcel) const in Marshalling() function in OHOS::NetManagerStandard::Route
35 if (!destination_.Marshalling(parcel)) { in Marshalling()
39 if (!gateway_.Marshalling(parcel)) { in Marshalling()
101 bool Route::Marshalling(Parcel &parcel, const sptr<Route> &object) in Marshalling() function in OHOS::NetManagerStandard::Route
110 if (!object->destination_.Marshalling(parcel)) { in Marshalling()
114 if (!object->gateway_.Marshalling(parcel)) { in Marshalling()
/foundation/graphic/standard/rosen/modules/render_service_base/include/transaction/
Drs_marshalling_helper.h50 static bool Marshalling(Parcel& parcel, const T& val) in Marshalling() function
66 static bool Marshalling(Parcel& parcel, const TYPE& val); \
97 static bool Marshalling(Parcel& parcel, const std::shared_ptr<TEMPLATE<T>>& val); \
107 static bool Marshalling(Parcel& parcel, const std::vector<T>& val);
/foundation/distributeddatamgr/distributeddatamgr/frameworks/innerkitsimpl/rdb/src/
Drdb_service_proxy.cpp104 if (!DistributedKv::ITypesUtil::Marshalling(param, data)) { in InitNotifier()
137 if (!DistributedKv::ITypesUtil::Marshalling(param, data)) { in DoSync()
141 if (!DistributedKv::ITypesUtil::Marshalling(option, data)) { in DoSync()
145 if (!DistributedKv::ITypesUtil::Marshalling(predicates, data)) { in DoSync()
187 if (!DistributedKv::ITypesUtil::Marshalling(param, data)) { in DoAsync()
195 if (!DistributedKv::ITypesUtil::Marshalling(option, data)) { in DoAsync()
199 if (!DistributedKv::ITypesUtil::Marshalling(predicates, data)) { in DoAsync()
241 if (!DistributedKv::ITypesUtil::Marshalling(param, data)) { in SetDistributedTables()
302 if (!DistributedKv::ITypesUtil::Marshalling(param, data)) { in DoSubscribe()
346 if (!DistributedKv::ITypesUtil::Marshalling(param, data)) { in DoUnSubscribe()
/foundation/deviceprofile/device_profile_core/services/core/src/
Dprofile_change_notification.cpp41 bool ProfileChangeNotification::Marshalling(Parcel& parcel) const in Marshalling() function in OHOS::DeviceProfile::ProfileChangeNotification
46 if (!profileEntry.Marshalling(parcel)) { in Marshalling()
74 bool ProfileEntry::Marshalling(Parcel& parcel) const in Marshalling() function in OHOS::DeviceProfile::ProfileEntry
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/
Dnet_stats_info.h30 virtual bool Marshalling(Parcel &parcel) const override;
31 static bool Marshalling(Parcel &parcel, const NetStatsInfo &stats);
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
Dipc_file_descriptor.h28 bool Marshalling(Parcel &parcel) const override;
29 static bool Marshalling(Parcel &parcel, const sptr<IPCFileDescriptor> &object);
/foundation/multimodalinput/input/service/connect_manager/include/
Dmultimodal_input_connect_def_parcel.h29 bool Marshalling(Parcel& out) const override;
41 bool Marshalling(Parcel &out) const override;
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
Dnet_stats_info.cpp22 bool NetStatsInfo::Marshalling(Parcel &parcel) const in Marshalling() function in OHOS::NetManagerStandard::NetStatsInfo
33 bool NetStatsInfo::Marshalling(Parcel &parcel, const NetStatsInfo &stats) in Marshalling() function in OHOS::NetManagerStandard::NetStatsInfo

12345678910>>...17