/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); 53 static bool Marshalling(const std::u16string &input, MessageParcel &data); 56 static bool Marshalling(const std::string &input, MessageParcel &data); 59 static bool Marshalling(const std::vector<uint8_t> &input, MessageParcel &data); 62 static bool Marshalling(const sptr<IRemoteObject> &input, MessageParcel &data); 65 static bool Marshalling(cons 132 bool ITypesUtil::Marshalling(const std::vector<T> &val, MessageParcel &parcel) Marshalling() function in OHOS::MiscServices::ITypesUtil 197 bool ITypesUtil::Marshalling(const std::map<K, V> &result, MessageParcel &parcel) Marshalling() function in OHOS::MiscServices::ITypesUtil 245 bool ITypesUtil::Marshalling(const std::unordered_map<K, V> &result, MessageParcel &parcel) Marshalling() function in OHOS::MiscServices::ITypesUtil [all...] |
/base/msdp/device_status/intention/drag/data/include/ |
H A D | drag_params.h | 62 bool Marshalling(MessageParcel &parcel) const override; 78 bool Marshalling(MessageParcel &parcel) const override; 88 bool Marshalling(MessageParcel &parcel) const override; 99 bool Marshalling(MessageParcel &parcel) const override; 110 bool Marshalling(MessageParcel &parcel) const override; 120 bool Marshalling(MessageParcel &parcel) const override; 130 bool Marshalling(MessageParcel &parcel) const override; 140 bool Marshalling(MessageParcel &parcel) const override; 152 bool Marshalling(MessageParcel &parcel) const override; 162 bool Marshalling(MessageParce [all...] |
/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 95 bool SetDragWindowVisibleParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::SetDragWindowVisibleParam 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() 157 bool AddSelectedPixelMapParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::AddSelectedPixelMapParam 159 return ((pixelMap_ != nullptr) && pixelMap_->Marshalling(parcel)); in Marshalling() 172 bool GetDragTargetPidReply::Marshalling(MessageParce function in OHOS::Msdp::DeviceStatus::GetDragTargetPidReply 186 bool GetUdKeyReply::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::GetUdKeyReply 200 bool GetShadowOffsetReply::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::GetShadowOffsetReply 224 bool UpdatePreviewStyleParam::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::UpdatePreviewStyleParam 239 bool UpdatePreviewAnimationParam::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::UpdatePreviewAnimationParam 259 bool RotateDragWindowSyncParam::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::RotateDragWindowSyncParam 287 bool SetDragWindowScreenIdParam::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::SetDragWindowScreenIdParam 301 bool AddDraglistenerParam::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::AddDraglistenerParam 315 bool RemoveDraglistenerParam::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::RemoveDraglistenerParam 329 bool GetDragSummaryParam::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::GetDragSummaryParam 343 bool GetDragSummaryReply::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::GetDragSummaryReply 357 bool GetDragStateReply::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::GetDragStateReply 378 bool GetDragActionReply::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::GetDragActionReply 399 bool GetExtraInfoReply::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::Msdp::DeviceStatus::GetExtraInfoReply [all...] |
/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 93 bool ITypesUtil::Marshalling(const std::u16string &input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 103 bool ITypesUtil::Marshalling(const std::vector<uint8_t> &input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 113 bool ITypesUtil::Marshalling(const sptr<IRemoteObject> &input, MessageParcel &data) in Marshalling() function in OHOS::MiscServices::ITypesUtil 124 bool ITypesUtil::Marshalling(cons function in OHOS::MiscServices::ITypesUtil 142 bool ITypesUtil::Marshalling(const SubProperty &input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 162 bool ITypesUtil::Marshalling(const InputAttribute &input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 180 bool ITypesUtil::Marshalling(const TextTotalConfig &input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 249 bool ITypesUtil::Marshalling(const InputClientInfo &input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 269 bool ITypesUtil::Marshalling(const ImeWindowInfo &input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 295 bool ITypesUtil::Marshalling(const PanelStatusInfo &input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 315 bool ITypesUtil::Marshalling(const SysPanelStatus &input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 334 bool ITypesUtil::Marshalling(const OHOS::AppExecFwk::ElementName &input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 355 bool ITypesUtil::Marshalling(InputType input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 370 bool ITypesUtil::Marshalling(const PanelInfo &input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 388 bool ITypesUtil::Marshalling(ClientState input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 404 bool ITypesUtil::Marshalling(SwitchTrigger input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 420 bool ITypesUtil::Marshalling(const PrivateDataValue &input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil 470 bool ITypesUtil::Marshalling(const Range &input, MessageParcel &data) Marshalling() function in OHOS::MiscServices::ITypesUtil [all...] |
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | itypes_util_test.cpp | 100 auto ret = ITypesUtil::Marshalling(input, data); in HWTEST_F() 121 ret = ITypesUtil::Marshalling(input, data); in HWTEST_F() 140 ret = ITypesUtil::Marshalling(input, data); in HWTEST_F() 159 ret = ITypesUtil::Marshalling(input, data); in HWTEST_F() 176 ret = ITypesUtil::Marshalling(input, data); in HWTEST_F() 193 ret = ITypesUtil::Marshalling(input, data); in HWTEST_F() 210 ret = ITypesUtil::Marshalling(input, data); in HWTEST_F() 227 ret = ITypesUtil::Marshalling(input, data); in HWTEST_F() 244 ret = ITypesUtil::Marshalling(input, data); in HWTEST_F() 263 ret = ITypesUtil::Marshalling(inpu in HWTEST_F() [all...] |
/base/account/os_account/interfaces/innerkits/domain_account/native/include/ |
H A D | domain_account_common.h | 50 bool Marshalling(Parcel &parcel) const override;
75 bool Marshalling(Parcel &parcel) const override;
88 bool Marshalling(Parcel &parcel) const override;
102 bool Marshalling(Parcel &parcel) const override;
111 bool Marshalling(Parcel &parcel) const override;
120 bool Marshalling(Parcel &parcel) const override;
129 bool Marshalling(Parcel &parcel) const override;
|
/base/msdp/device_status/intention/cooperate/data/src/ |
H A D | cooperate_params.cpp | 28 bool StartCooperateParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::StartCooperateParam 52 bool StopCooperateParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::StopCooperateParam 74 bool GetCooperateStateParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::GetCooperateStateParam 95 bool RegisterEventListenerParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::RegisterEventListenerParam 108 bool SetDamplingCoefficientParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::SetDamplingCoefficientParam 127 bool GetCooperateStateSyncParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::GetCooperateStateSyncParam 141 bool RegisterHotAreaListenerParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::RegisterHotAreaListenerParam
|
/base/msdp/device_status/intention/cooperate/data/include/ |
H A D | cooperate_params.h | 43 bool Marshalling(MessageParcel &parcel) const override; 55 bool Marshalling(MessageParcel &parcel) const override; 66 bool Marshalling(MessageParcel &parcel) const override; 77 bool Marshalling(MessageParcel &parcel) const override; 87 bool Marshalling(MessageParcel &parcel) const override; 97 bool Marshalling(MessageParcel &parcel) const override; 106 bool Marshalling(MessageParcel &parcel) const override;
|
/base/msdp/device_status/utils/common/include/ |
H A D | drag_data_packer.h | 34 static int32_t Marshalling(const DragData &dragData, Parcel &data, bool isCross = false); 41 static int32_t Marshalling(const std::vector<ShadowInfo> &shadowInfos, Parcel &data, bool isCross = false); 50 static int32_t Marshalling(const SummaryMap &val, Parcel &parcel); 56 static int32_t Marshalling(const ShadowOffset &shadowOffset, Parcel &parcel);
|
H A D | preview_style_packer.h | 29 static int32_t Marshalling(const PreviewStyle &previewStyle, Parcel &data); 35 static int32_t Marshalling(const PreviewAnimation &previewAnimation, Parcel &data);
|
/base/msdp/device_status/intention/data/src/ |
H A D | default_params.cpp | 25 bool DefaultParam::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::DefaultParam 35 bool DefaultReply::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::DefaultReply 48 __attribute__((no_sanitize("cfi"))) bool BooleanReply::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::Msdp::DeviceStatus::BooleanReply
|
/base/msdp/device_status/intention/data/include/ |
H A D | default_params.h | 27 bool Marshalling(MessageParcel &parcel) const override; 34 bool Marshalling(MessageParcel &parcel) const override; 41 bool Marshalling(MessageParcel &parcel) const override;
|
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | mock_domain_plugin.cpp | 53 if (!emptyResult.Marshalling(emptyParcel)) {
in AuthCommonInterface() 90 if (!result.Marshalling(resultParcel)) {
in AuthCommonInterface() 126 authStatusInfo.Marshalling(parcel);
in GetAuthStatusInfo() 139 parameters.Marshalling(parcel);
in GetDomainAccountInfo() 147 parameters.Marshalling(parcel);
in GetDomainAccountInfo() 155 parameters.Marshalling(parcel);
in GetDomainAccountInfo() 163 parameters.Marshalling(parcel);
in GetDomainAccountInfo() 171 parameters.Marshalling(parcel);
in GetDomainAccountInfo() 177 parameters.Marshalling(parcel);
in GetDomainAccountInfo() 190 testInfo.Marshalling(parce in OnAccountBound() [all...] |
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/ |
H A D | dlp_parcel_test.cpp | 52 EXPECT_EQ(true, info.Marshalling(out)); in HWTEST_F() 71 EXPECT_EQ(true, info.Marshalling(out)); in HWTEST_F() 88 EXPECT_EQ(true, info.Marshalling(out)); in HWTEST_F() 107 EXPECT_EQ(true, info.Marshalling(out)); in HWTEST_F() 128 EXPECT_EQ(true, info.Marshalling(out)); in HWTEST_F() 147 EXPECT_EQ(true, info.Marshalling(out)); in HWTEST_F()
|
H A D | dlp_cert_parcel_test.cpp | 51 EXPECT_EQ(true, info.Marshalling(out)); in HWTEST_F() 69 EXPECT_EQ(true, info.Marshalling(out)); in HWTEST_F() 87 EXPECT_EQ(true, info.Marshalling(out)); in HWTEST_F()
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_common_test.cpp | 56 * @tc.name: SelectAccountsOptions Marshalling test 57 * @tc.desc: Func Marshalling. 72 EXPECT_EQ(option1.Marshalling(Parcel), true); in HWTEST_F() 84 * @tc.name: VerifyCredentialOptions Marshalling test 85 * @tc.desc: Func Marshalling. 97 EXPECT_EQ(option1.Marshalling(Parcel), true); in HWTEST_F() 106 * @tc.name: CreateAccountOptions Marshalling test 107 * @tc.desc: Func Marshalling. 118 EXPECT_EQ(option1.Marshalling(Parcel), true); in HWTEST_F() 126 * @tc.name: CreateAccountImplicitlyOptions Marshalling tes [all...] |
/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | drag_data_util.cpp | 26 int32_t DragDataUtil::Marshalling(const DragData &dragData, Parcel &data, bool isCross) in Marshalling() function in OHOS::Msdp::DeviceStatus::DragDataUtil 28 return DragDataPacker::Marshalling(dragData, data, isCross); in Marshalling()
|
/base/msdp/device_status/intention/stationary/data/include/ |
H A D | stationary_params.h | 37 bool Marshalling(MessageParcel &parcel) const override; 52 bool Marshalling(MessageParcel &parcel) const override; 62 bool Marshalling(MessageParcel &parcel) const override;
|
/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_common.h | 47 bool Marshalling(Parcel &parcel) const override; 56 bool Marshalling(Parcel &parcel) const override; 64 bool Marshalling(Parcel &parcel) const override; 71 bool Marshalling(Parcel &parcel) const override; 82 bool Marshalling(Parcel &parcel) const override; 135 bool Marshalling(Parcel &parcel) const override;
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_margin_test.cpp | 185 EXPECT_TRUE(margin.Marshalling(parcel)); in HWTEST_F() 201 EXPECT_TRUE(margin.Marshalling(parcel)); in HWTEST_F() 217 EXPECT_TRUE(margin.Marshalling(parcel)); in HWTEST_F() 233 EXPECT_TRUE(margin.Marshalling(parcel)); in HWTEST_F() 249 EXPECT_TRUE(margin.Marshalling(parcel)); in HWTEST_F() 266 margin.Marshalling(parcel); in HWTEST_F() 284 margin.Marshalling(parcel); in HWTEST_F() 302 margin.Marshalling(parcel); in HWTEST_F() 320 margin.Marshalling(parcel); in HWTEST_F() 338 margin.Marshalling(parce in HWTEST_F() [all...] |
H A D | printer_info_test.cpp | 173 EXPECT_EQ(true, info.Marshalling(parcel)); in HWTEST_F() 190 EXPECT_EQ(true, info.Marshalling(parcel)); in HWTEST_F() 208 EXPECT_EQ(true, info.Marshalling(parcel)); in HWTEST_F() 226 EXPECT_EQ(true, info.Marshalling(parcel)); in HWTEST_F() 246 EXPECT_EQ(true, info.Marshalling(parcel)); in HWTEST_F() 267 EXPECT_EQ(true, info.Marshalling(parcel)); in HWTEST_F() 284 info.Marshalling(parcel); in HWTEST_F()
|
/base/msdp/device_status/intention/ipc/socket/include/ |
H A D | socket_params.h | 34 bool Marshalling(MessageParcel &parcel) const override; 44 bool Marshalling(MessageParcel &parcel) const override;
|
/base/msdp/device_status/intention/ipc/tunnel/src/ |
H A D | tunnel_client.cpp | 53 if (!data.Marshalling(dataParcel)) { in Enable() 54 FI_HILOGE("ParamBase::Marshalling fail"); in Enable() 85 if (!data.Marshalling(dataParcel)) { in Disable() 86 FI_HILOGE("ParamBase::Marshalling fail"); in Disable() 117 if (!data.Marshalling(dataParcel)) { in Start() 118 FI_HILOGE("ParamBase::Marshalling fail"); in Start() 149 if (!data.Marshalling(dataParcel)) { in Stop() 150 FI_HILOGE("ParamBase::Marshalling fail"); in Stop() 181 if (!data.Marshalling(dataParcel)) { in AddWatch() 182 FI_HILOGE("ParamBase::Marshalling fai in AddWatch() [all...] |
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | sec_comp_stub_test.cpp | 119 * @tc.desc: Test SecCompClickEventParcel::Marshalling 127 EXPECT_FALSE(clickParcel->Marshalling(out)); in HWTEST_F() 129 EXPECT_FALSE(clickParcel->Marshalling(out)); in HWTEST_F() 133 EXPECT_FALSE(clickParcel->Marshalling(out)); in HWTEST_F() 135 EXPECT_FALSE(clickParcel->Marshalling(out)); in HWTEST_F() 140 EXPECT_TRUE(clickParcel->Marshalling(out)); in HWTEST_F()
|
/base/location/interfaces/inner_api/include/ |
H A D | locating_required_data.h | 72 bool Marshalling(Parcel& parcel) const override 75 wifiData_->Marshalling(parcel) && 76 blueToothData_->Marshalling(parcel);
|