/ohos5.0/base/inputmethod/imf/common/include/ |
H A D | itypes_util.h | 38 static bool Marshalling(bool input, MessageParcel &data); 41 static bool Marshalling(uint32_t input, MessageParcel &data); 44 static bool Marshalling(int32_t input, MessageParcel &data); 47 static bool Marshalling(uint64_t input, MessageParcel &data); 50 static bool Marshalling(double input, MessageParcel &data); 143 if (!Marshalling(v, parcel)) { in Marshalling() 181 if (!Marshalling(first, parcel)) { in Marshal() 203 if (!Marshalling(entry.first, parcel)) { in Marshalling() 206 if (!Marshalling(entry.second, parcel)) { in Marshalling() 251 if (!Marshalling(entry.first, parcel)) { in Marshalling() [all …]
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | datashare_itypes_utils.h | 45 bool Marshalling(const BatchUpdateResult &result, MessageParcel &parcel); 51 bool Marshalling(const UpdateOperation &operation, MessageParcel &parcel); 57 bool Marshalling(const Predicates &bucket, MessageParcel &parcel); 63 bool Marshalling(const Operation &operation, MessageParcel &parcel); 75 bool Marshalling(const PublishedDataItem &templateId, MessageParcel &parcel); 78 bool Marshalling(const Data &data, MessageParcel &parcel); 90 bool Marshalling(const AshmemNode &node, MessageParcel &parcel); 96 bool Marshalling(const Uri &node, MessageParcel &parcel); 111 bool Marshalling(const RdbChangeNode &changeNode, MessageParcel &parcel); 129 bool Marshalling(const TemplateId &changeNode, MessageParcel &parcel); [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_types_util.h | 50 API_EXPORT bool Marshalling(const SyncerParam &input, MessageParcel &data); 58 API_EXPORT bool Marshalling(const Option &input, MessageParcel &data); 70 API_EXPORT bool Marshalling(const SubOption &input, MessageParcel &data); 74 API_EXPORT bool Marshalling(const ValueObject &input, MessageParcel &data); 82 API_EXPORT bool Marshalling(const Asset &input, MessageParcel &data); 86 API_EXPORT bool Marshalling(const SubOption &input, MessageParcel &data); 98 API_EXPORT bool Marshalling(const Statistic &input, MessageParcel &data); 106 API_EXPORT bool Marshalling(const Origin &input, MessageParcel &data); 118 API_EXPORT bool Marshalling(const Reference &input, MessageParcel &data); 122 API_EXPORT bool Marshalling(const BigInt &input, MessageParcel &data); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_node_showing_command.cpp | 29 return RSMarshallingHelper::Marshalling(parcel, commandType) && in Marshalling() 30 RSMarshallingHelper::Marshalling(parcel, commandSubType) && in Marshalling() 31 RSMarshallingHelper::Marshalling(parcel, targetId_) && in Marshalling() 32 RSMarshallingHelper::Marshalling(parcel, timeoutNS_) && in Marshalling() 33 RSMarshallingHelper::Marshalling(parcel, isTimeout_) && in Marshalling() 34 RSMarshallingHelper::Marshalling(parcel, success_) && in Marshalling() 100 RSMarshallingHelper::Marshalling(parcel, timeoutNS_) && in Marshalling() 101 RSMarshallingHelper::Marshalling(parcel, success_) && in Marshalling() 167 RSMarshallingHelper::Marshalling(parcel, timeoutNS_) && in Marshalling() 168 RSMarshallingHelper::Marshalling(parcel, success_) && in Marshalling() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_marshalling_helper.cpp | 55 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const TYPE& val) \ 89 bool RSMarshallingHelper::Marshalling(Parcel& parcel, std::shared_ptr<Drawing::Data> val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 135 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSShader>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 145 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Matrix& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 226 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const EmitterConfig& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 236 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const ParticleVelocity& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 286 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSPath>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 296 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSMask>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 316 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSImage>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 356 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const RRectT<float>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_marshalling_helper.cpp | 57 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const TYPE& val) \ 91 bool RSMarshallingHelper::Marshalling(Parcel& parcel, std::shared_ptr<Drawing::Data> val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 139 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSShader>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 149 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Matrix& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 231 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const EmitterConfig& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 239 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const ParticleVelocity& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 281 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSPath>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 292 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSMask>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 322 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<RSImage>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper 357 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const RRectT<float>& val) in Marshalling() function in OHOS::Rosen::RSMarshallingHelper [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | kv_types_util.h | 44 API_EXPORT bool Marshalling(const Blob &input, MessageParcel &data); 49 API_EXPORT bool Marshalling(const AppId &input, MessageParcel &data); 54 API_EXPORT bool Marshalling(const StoreId &input, MessageParcel &data); 59 API_EXPORT bool Marshalling(const Entry &input, MessageParcel &data); 64 API_EXPORT bool Marshalling(const DeviceInfo &input, MessageParcel &data); 74 API_EXPORT bool Marshalling(const Options &input, MessageParcel &data); 79 API_EXPORT bool Marshalling(const SyncPolicy &input, MessageParcel &data); 84 API_EXPORT bool Marshalling(const SwitchData &input, MessageParcel &data); 89 API_EXPORT bool Marshalling(const Status &input, MessageParcel &data); 109 API_EXPORT bool Marshalling(const Statistic &input, MessageParcel &data); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 302 Marshalling(parcel, bitmapFormat); in Marshalling() 309 Marshalling(parcel, data); in Marshalling() 355 Marshalling(parcel, data); in Marshalling() 894 …success = success && Marshalling(parcel, val->fieldSize_.x_) && Marshalling(parcel, val->fieldSize… in Marshalling() 896 …success = success && Marshalling(parcel, val->fieldFeather_) && Marshalling(parcel, val->noiseSca… in Marshalling() 1036 … Marshalling(parcel, val.velocityAngle_.start_) && Marshalling(parcel, val.velocityAngle_.end_); in Marshalling() 1057 bool success = Marshalling(parcel, val.val_.start_) && Marshalling(parcel, val.val_.end_) && in Marshalling() 1120 …bool success = Marshalling(parcel, val.colorVal_.start_) && Marshalling(parcel, val.colorVal_.end_… in Marshalling() 1121 Marshalling(parcel, val.distribution_) && Marshalling(parcel, val.updator_); in Marshalling() 1548 return Marshalling(parcel, val.rect_) && Marshalling(parcel, val.radius_[0]) && in Marshalling() [all …]
|
/ohos5.0/base/msdp/device_status/intention/drag/data/src/ |
H A D | drag_params.cpp | 39 bool StartDragParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::StartDragParam 43 (DragDataPacker::Marshalling(*cDragDataPtr_, parcel) == RET_OK) in Marshalling() 59 bool StopDragParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::StopDragParam 111 bool UpdateDragStyleParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::UpdateDragStyleParam 133 bool UpdateShadowPicParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::UpdateShadowPicParam 137 shadowInfo_.pixelMap->Marshalling(parcel) && in Marshalling() 171 bool GetUdKeyReply::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::GetUdKeyReply 185 bool GetShadowOffsetReply::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::GetShadowOffsetReply 342 bool GetDragStateReply::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::GetDragStateReply 363 bool GetDragActionReply::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::GetDragActionReply [all …]
|
/ohos5.0/base/msdp/device_status/intention/drag/data/include/ |
H A D | drag_params.h | 61 bool Marshalling(MessageParcel &parcel) const override; 77 bool Marshalling(MessageParcel &parcel) const override; 87 bool Marshalling(MessageParcel &parcel) const override; 98 bool Marshalling(MessageParcel &parcel) const override; 109 bool Marshalling(MessageParcel &parcel) const override; 119 bool Marshalling(MessageParcel &parcel) const override; 129 bool Marshalling(MessageParcel &parcel) const override; 139 bool Marshalling(MessageParcel &parcel) const override; 151 bool Marshalling(MessageParcel &parcel) const override; 161 bool Marshalling(MessageParcel &parcel) const override; [all …]
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/src/ |
H A D | drag_params.cpp | 39 bool StartDragParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::StartDragParam 43 (DragDataPacker::Marshalling(*cDragDataPtr_, parcel) == RET_OK) in Marshalling() 59 bool StopDragParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::StopDragParam 111 bool UpdateDragStyleParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::UpdateDragStyleParam 132 bool UpdateShadowPicParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::UpdateShadowPicParam 136 shadowInfo_.pixelMap->Marshalling(parcel) && in Marshalling() 185 bool GetUdKeyReply::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::GetUdKeyReply 300 bool GetDragSummaryReply::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::GetDragSummaryReply 314 bool GetDragStateReply::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::GetDragStateReply 335 bool GetDragActionReply::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::GetDragActionReply [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 | 84 EXPECT_TRUE(RSMarshallingHelper::Marshalling(parcel, val)); 86 EXPECT_TRUE(RSMarshallingHelper::Marshalling(parcel, val)); 88 EXPECT_TRUE(RSMarshallingHelper::Marshalling(parcel, val)); 146 EXPECT_FALSE(RSMarshallingHelper::Marshalling(parcel, val)); 200 EXPECT_TRUE(RSMarshallingHelper::Marshalling(parcel, val)); 202 EXPECT_FALSE(RSMarshallingHelper::Marshalling(parcel, val)); 295 EXPECT_TRUE(RSMarshallingHelper::Marshalling(parcel, val)); 300 EXPECT_TRUE(RSMarshallingHelper::Marshalling(parcel, val)); 330 EXPECT_TRUE(RSMarshallingHelper::Marshalling(parcel, val)); 364 EXPECT_TRUE(RSMarshallingHelper::Marshalling(parcel, val)); [all …]
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/ |
H A D | b_file_info_test.cpp | 53 EXPECT_EQ(bFileInfo.Marshalling(parcel), true); 75 EXPECT_EQ(bFileInfo.Marshalling(parcel), true); 94 EXPECT_EQ(bFileInfo.Marshalling(parcel), true); 113 EXPECT_EQ(bFileInfo.Marshalling(parcel), true); 133 EXPECT_EQ(bFileInfo.Marshalling(parcel), true); 153 EXPECT_EQ(bFileInfo.Marshalling(parcel), true); 173 EXPECT_EQ(bFileInfo.Marshalling(parcel), true); 194 EXPECT_EQ(bFileInfo.Marshalling(parcel), true); 213 EXPECT_EQ(bFileInfo.Marshalling(parcel), true); 236 EXPECT_EQ(bFileInfo.Marshalling(parcel), true); [all …]
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/include/ |
H A D | drag_params.h | 61 bool Marshalling(MessageParcel &parcel) const override; 77 bool Marshalling(MessageParcel &parcel) const override; 87 bool Marshalling(MessageParcel &parcel) const override; 98 bool Marshalling(MessageParcel &parcel) const override; 108 bool Marshalling(MessageParcel &parcel) const override; 118 bool Marshalling(MessageParcel &parcel) const override; 128 bool Marshalling(MessageParcel &parcel) const override; 138 bool Marshalling(MessageParcel &parcel) const override; 150 bool Marshalling(MessageParcel &parcel) const override; 160 bool Marshalling(MessageParcel &parcel) const override; [all …]
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | profile_change_listener_proxy.cpp | 33 if (!profile.Marshalling(data)) { in OnTrustDeviceProfileAdd() 48 if (!profile.Marshalling(data)) { in OnTrustDeviceProfileDelete() 64 if (!oldProfile.Marshalling(data)) { in OnTrustDeviceProfileUpdate() 68 if (!newProfile.Marshalling(data)) { in OnTrustDeviceProfileUpdate() 83 if (!profile.Marshalling(data)) { in OnDeviceProfileAdd() 98 if (!profile.Marshalling(data)) { in OnDeviceProfileDelete() 113 if (!oldProfile.Marshalling(data)) { in OnDeviceProfileUpdate() 132 if (!profile.Marshalling(data)) { in OnServiceProfileAdd() 147 if (!profile.Marshalling(data)) { in OnServiceProfileDelete() 181 if (!profile.Marshalling(data)) { in OnCharacteristicProfileAdd() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | itypes_util.h | 51 static inline bool Marshalling(int16_t input, MessageParcel &data) 81 static inline bool Marshalling(int32_t input, MessageParcel &data) 111 static inline bool Marshalling(double input, MessageParcel &data) 121 static inline bool Marshalling(bool input, MessageParcel &data) 238 bool Marshalling(const T &input, MessageParcel &data) = delete; 243 bool Marshalling(const T &input, MessageParcel &data); 331 …if ((!ITypesUtil::Marshalling(entry.first, parcel)) || (!ITypesUtil::Marshalling(entry.second, par… 400 if (!ITypesUtil::Marshalling(result.first, parcel)) { 403 if (!ITypesUtil::Marshalling(result.second, parcel)) { 460 if (!ITypesUtil::Marshalling(v, parcel)) { [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/include/ |
H A D | cloud_types_util.h | 38 bool Marshalling(const Participant &input, MessageParcel &data); 43 bool Marshalling(const Privilege &input, MessageParcel &data); 48 bool Marshalling(const Role &input, MessageParcel &data); 53 bool Marshalling(const Confirmation &input, MessageParcel &data); 58 bool Marshalling(const SharingCode &input, MessageParcel &data); 63 bool Marshalling(const Asset &input, MessageParcel &data); 67 bool Marshalling(const ValueObject &input, MessageParcel &data); 71 bool Marshalling(const ValuesBucket &input, MessageParcel &data); 79 bool Marshalling(const Strategy &input, MessageParcel &data); 82 bool Marshalling(const CommonAsset &input, MessageParcel &data); [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_types_util.cpp | 19 bool Marshalling(const SyncerParam &input, MessageParcel &data) in Marshalling() function 34 bool Marshalling(const NotifyConfig &input, MessageParcel &data) in Marshalling() function 45 bool Marshalling(const Option &input, MessageParcel &data) in Marshalling() function 84 bool Marshalling(const SubOption &input, MessageParcel &data) in Marshalling() function 98 bool Marshalling(const ValueObject &input, MessageParcel &data) in Marshalling() function 120 bool Marshalling(const Asset &input, MessageParcel &data) in Marshalling() function 150 bool Marshalling(const Statistic &input, MessageParcel &data) in Marshalling() function 174 bool Marshalling(const Origin &input, MessageParcel &data) in Marshalling() function 207 bool Marshalling(const Reference &input, MessageParcel &data) in Marshalling() function 218 bool Marshalling(const BigInt& input, MessageParcel& data) in Marshalling() function [all …]
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | ipc_utils_test.cpp | 68 bool ret = IpcUtils::Marshalling(parcel, profiles); 74 ret = IpcUtils::Marshalling(parcel, profiles); 89 bool ret = IpcUtils::Marshalling(parcel, profiles); 95 ret = IpcUtils::Marshalling(parcel, profiles); 110 bool ret = IpcUtils::Marshalling(parcel, profiles); 116 ret = IpcUtils::Marshalling(parcel, profiles); 137 ret = IpcUtils::Marshalling(parcel, profiles); 152 bool ret = IpcUtils::Marshalling(parcel, params); 157 ret = IpcUtils::Marshalling(parcel, params); 178 ret = IpcUtils::Marshalling(parcel, listenerMap); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_marshalling_helper.h | 90 static bool Marshalling(Parcel& parcel, const T& val) in Marshalling() function 107 static bool Marshalling(Parcel& parcel, const std::string& val) in Marshalling() function 144 Marshalling(parcel, size); in MarshallingVec() 146 if (!Marshalling(parcel, val[i])) { in MarshallingVec() 176 Marshalling(parcel, size); in MarshallingVec2() 301 static bool Marshalling(Parcel& parcel, const std::map<T, P>& val) 307 if (!Marshalling(parcel, key) || !Marshalling(parcel, value)) { 341 success = success && Marshalling(parcel, item); in Marshalling() 373 return Marshalling(parcel, val.value()); in Marshalling() 393 return Marshalling(parcel, val.first) && Marshalling(parcel, val.second); in Marshalling() [all …]
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | datashare_itypes_utils.cpp | 22 bool Marshalling(const Predicates &predicates, MessageParcel &parcel) in Marshalling() function 51 bool Marshalling(const BatchUpdateResult &result, MessageParcel &parcel) in Marshalling() function 63 bool Marshalling(const UpdateOperation &operation, MessageParcel &parcel) in Marshalling() function 75 bool Marshalling(const Operation &operation, MessageParcel &parcel) in Marshalling() function 93 bool Marshalling(const PublishedDataItem &dataItem, MessageParcel &parcel) in Marshalling() function 99 bool Marshalling(const Data &data, MessageParcel &parcel) in Marshalling() function 117 bool Marshalling(const TemplateId &templateId, MessageParcel &parcel) in Marshalling() function 135 bool Marshalling(const RdbChangeNode &changeNode, MessageParcel &parcel) in Marshalling() function 179 bool Marshalling(const AshmemNode &node, MessageParcel &parcel) in Marshalling() function 185 bool Marshalling(const Uri &node, MessageParcel &parcel) in Marshalling() function [all …]
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_parcel_test/ |
H A D | bean_parcel_test.cpp | 77 ASSERT_FALSE(skillUri.Marshalling(parcel)); 81 ASSERT_FALSE(skillUri.Marshalling(parcel)); 85 ASSERT_FALSE(skillUri.Marshalling(parcel)); 89 ASSERT_FALSE(skillUri.Marshalling(parcel)); 93 ASSERT_FALSE(skillUri.Marshalling(parcel)); 97 ASSERT_FALSE(skillUri.Marshalling(parcel)); 101 ASSERT_FALSE(skillUri.Marshalling(parcel)); 125 ASSERT_TRUE(skillUri.Marshalling(parcel)); 176 ASSERT_FALSE(appVerifyBaseInfo.Marshalling(parcel)); 180 ASSERT_FALSE(appVerifyBaseInfo.Marshalling(parcel)); [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_types_util.cpp | 21 bool Marshalling(const Blob &blob, MessageParcel &data) in Marshalling() function 36 bool Marshalling(const AppId &input, MessageParcel &data) in Marshalling() function 38 return ITypesUtil::Marshalling(input.appId, data); in Marshalling() 48 bool Marshalling(const StoreId &input, MessageParcel &data) in Marshalling() function 50 return ITypesUtil::Marshalling(input.storeId, data); in Marshalling() 60 bool Marshalling(const Entry &entry, MessageParcel &data) in Marshalling() function 72 bool Marshalling(const DeviceInfo &entry, MessageParcel &data) in Marshalling() function 106 bool Marshalling(const Options &input, MessageParcel &data) in Marshalling() function 162 bool Marshalling(const AuthType &input, MessageParcel &data) in Marshalling() function 203 bool Marshalling(const Status &input, MessageParcel &data) in Marshalling() function [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_types_util.cpp | 20 bool Marshalling(const Participant &input, MessageParcel &data) in Marshalling() function 34 bool Marshalling(const Privilege &input, MessageParcel &data) in Marshalling() function 48 bool Marshalling(const Role &input, MessageParcel &data) in Marshalling() function 65 bool Marshalling(const Confirmation &input, MessageParcel &data) in Marshalling() function 83 bool Marshalling(const SharingCode &input, MessageParcel &data) in Marshalling() function 100 bool Marshalling(const Asset &input, MessageParcel &data) in Marshalling() function 110 bool Marshalling(const ValueObject &input, MessageParcel &data) in Marshalling() function 120 bool Marshalling(const ValuesBucket &input, MessageParcel &data) in Marshalling() function 137 bool Marshalling(const Strategy &input, MessageParcel &data) in Marshalling() function 143 bool Marshalling(const CommonAsset &input, MessageParcel &data) in Marshalling() function [all …]
|
/ohos5.0/base/inputmethod/imf/common/src/ |
H A D | itypes_util.cpp | 33 bool ITypesUtil::Marshalling(bool input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 43 bool ITypesUtil::Marshalling(uint32_t input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 53 bool ITypesUtil::Marshalling(int32_t input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 63 bool ITypesUtil::Marshalling(uint64_t input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 73 bool ITypesUtil::Marshalling(double input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 83 bool ITypesUtil::Marshalling(const std::string &input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 124 bool ITypesUtil::Marshalling(const Property &input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 353 bool ITypesUtil::Marshalling(InputType input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 386 bool ITypesUtil::Marshalling(ClientState input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 402 bool ITypesUtil::Marshalling(SwitchTrigger input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil [all …]
|