Home
last modified time | relevance | path

Searched refs:Unmarshalling (Results 1 - 25 of 1183) sorted by relevance

12345678910>>...48

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_node_showing_command.cpp38 RSCommand* RSNodeGetShowingPropertyAndCancelAnimation::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::RSNodeGetShowingPropertyAndCancelAnimation
43 if (!(RSMarshallingHelper::Unmarshalling(parcel, targetId) && in Unmarshalling()
44 RSMarshallingHelper::Unmarshalling(parcel, timeoutNS))) { in Unmarshalling()
61 return RSMarshallingHelper::Unmarshalling(parcel, type) && type == commandType && in CheckHeader()
62 RSMarshallingHelper::Unmarshalling(parcel, subType) && subType == commandSubType && in CheckHeader()
63 RSMarshallingHelper::Unmarshalling(parcel, targetId) && targetId == targetId_ && in CheckHeader()
64 RSMarshallingHelper::Unmarshalling(parcel, timeoutNS) && timeoutNS == timeoutNS_; in CheckHeader()
69 return RSMarshallingHelper::Unmarshalling(parcel, isTimeout_) && in ReadFromParcel()
70 RSMarshallingHelper::Unmarshalling(parcel, success_) && in ReadFromParcel()
71 RSRenderPropertyBase::Unmarshalling(parce in ReadFromParcel()
107 RSCommand* RSNodeGetShowingPropertiesAndCancelAnimation::Unmarshalling(Parcel& parcel) Unmarshalling() function in OHOS::Rosen::RSNodeGetShowingPropertiesAndCancelAnimation
174 RSCommand* RSNodeGetAnimationsValueFraction::Unmarshalling(Parcel& parcel) Unmarshalling() function in OHOS::Rosen::RSNodeGetAnimationsValueFraction
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Ddatashare_itypes_utils.h48 bool Unmarshalling(BatchUpdateResult &result, MessageParcel &parcel);
54 bool Unmarshalling(UpdateOperation &operation, MessageParcel &parcel);
60 bool Unmarshalling(Predicates &predicates, MessageParcel &parcel);
66 bool Unmarshalling(Operation &operation, MessageParcel &parcel);
69 bool Unmarshalling(PublishedDataItem &dataItem, MessageParcel &parcel);
72 bool Unmarshalling(PublishedDataItem &dataItem, MessageParcel &parcel);
81 bool Unmarshalling(Data &data, MessageParcel &parcel);
87 bool Unmarshalling(DataShareValuesBucket &bucket, MessageParcel &parcel);
93 bool Unmarshalling(AshmemNode &node, MessageParcel &parcel);
99 bool Unmarshalling(Ur
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h52 API_EXPORT bool Unmarshalling(SyncerParam &output, MessageParcel &data);
56 API_EXPORT bool Unmarshalling(NotifyConfig &output, MessageParcel &data);
60 API_EXPORT bool Unmarshalling(Option &output, MessageParcel &data);
64 API_EXPORT bool Unmarshalling(RdbPredicates &output, MessageParcel &data);
68 API_EXPORT bool Unmarshalling(RdbOperation &output, MessageParcel &data);
72 API_EXPORT bool Unmarshalling(SubOption &output, MessageParcel &data);
76 API_EXPORT bool Unmarshalling(ValueObject &output, MessageParcel &data);
80 API_EXPORT bool Unmarshalling(ValuesBucket &output, MessageParcel &data);
84 API_EXPORT bool Unmarshalling(Asset &output, MessageParcel &data);
88 API_EXPORT bool Unmarshalling(SubOptio
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp61 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, TYPE& val) \
95 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Data>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
109 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Typeface>& typeface) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
120 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Image>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
125 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Image>& val, void*& imagepixelAddr) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
142 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSShader>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
152 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Matrix& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
162 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSLinearGradientBlurPara>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
172 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<MotionBlurParam>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
182 bool RSMarshallingHelper::Unmarshalling(Parce in Marshalling() function in OHOS::Rosen::RSMarshallingHelper
193 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<EmitterUpdater>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
203 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::vector<std::shared_ptr<EmitterUpdater>>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
213 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleNoiseField>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
223 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleNoiseFields>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
233 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, EmitterConfig& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
243 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
253 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RenderParticleParaType<float>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
263 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RenderParticleColorParaType& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
273 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleRenderParams>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
283 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::vector<std::shared_ptr<ParticleRenderParams>>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
292 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSPath>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
302 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSMask>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
312 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSFilter>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
322 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSImage>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
332 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSImageBase>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
342 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Media::PixelMap>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
352 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RectT<float>>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
362 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RRectT<float>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
374 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::DrawCmdList>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
414 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSRenderModifier>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
547 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSRenderPropertyBase>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp61 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, TYPE& val) \
96 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Data>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
116 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Typeface>& typeface) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
127 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Image>& val, void*& imagepixelAddr) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
144 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSShader>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
154 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Matrix& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
164 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSLinearGradientBlurPara>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
175 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<MotionBlurParam>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
185 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSMagnifierParams>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
196 bool RSMarshallingHelper::Unmarshalling(Parce function in OHOS::Rosen::RSMarshallingHelper
206 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::vector<std::shared_ptr<EmitterUpdater>>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
216 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleNoiseField>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
226 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleNoiseFields>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
235 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, EmitterConfig& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
243 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
251 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RenderParticleParaType<float>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
259 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RenderParticleColorParaType& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
267 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleRenderParams>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
275 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::vector<std::shared_ptr<ParticleRenderParams>>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
286 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSPath>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
296 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSMask>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
306 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSFilter>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
316 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSImageBase>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
326 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSImage>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
337 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Media::PixelMap>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
351 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RectT<float>>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
361 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RRectT<float>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
373 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::DrawCmdList>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
413 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSRenderModifier>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
546 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSRenderPropertyBase>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
[all...]
/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_test/
H A Dbean_test.cpp71 auto unmarshalling = SkillUri::Unmarshalling(parcel); in HWTEST_F()
81 unmarshalling = SkillUri::Unmarshalling(parcel1); in HWTEST_F()
85 unmarshalling = SkillUri::Unmarshalling(parcel1); in HWTEST_F()
102 auto unmarshalling = AppVerifyBaseInfo::Unmarshalling(parcel); in HWTEST_F()
108 unmarshalling = AppVerifyBaseInfo::Unmarshalling(parcel1); in HWTEST_F()
111 unmarshalling = AppVerifyBaseInfo::Unmarshalling(parcel1); in HWTEST_F()
114 unmarshalling = AppVerifyBaseInfo::Unmarshalling(parcel1); in HWTEST_F()
132 auto unmarshalling = BundleVerifyStatusInfo::Unmarshalling(parcel); in HWTEST_F()
144 unmarshalling = BundleVerifyStatusInfo::Unmarshalling(parcel1); in HWTEST_F()
147 unmarshalling = BundleVerifyStatusInfo::Unmarshalling(parcel in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp88 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, TYPE& val) \
152 if (!RSMarshallingHelper::Unmarshalling(parcel, recordCmd)) { in UnmarshallingRecordCmdToDrawCmdList()
203 if (!object->Unmarshalling(parcel)) { in UnmarshallingExtendObjectToDrawCmdList()
244 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Data>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
253 ROSEN_LOGW("unirender: RSMarshallingHelper::Unmarshalling Data size is 0"); in Unmarshalling()
261 ROSEN_LOGE("unirender: failed RSMarshallingHelper::Unmarshalling Data failed with read data"); in Unmarshalling()
272 ROSEN_LOGE("unirender: failed RSMarshallingHelper::Unmarshalling Data failed with Build Data"); in Unmarshalling()
288 bool success = Unmarshalling(parcel, val); in UnmarshallingWithCopy()
310 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Bitmap& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
313 if (!Unmarshalling(parce in Unmarshalling()
356 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Typeface>& typeface) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
500 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Image>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
506 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Image>& val, void*& imagepixelAddr) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
576 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSShader>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
612 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Matrix& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
652 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSLinearGradientBlurPara>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
698 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<MotionBlurParam>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
739 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSMagnifierParams>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
810 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<EmitterUpdater>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
840 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::vector<std::shared_ptr<EmitterUpdater>>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
874 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleNoiseField>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
921 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleNoiseFields>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
964 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, EmitterConfig& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1012 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1051 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RenderParticleParaType<float>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1120 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RenderParticleColorParaType& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1189 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleRenderParams>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1228 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::vector<std::shared_ptr<ParticleRenderParams>>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1264 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSPath>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1297 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSMask>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1338 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSFilter>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1389 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSImageBase>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1408 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSImage>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1444 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Media::PixelMap>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1508 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RectT<float>>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1525 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RRectT<float>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1661 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::DrawCmdList>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1843 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::RecordCmd>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1880 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSExtendImageObject>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1908 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSExtendImageBaseObj>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
1973 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::MaskCmdList>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
2069 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSRenderModifier>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
2299 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSRenderPropertyBase>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
[all...]
/foundation/multimodalinput/input/intention/drag/data/include/
H A Ddrag_params.h62 bool Unmarshalling(MessageParcel &parcel) override;
78 bool Unmarshalling(MessageParcel &parcel) override;
88 bool Unmarshalling(MessageParcel &parcel) override;
99 bool Unmarshalling(MessageParcel &parcel) override;
109 bool Unmarshalling(MessageParcel &parcel) override;
119 bool Unmarshalling(MessageParcel &parcel) override;
129 bool Unmarshalling(MessageParcel &parcel) override;
139 bool Unmarshalling(MessageParcel &parcel) override;
151 bool Unmarshalling(MessageParcel &parcel) override;
161 bool Unmarshalling(MessageParce
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetfirewall_common_test.cpp61 sptr<NetFirewallPolicy> ptr = NetFirewallPolicy::Unmarshalling(parcel); in HWTEST_F()
70 sptr<NetFirewallPolicy> ptr = NetFirewallPolicy::Unmarshalling(parcel); in HWTEST_F()
81 sptr<NetFirewallPolicy> ptr = NetFirewallPolicy::Unmarshalling(parcel); in HWTEST_F()
88 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); in HWTEST_F()
97 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); in HWTEST_F()
108 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); in HWTEST_F()
121 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); in HWTEST_F()
128 sptr<FirewallRulePage> ptr = FirewallRulePage::Unmarshalling(parcel); in HWTEST_F()
137 sptr<FirewallRulePage> ptr = FirewallRulePage::Unmarshalling(parcel); in HWTEST_F()
148 sptr<FirewallRulePage> ptr = FirewallRulePage::Unmarshalling(parce in HWTEST_F()
[all...]
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_common_test.cpp61 sptr<NetFirewallPolicy> ptr = NetFirewallPolicy::Unmarshalling(parcel); in HWTEST_F()
70 sptr<NetFirewallPolicy> ptr = NetFirewallPolicy::Unmarshalling(parcel); in HWTEST_F()
81 sptr<NetFirewallPolicy> ptr = NetFirewallPolicy::Unmarshalling(parcel); in HWTEST_F()
88 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); in HWTEST_F()
97 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); in HWTEST_F()
108 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); in HWTEST_F()
121 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); in HWTEST_F()
128 sptr<FirewallRulePage> ptr = FirewallRulePage::Unmarshalling(parcel); in HWTEST_F()
137 sptr<FirewallRulePage> ptr = FirewallRulePage::Unmarshalling(parcel); in HWTEST_F()
148 sptr<FirewallRulePage> ptr = FirewallRulePage::Unmarshalling(parce in HWTEST_F()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h46 API_EXPORT bool Unmarshalling(Blob &output, MessageParcel &data);
51 API_EXPORT bool Unmarshalling(AppId &output, MessageParcel &data);
56 API_EXPORT bool Unmarshalling(StoreId &output, MessageParcel &data);
61 API_EXPORT bool Unmarshalling(Entry &output, MessageParcel &data);
66 API_EXPORT bool Unmarshalling(DeviceInfo &output, MessageParcel &data);
71 API_EXPORT bool Unmarshalling(ChangeNotification &output, MessageParcel &parcel);
76 API_EXPORT bool Unmarshalling(Options &output, MessageParcel &data);
81 API_EXPORT bool Unmarshalling(SyncPolicy &output, MessageParcel &data);
86 API_EXPORT bool Unmarshalling(SwitchData &output, MessageParcel &data);
91 API_EXPORT bool Unmarshalling(Statu
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.h39 bool Unmarshalling(Participant &output, MessageParcel &data);
44 bool Unmarshalling(Privilege &output, MessageParcel &data);
49 bool Unmarshalling(Asset &output, MessageParcel &data);
53 bool Unmarshalling(ValueObject &output, MessageParcel &data);
57 bool Unmarshalling(ValuesBucket &output, MessageParcel &data);
62 bool Unmarshalling(StatisticInfo &output, MessageParcel &data);
65 bool Unmarshalling(Strategy &output, MessageParcel &data);
70 bool Unmarshalling(CloudSyncInfo &output, MessageParcel &data);
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/
H A Dcloud_types_util.h40 bool Unmarshalling(Participant &output, MessageParcel &data);
45 bool Unmarshalling(Privilege &output, MessageParcel &data);
50 bool Unmarshalling(Role &output, MessageParcel &data);
55 bool Unmarshalling(Confirmation &output, MessageParcel &data);
60 bool Unmarshalling(SharingCode &output, MessageParcel &data);
65 bool Unmarshalling(Asset &output, MessageParcel &data);
69 bool Unmarshalling(ValueObject &output, MessageParcel &data);
73 bool Unmarshalling(ValuesBucket &output, MessageParcel &data);
76 bool Unmarshalling(StatisticInfo &output, MessageParcel &data);
87 bool Unmarshalling(CloudSyncInf
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_itypes_utils.cpp31 bool Unmarshalling(Predicates &predicates, MessageParcel &parcel) in Unmarshalling() function
57 bool Unmarshalling(BatchUpdateResult &result, MessageParcel &parcel) in Unmarshalling() function
69 bool Unmarshalling(UpdateOperation &operation, MessageParcel &parcel) in Unmarshalling() function
81 bool Unmarshalling(Operation &operation, MessageParcel &parcel) in Unmarshalling() function
87 bool Unmarshalling(PublishedDataItem &dataItem, MessageParcel &parcel) in Unmarshalling() function
105 bool Unmarshalling(Data &data, MessageParcel &parcel) in Unmarshalling() function
111 bool Unmarshalling(TemplateId &templateId, MessageParcel &parcel) in Unmarshalling() function
129 bool Unmarshalling(PredicateTemplateNode &predicateTemplateNode, MessageParcel &parcel) in Unmarshalling() function
141 bool Unmarshalling(RdbChangeNode &changeNode, MessageParcel &parcel) in Unmarshalling() function
153 bool Unmarshalling(PublishedDataChangeNod function
165 bool Unmarshalling(OperationResult &predicateTemplateNode, MessageParcel &parcel) Unmarshalling() function
171 bool Unmarshalling(AshmemNode &node, MessageParcel &parcel) Unmarshalling() function
191 bool Unmarshalling(Uri &node, MessageParcel &parcel) Unmarshalling() function
208 bool Unmarshalling(DataShareValuesBucket &bucket, MessageParcel &parcel) Unmarshalling() function
221 bool Unmarshalling(OperationStatement &operationStatement, MessageParcel &parcel) Unmarshalling() function
240 bool Unmarshalling(ExecResult &execResult, MessageParcel &parcel) Unmarshalling() function
257 bool Unmarshalling(ExecResultSet &execResultSet, MessageParcel &parcel) Unmarshalling() function
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp96 * @tc.desc: Verify function Unmarshalling
104 EXPECT_TRUE(RSMarshallingHelper::Unmarshalling(parcel, val)); in HWTEST_F()
106 EXPECT_TRUE(RSMarshallingHelper::Unmarshalling(parcel, val)); in HWTEST_F()
108 EXPECT_FALSE(RSMarshallingHelper::Unmarshalling(parcel, val)); in HWTEST_F()
109 EXPECT_TRUE(RSMarshallingHelper::Unmarshalling(parcel, val)); in HWTEST_F()
156 * @tc.desc: Verify function Unmarshalling
164 EXPECT_FALSE(RSMarshallingHelper::Unmarshalling(parcel, val)); in HWTEST_F()
184 * @tc.desc: Verify function Unmarshalling
192 EXPECT_FALSE(RSMarshallingHelper::Unmarshalling(parcel, typeface)); in HWTEST_F()
243 * @tc.desc: Verify function Unmarshalling
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h95 static bool Unmarshalling(Parcel& parcel, T& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
111 static bool Unmarshalling(Parcel& parcel, std::string& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
157 Unmarshalling(parcel, size); in UnmarshallingVec()
164 if (!Unmarshalling(parcel, tmp)) { in UnmarshallingVec()
189 Unmarshalling(parcel, size); in UnmarshallingVec2()
205 static RSB_EXPORT bool Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Typeface>& val);
207 static RSB_EXPORT bool Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Image>& val);
208 static RSB_EXPORT bool Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Image>& val, void*& imagepixelAddr);
216 static RSB_EXPORT bool Unmarshalling(Parcel& parcel, TYPE& val);
274 static bool Unmarshalling(Parce
309 static bool Unmarshalling(Parcel& parcel, std::map<T, P>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
341 static bool Unmarshalling(Parcel& parcel, std::vector<T>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
371 static bool Unmarshalling(Parcel& parcel, std::optional<T>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
391 static bool Unmarshalling(Parcel& parcel, std::pair<T1, T2>& val) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
402 static bool Unmarshalling(Parcel& parcel, T& first, Args&... args) Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper
[all...]
/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp47 bool StartDragParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::StartDragParam
69 bool StopDragParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::StopDragParam
101 bool SetDragWindowVisibleParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::SetDragWindowVisibleParam
116 bool UpdateDragStyleParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::UpdateDragStyleParam
142 bool UpdateShadowPicParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::UpdateShadowPicParam
144 shadowInfo_.pixelMap = std::shared_ptr<Media::PixelMap>(Media::PixelMap::Unmarshalling(parcel)); in Unmarshalling()
161 bool AddSelectedPixelMapParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::AddSelectedPixelMapParam
163 pixelMap_ = std::shared_ptr<Media::PixelMap>(Media::PixelMap::Unmarshalling(parcel)); in Unmarshalling()
176 bool GetDragTargetPidReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragTargetPidReply
190 bool GetUdKeyReply::Unmarshalling(MessageParce function in OHOS::Msdp::DeviceStatus::GetUdKeyReply
209 bool GetShadowOffsetReply::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetShadowOffsetReply
228 bool UpdatePreviewStyleParam::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::UpdatePreviewStyleParam
246 bool UpdatePreviewAnimationParam::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::UpdatePreviewAnimationParam
271 bool RotateDragWindowSyncParam::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::RotateDragWindowSyncParam
291 bool SetDragWindowScreenIdParam::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::SetDragWindowScreenIdParam
305 bool GetDragSummaryReply::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragSummaryReply
319 bool GetDragStateReply::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragStateReply
340 bool GetDragActionReply::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragActionReply
361 bool GetExtraInfoReply::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetExtraInfoReply
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_types_util.cpp27 bool Unmarshalling(Blob &output, MessageParcel &data) in Unmarshalling() function
42 bool Unmarshalling(AppId &output, MessageParcel &data) in Unmarshalling() function
44 return ITypesUtil::Unmarshalling(output.appId, data); in Unmarshalling()
54 bool Unmarshalling(StoreId &output, MessageParcel &data) in Unmarshalling() function
56 return ITypesUtil::Unmarshalling(output.storeId, data); in Unmarshalling()
66 bool Unmarshalling(Entry &output, MessageParcel &data) in Unmarshalling() function
78 bool Unmarshalling(DeviceInfo &output, MessageParcel &data) in Unmarshalling() function
91 bool Unmarshalling(ChangeNotification &output, MessageParcel &parcel) in Unmarshalling() function
132 bool Unmarshalling(Options &output, MessageParcel &data) in Unmarshalling() function
166 bool Unmarshalling(AuthTyp function
183 bool Unmarshalling(SyncPolicy &output, MessageParcel &data) Unmarshalling() function
195 bool Unmarshalling(SwitchData &output, MessageParcel &data) Unmarshalling() function
207 bool Unmarshalling(Status &output, MessageParcel &data) Unmarshalling() function
225 bool Unmarshalling(Notification &output, MessageParcel &data) Unmarshalling() function
241 bool Unmarshalling(ProgressDetail &output, MessageParcel &data) Unmarshalling() function
251 bool Unmarshalling(TableDetail &output, MessageParcel &data) Unmarshalling() function
261 bool Unmarshalling(Statistic &output, MessageParcel &data) Unmarshalling() function
272 bool Unmarshalling(CloudConfig &output, MessageParcel &data) Unmarshalling() function
283 bool Unmarshalling(StoreConfig &output, MessageParcel &data) Unmarshalling() function
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp26 bool Unmarshalling(SyncerParam &output, MessageParcel &data) in Unmarshalling() function
39 bool Unmarshalling(NotifyConfig &output, MessageParcel &data) in Unmarshalling() function
51 bool Unmarshalling(Option &output, MessageParcel &data) in Unmarshalling() function
63 bool Unmarshalling(RdbPredicates &output, MessageParcel &data) in Unmarshalling() function
75 bool Unmarshalling(RdbOperation &output, MessageParcel &data) in Unmarshalling() function
90 bool Unmarshalling(SubOption &output, MessageParcel &data) in Unmarshalling() function
103 bool Unmarshalling(ValueObject &output, MessageParcel &data) in Unmarshalling() function
114 bool Unmarshalling(ValuesBucket &output, MessageParcel &data) in Unmarshalling() function
125 bool Unmarshalling(Asset &output, MessageParcel &data) in Unmarshalling() function
135 bool Unmarshalling(ProgressDetai function
145 bool Unmarshalling(TableDetail &output, MessageParcel &data) Unmarshalling() function
155 bool Unmarshalling(Statistic &output, MessageParcel &data) Unmarshalling() function
167 bool Unmarshalling(PrimaryKeys &output, MessageParcel &data) Unmarshalling() function
179 bool Unmarshalling(Origin &output, MessageParcel &data) Unmarshalling() function
190 bool Unmarshalling(RdbChangedData &output, MessageParcel &data) Unmarshalling() function
201 bool Unmarshalling(RdbProperties &output, MessageParcel &data) Unmarshalling() function
212 bool Unmarshalling(Reference &output, MessageParcel &data) Unmarshalling() function
224 bool Unmarshalling(BigInt& output, MessageParcel& data) Unmarshalling() function
240 bool Unmarshalling(DebugInfo &output, MessageParcel &data) Unmarshalling() function
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_pixel_map_shader.cpp38 bool RSPixelMapShader::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::RSPixelMapShader
40 return RSMarshallingHelper::Unmarshalling(parcel, pixelMap_) && in Unmarshalling()
41 RSMarshallingHelper::Unmarshalling(parcel, tileX_) && in Unmarshalling()
42 RSMarshallingHelper::Unmarshalling(parcel, tileY_) && in Unmarshalling()
43 RSMarshallingHelper::Unmarshalling(parcel, sampling_) && in Unmarshalling()
44 RSMarshallingHelper::Unmarshalling(parcel, matrix_); in Unmarshalling()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_types_util.h36 bool Unmarshalling(Predicates &predicates, MessageParcel &parcel);
39 bool Unmarshalling(Operation &operation, MessageParcel &parcel);
42 bool Unmarshalling(PublishedDataItem &dataItem, MessageParcel &parcel);
48 bool Unmarshalling(Data &data, MessageParcel &parcel);
51 bool Unmarshalling(TemplateId &templateId, MessageParcel &parcel);
54 bool Unmarshalling(PredicateTemplateNode &predicateTemplateNode, MessageParcel &parcel);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_transition_effect_test.cpp40 * @tc.desc: Verify the RenderTransition Unmarshalling
48 std::shared_ptr<RSRenderTransitionEffect> effect(RSRenderTransitionEffect::Unmarshalling(parcel1)); in HWTEST_F()
53 effect.reset(RSRenderTransitionEffect::Unmarshalling(parcel2)); in HWTEST_F()
61 * @tc.desc: Verify the TransitionScale Unmarshalling
69 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionScale::Unmarshalling(parcel1)); in HWTEST_F()
74 effect.reset(RSTransitionScale::Unmarshalling(parcel2)); in HWTEST_F()
80 effect.reset(RSTransitionScale::Unmarshalling(parcel3)); in HWTEST_F()
88 * @tc.desc: Verify the TransitionTranslate Unmarshalling
96 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionTranslate::Unmarshalling(parcel1)); in HWTEST_F()
101 effect.reset(RSTransitionTranslate::Unmarshalling(parcel in HWTEST_F()
[all...]
H A Drs_interpolator_test.cpp51 std::shared_ptr<RSInterpolator> interpolator(RSStepsInterpolator::Unmarshalling(parcel1)); in HWTEST_F()
56 interpolator.reset(RSStepsInterpolator::Unmarshalling(parcel2)); in HWTEST_F()
64 interpolator.reset(RSStepsInterpolator::Unmarshalling(parcel3)); in HWTEST_F()
80 std::shared_ptr<RSInterpolator> interpolator(RSSpringInterpolator::Unmarshalling(parcel1)); in HWTEST_F()
85 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel2)); in HWTEST_F()
91 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel3)); in HWTEST_F()
100 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel4)); in HWTEST_F()
169 std::shared_ptr<RSInterpolator> interpolator(RSCustomInterpolator::Unmarshalling(parcel)); in HWTEST_F()
187 * @tc.desc: Verify the Interpolate of RSInterpolator Unmarshalling
195 std::shared_ptr<RSInterpolator> interpolator1(RSInterpolator::Unmarshalling(parcel in HWTEST_F()
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_types_util.h39 bool API_EXPORT Unmarshalling(UnifiedData &output, MessageParcel &parcel);
44 bool API_EXPORT Unmarshalling(std::vector<UnifiedData> &output, MessageParcel &parcel);
49 bool API_EXPORT Unmarshalling(Summary &output, MessageParcel &parcel);
54 bool API_EXPORT Unmarshalling(Privilege &output, MessageParcel &parcel);
59 bool API_EXPORT Unmarshalling(CustomOption &output, MessageParcel &parcel);
64 bool API_EXPORT Unmarshalling(QueryOption &output, MessageParcel &parcel);
69 bool API_EXPORT Unmarshalling(UDType &output, MessageParcel &parcel);
74 bool API_EXPORT Unmarshalling(Intention &output, MessageParcel &parcel);
79 bool API_EXPORT Unmarshalling(AsyncProcessInfo &output, MessageParcel &parcel);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp106 std::shared_ptr<RSInterpolator> interpolator = RSInterpolator::Unmarshalling(parcel); in DoUnmarshalling()
116 RSMarshallingHelper::Unmarshalling(parcel, val); in DoUnmarshalling()
117 RSMarshallingHelper::Unmarshalling(parcel, motionBlurParam); in DoUnmarshalling()
118 RSMarshallingHelper::Unmarshalling(parcel, emitterUpdater); in DoUnmarshalling()
119 RSMarshallingHelper::Unmarshalling(parcel, emitterUpdaters); in DoUnmarshalling()
120 RSMarshallingHelper::Unmarshalling(parcel, particleNoiseField); in DoUnmarshalling()
121 RSMarshallingHelper::Unmarshalling(parcel, noiseFields); in DoUnmarshalling()
122 RSMarshallingHelper::Unmarshalling(parcel, emitterConfig); in DoUnmarshalling()
123 RSMarshallingHelper::Unmarshalling(parcel, velocity); in DoUnmarshalling()
124 RSMarshallingHelper::Unmarshalling(parce in DoUnmarshalling()
[all...]

Completed in 14 milliseconds

12345678910>>...48