/ohos5.0/base/inputmethod/imf/common/include/ |
H A D | itypes_util.h | 39 static bool Unmarshalling(bool &output, MessageParcel &data); 42 static bool Unmarshalling(uint32_t &output, MessageParcel &data); 45 static bool Unmarshalling(int32_t &output, MessageParcel &data); 51 static bool Unmarshalling(double &output, MessageParcel &data); 108 static bool Unmarshalling(Range &output, MessageParcel &data); 170 if (!Unmarshalling(v, parcel)) { in Unmarshalling() 190 if (!Unmarshalling(first, parcel)) { in Unmarshal() 232 if (!Unmarshalling(key, parcel)) { in Unmarshalling() 236 if (!Unmarshalling(value, parcel)) { in Unmarshalling() 280 if (!Unmarshalling(key, parcel)) { in Unmarshalling() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_node_showing_command.cpp | 43 if (!(RSMarshallingHelper::Unmarshalling(parcel, targetId) && in Unmarshalling() 44 RSMarshallingHelper::Unmarshalling(parcel, timeoutNS))) { in Unmarshalling() 69 return RSMarshallingHelper::Unmarshalling(parcel, isTimeout_) && in ReadFromParcel() 70 RSMarshallingHelper::Unmarshalling(parcel, success_) && in ReadFromParcel() 71 RSRenderPropertyBase::Unmarshalling(parcel, property_); in ReadFromParcel() 110 if (!RSMarshallingHelper::Unmarshalling(parcel, timeoutNS)) { in Unmarshalling() 134 if (!RSMarshallingHelper::Unmarshalling(parcel, success_)) { in ReadFromParcel() 177 if (!RSMarshallingHelper::Unmarshalling(parcel, timeoutNS)) { in Unmarshalling() 200 if (!RSMarshallingHelper::Unmarshalling(parcel, success_)) { in ReadFromParcel() 203 if (!RSMarshallingHelper::Unmarshalling(parcel, nodeId_)) { in ReadFromParcel() [all …]
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | datashare_itypes_utils.h | 48 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); 81 bool Unmarshalling(Data &data, MessageParcel &parcel); 93 bool Unmarshalling(AshmemNode &node, MessageParcel &parcel); 99 bool Unmarshalling(Uri &node, MessageParcel &parcel); 102 bool Unmarshalling(TemplateId &templateId, MessageParcel &parcel); 114 bool Unmarshalling(RdbChangeNode &changeNode, MessageParcel &parcel); [all …]
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_test/ |
H A D | bean_test.cpp | 71 auto unmarshalling = SkillUri::Unmarshalling(parcel); 81 unmarshalling = SkillUri::Unmarshalling(parcel1); 85 unmarshalling = SkillUri::Unmarshalling(parcel1); 108 unmarshalling = AppVerifyBaseInfo::Unmarshalling(parcel1); 111 unmarshalling = AppVerifyBaseInfo::Unmarshalling(parcel1); 114 unmarshalling = AppVerifyBaseInfo::Unmarshalling(parcel1); 205 unmarshalling = VerifyResultInfo::Unmarshalling(parcel1); 208 unmarshalling = VerifyResultInfo::Unmarshalling(parcel1); 211 unmarshalling = VerifyResultInfo::Unmarshalling(parcel1); 225 unmarshalling = VerifyResultInfo::Unmarshalling(parcel1); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_marshalling_helper.cpp | 59 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, TYPE& val) \ 140 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSShader>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 150 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Matrix& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 231 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, EmitterConfig& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 241 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 290 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSPath>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 300 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSMask>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 310 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSFilter>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 320 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSImage>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 360 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RRectT<float>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_types_util.h | 52 API_EXPORT bool Unmarshalling(SyncerParam &output, MessageParcel &data); 60 API_EXPORT bool Unmarshalling(Option &output, MessageParcel &data); 72 API_EXPORT bool Unmarshalling(SubOption &output, MessageParcel &data); 76 API_EXPORT bool Unmarshalling(ValueObject &output, MessageParcel &data); 84 API_EXPORT bool Unmarshalling(Asset &output, MessageParcel &data); 88 API_EXPORT bool Unmarshalling(SubOption &output, MessageParcel &data); 100 API_EXPORT bool Unmarshalling(Statistic &output, MessageParcel &data); 108 API_EXPORT bool Unmarshalling(Origin &output, MessageParcel &data); 120 API_EXPORT bool Unmarshalling(Reference &output, MessageParcel &data); 124 API_EXPORT bool Unmarshalling(BigInt &output, MessageParcel &data); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_marshalling_helper.cpp | 61 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, TYPE& val) \ 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 235 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, EmitterConfig& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 243 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 286 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSPath>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 296 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSMask>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 306 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSFilter>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 326 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSImage>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 361 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, RRectT<float>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 920 success = success && Unmarshalling(parcel, fieldSizeX) && Unmarshalling(parcel, fieldSizeY); in Unmarshalling() 1021 Unmarshalling(parcel, image); in Unmarshalling() 1045 bool success = Unmarshalling(parcel, valueStart) && Unmarshalling(parcel, valueEnd) && in Unmarshalling() 1046 Unmarshalling(parcel, angleStart) && Unmarshalling(parcel, angleEnd); in Unmarshalling() 1087 …Unmarshalling(parcel, valueStart) && Unmarshalling(parcel, valueEnd) && Unmarshalling(parcel, upda… in Unmarshalling() 1162 bool success = Unmarshalling(parcel, colorValStart) && Unmarshalling(parcel, colorValEnd) && in Unmarshalling() 1163 Unmarshalling(parcel, distribution) && Unmarshalling(parcel, updator); in Unmarshalling() 1167 Unmarshalling(parcel, blueRandomStart) && Unmarshalling(parcel, blueRandomEnd) && in Unmarshalling() 1180 Unmarshalling(parcel, startMillis) && Unmarshalling(parcel, endMillis); in Unmarshalling() 1554 return Unmarshalling(parcel, val.rect_) && Unmarshalling(parcel, val.radius_[0]) && in Unmarshalling() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | kv_types_util.h | 46 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); 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(Status &output, MessageParcel &data); 111 API_EXPORT bool Unmarshalling(Statistic &output, MessageParcel &data); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_marshalling_helper_test.cpp | 101 EXPECT_TRUE(RSMarshallingHelper::Unmarshalling(parcel, val)); 103 EXPECT_TRUE(RSMarshallingHelper::Unmarshalling(parcel, val)); 105 EXPECT_FALSE(RSMarshallingHelper::Unmarshalling(parcel, val)); 106 EXPECT_TRUE(RSMarshallingHelper::Unmarshalling(parcel, val)); 159 EXPECT_FALSE(RSMarshallingHelper::Unmarshalling(parcel, val)); 246 EXPECT_FALSE(RSMarshallingHelper::Unmarshalling(parcel, val)); 313 EXPECT_TRUE(RSMarshallingHelper::Unmarshalling(parcel, val)); 315 EXPECT_TRUE(RSMarshallingHelper::Unmarshalling(parcel, val)); 317 EXPECT_TRUE(RSMarshallingHelper::Unmarshalling(parcel, val)); 437 EXPECT_TRUE(RSMarshallingHelper::Unmarshalling(parcel, val)); [all …]
|
/ohos5.0/base/msdp/device_status/intention/drag/data/include/ |
H A D | drag_params.h | 62 bool Unmarshalling(MessageParcel &parcel) override; 78 bool Unmarshalling(MessageParcel &parcel) override; 88 bool Unmarshalling(MessageParcel &parcel) override; 99 bool Unmarshalling(MessageParcel &parcel) override; 110 bool Unmarshalling(MessageParcel &parcel) override; 120 bool Unmarshalling(MessageParcel &parcel) override; 130 bool Unmarshalling(MessageParcel &parcel) override; 140 bool Unmarshalling(MessageParcel &parcel) override; 152 bool Unmarshalling(MessageParcel &parcel) override; 162 bool Unmarshalling(MessageParcel &parcel) override; [all …]
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | datashare_itypes_utils.cpp | 31 bool Unmarshalling(Predicates &predicates, MessageParcel &parcel) in Unmarshalling() function 57 bool Unmarshalling(BatchUpdateResult &result, MessageParcel &parcel) in Unmarshalling() function 81 bool Unmarshalling(Operation &operation, 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 171 bool Unmarshalling(AshmemNode &node, MessageParcel &parcel) in Unmarshalling() function 191 bool Unmarshalling(Uri &node, MessageParcel &parcel) in Unmarshalling() function 224 if (!ITypesUtil::Unmarshalling(type, parcel)) { in Unmarshalling() 240 bool Unmarshalling(ExecResult &execResult, MessageParcel &parcel) in Unmarshalling() function 243 if (!ITypesUtil::Unmarshalling(type, parcel)) { in Unmarshalling() [all …]
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/include/ |
H A D | drag_params.h | 62 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(MessageParcel &parcel) override; [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_marshalling_helper.h | 95 static bool Unmarshalling(Parcel& parcel, T& val) in Unmarshalling() function 157 Unmarshalling(parcel, size); in UnmarshallingVec() 164 if (!Unmarshalling(parcel, tmp)) { in UnmarshallingVec() 189 Unmarshalling(parcel, size); in UnmarshallingVec2() 317 if (!Unmarshalling(parcel, size)) { in Unmarshalling() 324 if (!Unmarshalling(parcel, key) || !Unmarshalling(parcel, value)) { in Unmarshalling() 349 if (!Unmarshalling(parcel, size)) { in Unmarshalling() 356 if (!Unmarshalling(parcel, tmp)) { in Unmarshalling() 383 if (!Unmarshalling(parcel, value)) { in Unmarshalling() 398 return Unmarshalling(parcel, val.first) && Unmarshalling(parcel, val.second); in Unmarshalling() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | itypes_util.h | 235 bool Unmarshalling(std::list<T> &val, MessageParcel &parcel); 240 bool Unmarshalling(T &output, MessageParcel &data) = delete; 245 bool Unmarshalling(T &output, MessageParcel &data); 356 … if ((!ITypesUtil::Unmarshalling(key, parcel)) || (!ITypesUtil::Unmarshalling(val[key], parcel))) { 382 if (!ITypesUtil::Unmarshalling(first, parcel)) { 386 if (!ITypesUtil::Unmarshalling(second, parcel)) { 390 if (!ITypesUtil::Unmarshalling(third, parcel)) { 413 if (!ITypesUtil::Unmarshalling(first, parcel)) { 417 if (!ITypesUtil::Unmarshalling(second, parcel)) { 484 if (!ITypesUtil::Unmarshalling(value, parcel)) { [all …]
|
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_common_test.cpp | 61 sptr<NetFirewallPolicy> ptr = NetFirewallPolicy::Unmarshalling(parcel); 70 sptr<NetFirewallPolicy> ptr = NetFirewallPolicy::Unmarshalling(parcel); 81 sptr<NetFirewallPolicy> ptr = NetFirewallPolicy::Unmarshalling(parcel); 88 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); 97 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); 108 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); 121 sptr<RequestParam> ptr = RequestParam::Unmarshalling(parcel); 128 sptr<FirewallRulePage> ptr = FirewallRulePage::Unmarshalling(parcel); 137 sptr<FirewallRulePage> ptr = FirewallRulePage::Unmarshalling(parcel); 148 sptr<FirewallRulePage> ptr = FirewallRulePage::Unmarshalling(parcel); [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_types_util.cpp | 26 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 90 bool Unmarshalling(SubOption &output, MessageParcel &data) in Unmarshalling() function 103 bool Unmarshalling(ValueObject &output, MessageParcel &data) in Unmarshalling() function 125 bool Unmarshalling(Asset &output, MessageParcel &data) in Unmarshalling() function 155 bool Unmarshalling(Statistic &output, MessageParcel &data) in Unmarshalling() function 179 bool Unmarshalling(Origin &output, MessageParcel &data) in Unmarshalling() function 212 bool Unmarshalling(Reference &output, MessageParcel &data) in Unmarshalling() function 224 bool Unmarshalling(BigInt& output, MessageParcel& data) in Unmarshalling() function [all …]
|
/ohos5.0/base/msdp/device_status/intention/drag/data/src/ |
H A D | drag_params.cpp | 47 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 117 bool UpdateDragStyleParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::UpdateDragStyleParam 143 bool UpdateShadowPicParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::UpdateShadowPicParam 176 bool GetUdKeyReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetUdKeyReply 195 bool GetShadowOffsetReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetShadowOffsetReply 319 bool GetDragSummaryParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragSummaryParam 333 bool GetDragSummaryReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragSummaryReply 347 bool GetDragStateReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragStateReply 368 bool GetDragActionReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragActionReply [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_transition_effect_test.cpp | 53 effect.reset(RSRenderTransitionEffect::Unmarshalling(parcel2)); 69 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionScale::Unmarshalling(parcel1)); 74 effect.reset(RSTransitionScale::Unmarshalling(parcel2)); 80 effect.reset(RSTransitionScale::Unmarshalling(parcel3)); 101 effect.reset(RSTransitionTranslate::Unmarshalling(parcel2)); 107 effect.reset(RSTransitionTranslate::Unmarshalling(parcel3)); 128 effect.reset(RSTransitionRotate::Unmarshalling(parcel2)); 134 effect.reset(RSTransitionRotate::Unmarshalling(parcel3)); 141 effect.reset(RSTransitionRotate::Unmarshalling(parcel4)); 156 std::shared_ptr<RSRenderTransitionEffect> effect(RSTransitionFade::Unmarshalling(parcel1)); [all …]
|
H A D | rs_interpolator_test.cpp | 51 std::shared_ptr<RSInterpolator> interpolator(RSStepsInterpolator::Unmarshalling(parcel1)); 56 interpolator.reset(RSStepsInterpolator::Unmarshalling(parcel2)); 64 interpolator.reset(RSStepsInterpolator::Unmarshalling(parcel3)); 85 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel2)); 91 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel3)); 100 interpolator.reset(RSSpringInterpolator::Unmarshalling(parcel4)); 195 std::shared_ptr<RSInterpolator> interpolator1(RSInterpolator::Unmarshalling(parcel1)); 200 std::shared_ptr<RSInterpolator> interpolator2(RSInterpolator::Unmarshalling(parcel2)); 205 std::shared_ptr<RSInterpolator> interpolator3(RSInterpolator::Unmarshalling(parcel3)); 210 std::shared_ptr<RSInterpolator> interpolator4(RSInterpolator::Unmarshalling(parcel4)); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/ |
H A D | rsmarshallinghelper_fuzzer.cpp | 116 RSMarshallingHelper::Unmarshalling(parcel, val); in DoUnmarshalling() 124 RSMarshallingHelper::Unmarshalling(parcel, val2); in DoUnmarshalling() 125 RSMarshallingHelper::Unmarshalling(parcel, color); in DoUnmarshalling() 126 RSMarshallingHelper::Unmarshalling(parcel, params); in DoUnmarshalling() 128 RSMarshallingHelper::Unmarshalling(parcel, path); in DoUnmarshalling() 130 RSMarshallingHelper::Unmarshalling(parcel, base); in DoUnmarshalling() 131 RSMarshallingHelper::Unmarshalling(parcel, image); in DoUnmarshalling() 132 RSMarshallingHelper::Unmarshalling(parcel, map); in DoUnmarshalling() 133 RSMarshallingHelper::Unmarshalling(parcel, rectt); in DoUnmarshalling() 134 RSMarshallingHelper::Unmarshalling(parcel, rrect); in DoUnmarshalling() [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/ |
H A D | cloud_types_util.h | 40 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(CloudSyncInfo &output, MessageParcel &data);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_types_util.cpp | 27 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 133 bool Unmarshalling(Options &output, MessageParcel &data) in Unmarshalling() function 168 bool Unmarshalling(AuthType &output, MessageParcel &data) in Unmarshalling() function 209 bool Unmarshalling(Status &output, MessageParcel &data) in Unmarshalling() function [all …]
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/src/ |
H A D | drag_params.cpp | 47 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 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 176 bool GetDragTargetPidReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragTargetPidReply 190 bool GetUdKeyReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetUdKeyReply 209 bool GetShadowOffsetReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetShadowOffsetReply 305 bool GetDragSummaryReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragSummaryReply 319 bool GetDragStateReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragStateReply 340 bool GetDragActionReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragActionReply [all …]
|
/ohos5.0/base/inputmethod/imf/common/src/ |
H A D | itypes_util.cpp | 38 bool ITypesUtil::Unmarshalling(bool &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil 48 bool ITypesUtil::Unmarshalling(uint32_t &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil 58 bool ITypesUtil::Unmarshalling(int32_t &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil 68 bool ITypesUtil::Unmarshalling(uint64_t &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil 78 bool ITypesUtil::Unmarshalling(double &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil 88 bool ITypesUtil::Unmarshalling(std::string &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil 133 bool ITypesUtil::Unmarshalling(Property &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil 152 bool ITypesUtil::Unmarshalling(SubProperty &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil 218 if (!Unmarshalling(output.inputAttribute, data)) { in Unmarshalling() 358 bool ITypesUtil::Unmarshalling(InputType &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil [all …]
|