/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); 48 static bool Unmarshalling(uint64_t &output, MessageParcel &data); 51 static bool Unmarshalling(double &output, MessageParcel &data); 54 static bool Unmarshalling(std::u16string &output, MessageParcel &data); 57 static bool Unmarshalling(std::string &output, MessageParcel &data); 60 static bool Unmarshalling(std::vector<uint8_t> &output, MessageParcel &data); 63 static bool Unmarshalling(sptr<IRemoteObject> &output, MessageParcel &data); 66 static bool Unmarshalling(Propert 151 bool ITypesUtil::Unmarshalling(std::vector<T> &val, MessageParcel &parcel) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 214 bool ITypesUtil::Unmarshalling(std::map<K, V> &val, MessageParcel &parcel) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 262 bool ITypesUtil::Unmarshalling(std::unordered_map<K, V> &val, MessageParcel &parcel) Unmarshalling() function in OHOS::MiscServices::ITypesUtil [all...] |
/base/msdp/device_status/intention/drag/data/include/ |
H A D | drag_params.h | 63 bool Unmarshalling(MessageParcel &parcel) override; 79 bool Unmarshalling(MessageParcel &parcel) override; 89 bool Unmarshalling(MessageParcel &parcel) override; 100 bool Unmarshalling(MessageParcel &parcel) override; 111 bool Unmarshalling(MessageParcel &parcel) override; 121 bool Unmarshalling(MessageParcel &parcel) override; 131 bool Unmarshalling(MessageParcel &parcel) override; 141 bool Unmarshalling(MessageParcel &parcel) override; 153 bool Unmarshalling(MessageParcel &parcel) override; 163 bool Unmarshalling(MessageParce [all...] |
/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 98 bool ITypesUtil::Unmarshalling(std::u16string &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil 108 bool ITypesUtil::Unmarshalling(std::vector<uint8_t> &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil 118 bool ITypesUtil::Unmarshalling(sptr<IRemoteObject> &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil 133 bool ITypesUtil::Unmarshalling(Propert function in OHOS::MiscServices::ITypesUtil 152 bool ITypesUtil::Unmarshalling(SubProperty &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 171 bool ITypesUtil::Unmarshalling(InputAttribute &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 214 bool ITypesUtil::Unmarshalling(TextTotalConfig &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 259 bool ITypesUtil::Unmarshalling(InputClientInfo &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 280 bool ITypesUtil::Unmarshalling(ImeWindowInfo &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 302 bool ITypesUtil::Unmarshalling(PanelStatusInfo &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 323 bool ITypesUtil::Unmarshalling(SysPanelStatus &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 340 bool ITypesUtil::Unmarshalling(OHOS::AppExecFwk::ElementName &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 360 bool ITypesUtil::Unmarshalling(InputType &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 376 bool ITypesUtil::Unmarshalling(PanelInfo &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 393 bool ITypesUtil::Unmarshalling(ClientState &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 409 bool ITypesUtil::Unmarshalling(SwitchTrigger &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 447 bool ITypesUtil::Unmarshalling(PrivateDataValue &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil 479 bool ITypesUtil::Unmarshalling(Range &output, MessageParcel &data) Unmarshalling() function in OHOS::MiscServices::ITypesUtil [all...] |
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | itypes_util_test.cpp | 102 ret = ITypesUtil::Unmarshalling(input, data); in HWTEST_F() 119 auto ret = ITypesUtil::Unmarshalling(input, data); in HWTEST_F() 138 auto ret = ITypesUtil::Unmarshalling(input, data); in HWTEST_F() 157 auto ret = ITypesUtil::Unmarshalling(input, data); in HWTEST_F() 174 auto ret = ITypesUtil::Unmarshalling(input, data); in HWTEST_F() 191 auto ret = ITypesUtil::Unmarshalling(input, data); in HWTEST_F() 208 auto ret = ITypesUtil::Unmarshalling(input, data); in HWTEST_F() 225 auto ret = ITypesUtil::Unmarshalling(input, data); in HWTEST_F() 242 auto ret = ITypesUtil::Unmarshalling(input, data); in HWTEST_F() 258 auto ret = ITypesUtil::Unmarshalling(inpu in HWTEST_F() [all...] |
/base/account/os_account/interfaces/innerkits/domain_account/native/include/ |
H A D | domain_account_common.h | 51 static CreateOsAccountForDomainOptions *Unmarshalling(Parcel &parcel);
76 static DomainAccountInfo *Unmarshalling(Parcel &parcel);
89 static GetAccessTokenOptions *Unmarshalling(Parcel &parcel);
103 static DomainServerConfig *Unmarshalling(Parcel &parcel);
112 static GetDomainAccountInfoOptions *Unmarshalling(Parcel &parcel);
121 static AuthStatusInfo *Unmarshalling(Parcel &parcel);
130 static DomainAuthResult *Unmarshalling(Parcel &parcel);
|
/base/msdp/device_status/intention/cooperate/data/src/ |
H A D | cooperate_params.cpp | 38 bool StartCooperateParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::StartCooperateParam 61 bool StopCooperateParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::StopCooperateParam 83 bool GetCooperateStateParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetCooperateStateParam 100 bool RegisterEventListenerParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::RegisterEventListenerParam 116 bool SetDamplingCoefficientParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::SetDamplingCoefficientParam 132 bool GetCooperateStateSyncParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetCooperateStateSyncParam 147 bool RegisterHotAreaListenerParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::RegisterHotAreaListenerParam
|
/base/msdp/device_status/intention/cooperate/data/include/ |
H A D | cooperate_params.h | 44 bool Unmarshalling(MessageParcel &parcel) override; 56 bool Unmarshalling(MessageParcel &parcel) override; 67 bool Unmarshalling(MessageParcel &parcel) override; 78 bool Unmarshalling(MessageParcel &parcel) override; 88 bool Unmarshalling(MessageParcel &parcel) override; 98 bool Unmarshalling(MessageParcel &parcel) override; 107 bool Unmarshalling(MessageParcel &parcel) override;
|
/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 101 bool SetDragWindowVisibleParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::SetDragWindowVisibleParam 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 145 shadowInfo_.pixelMap = std::shared_ptr<Media::PixelMap>(Media::PixelMap::Unmarshalling(parcel)); in Unmarshalling() 162 bool AddSelectedPixelMapParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::AddSelectedPixelMapParam 164 pixelMap_ = std::shared_ptr<Media::PixelMap>(Media::PixelMap::Unmarshalling(parcel)); in Unmarshalling() 177 bool GetDragTargetPidReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragTargetPidReply 191 bool GetUdKeyReply::Unmarshalling(MessageParce function in OHOS::Msdp::DeviceStatus::GetUdKeyReply 210 bool GetShadowOffsetReply::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetShadowOffsetReply 229 bool UpdatePreviewStyleParam::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::UpdatePreviewStyleParam 247 bool UpdatePreviewAnimationParam::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::UpdatePreviewAnimationParam 272 bool RotateDragWindowSyncParam::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::RotateDragWindowSyncParam 292 bool SetDragWindowScreenIdParam::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::SetDragWindowScreenIdParam 306 bool AddDraglistenerParam::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::AddDraglistenerParam 320 bool RemoveDraglistenerParam::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::RemoveDraglistenerParam 334 bool GetDragSummaryParam::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragSummaryParam 348 bool GetDragSummaryReply::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragSummaryReply 362 bool GetDragStateReply::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragStateReply 383 bool GetDragActionReply::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetDragActionReply 404 bool GetExtraInfoReply::Unmarshalling(MessageParcel &parcel) Unmarshalling() function in OHOS::Msdp::DeviceStatus::GetExtraInfoReply [all...] |
/base/msdp/device_status/intention/data/src/ |
H A D | default_params.cpp | 30 bool DefaultParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::DefaultParam 40 bool DefaultReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::DefaultReply 53 bool BooleanReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling() function in OHOS::Msdp::DeviceStatus::BooleanReply
|
/base/msdp/device_status/intention/data/include/ |
H A D | default_params.h | 28 bool Unmarshalling(MessageParcel &parcel) override; 35 bool Unmarshalling(MessageParcel &parcel) override; 42 bool Unmarshalling(MessageParcel &parcel) override;
|
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/ |
H A D | dlp_parcel_test.cpp | 53 auto result = AuthUserInfoParcel::Unmarshalling(out); in HWTEST_F() 72 auto result = DlpPolicyParcel::Unmarshalling(out); in HWTEST_F() 89 auto result = DlpSandboxCallbackInfoParcel::Unmarshalling(out); in HWTEST_F() 108 auto result = OpenDlpFileCallbackInfoParcel::Unmarshalling(out); in HWTEST_F() 129 auto result = RetentionSandBoxInfo::Unmarshalling(out); in HWTEST_F() 148 auto result = VisitedDLPFileInfo::Unmarshalling(out); in HWTEST_F()
|
H A D | dlp_cert_parcel_test.cpp | 52 auto result = CertParcel::Unmarshalling(out); in HWTEST_F() 70 auto result = CertParcel::Unmarshalling(out); in HWTEST_F() 88 auto result = CertParcel::Unmarshalling(out); in HWTEST_F()
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_common_test.cpp | 73 SelectAccountsOptions *option2 = option1.Unmarshalling(Parcel); in HWTEST_F() 98 VerifyCredentialOptions *option2 = option1.Unmarshalling(Parcel); in HWTEST_F() 119 CreateAccountOptions *option2 = option1.Unmarshalling(Parcel); in HWTEST_F() 142 CreateAccountImplicitlyOptions *option2 = option1.Unmarshalling(Parcel); in HWTEST_F() 170 CreateAccountOptions *testOptions = srcOptions.Unmarshalling(Parcel); in HWTEST_F() 187 result = options.Unmarshalling(testParcel); in HWTEST_F() 212 SelectAccountsOptions *option2 = option1.Unmarshalling(Parcel); in HWTEST_F() 267 AccountCapabilityRequest *retRequest = testRequest.Unmarshalling(parcel); in HWTEST_F()
|
/base/msdp/device_status/intention/stationary/data/include/ |
H A D | stationary_params.h | 38 bool Unmarshalling(MessageParcel &parcel) override; 53 bool Unmarshalling(MessageParcel &parcel) override; 63 bool Unmarshalling(MessageParcel &parcel) override;
|
/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_common.h | 48 static SelectAccountsOptions *Unmarshalling(Parcel &parcel); 57 static VerifyCredentialOptions *Unmarshalling(Parcel &parcel); 65 static SetPropertiesOptions *Unmarshalling(Parcel &parcel); 72 static CreateAccountOptions *Unmarshalling(Parcel &parcel); 83 static CreateAccountImplicitlyOptions *Unmarshalling(Parcel &parcel); 136 static AccountCapabilityRequest *Unmarshalling(Parcel &parcel);
|
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | sec_comp_stub_test.cpp | 145 * @tc.desc: Test SecCompClickEventParcel::Unmarshalling 154 EXPECT_EQ(nullptr, clickParcel->Unmarshalling(in)); in HWTEST_F() 156 EXPECT_EQ(nullptr, clickParcel->Unmarshalling(in)); in HWTEST_F() 158 EXPECT_EQ(nullptr, clickParcel->Unmarshalling(in)); in HWTEST_F() 165 EXPECT_EQ(nullptr, clickParcel->Unmarshalling(in)); in HWTEST_F() 171 EXPECT_EQ(nullptr, clickParcel->Unmarshalling(in)); in HWTEST_F() 179 EXPECT_NE(nullptr, clickParcel->Unmarshalling(in)); in HWTEST_F()
|
/base/security/access_token/frameworks/test/unittest/ |
H A D | accesstoken_parcel_test.cpp | 98 * @tc.desc: Test HapInfo Marshalling/Unmarshalling.
117 std::shared_ptr<HapInfoParcel> readedData(HapInfoParcel::Unmarshalling(parcel));
in HWTEST_F() 130 * @tc.desc: Test HapPolicy Marshalling/Unmarshalling.
148 std::shared_ptr<HapPolicyParcel> readedData(HapPolicyParcel::Unmarshalling(parcel));
in HWTEST_F() 192 * @tc.desc: Test PermissionStateChangeInfo Marshalling/Unmarshalling.
206 std::shared_ptr<PermissionStateChangeInfoParcel> readedData(PermissionStateChangeInfoParcel::Unmarshalling(parcel));
in HWTEST_F() 215 * @tc.desc: Test PermStateChangeScope Marshalling/Unmarshalling.
228 std::shared_ptr<PermStateChangeScopeParcel> readedData(PermStateChangeScopeParcel::Unmarshalling(parcel));
in HWTEST_F() 244 * @tc.desc: Test HapTokenInfoForSync Marshalling/Unmarshalling.
269 std::shared_ptr<HapTokenInfoForSyncParcel> readedData(HapTokenInfoForSyncParcel::Unmarshalling(parce in HWTEST_F() [all...] |
/base/msdp/device_status/intention/ipc/socket/include/ |
H A D | socket_params.h | 35 bool Unmarshalling(MessageParcel &parcel) override; 45 bool Unmarshalling(MessageParcel &parcel) override;
|
/base/msdp/device_status/intention/cooperate/server/src/ |
H A D | cooperate_server.cpp | 53 if (!param.Unmarshalling(data)) { in Enable() 54 FI_HILOGE("DefaultParam::Unmarshalling fail"); in Enable() 75 if (!param.Unmarshalling(data)) { in Disable() 76 FI_HILOGE("DefaultParam::Unmarshalling fail"); in Disable() 101 if (!param.Unmarshalling(data)) { in Start() 102 FI_HILOGE("StartCooperateParam::Unmarshalling fail"); in Start() 119 if (!param.Unmarshalling(data)) { in Stop() 120 FI_HILOGE("StopCooperateParam::Unmarshalling fail"); in Stop() 148 if (!param.Unmarshalling(data)) { in AddWatch() 149 FI_HILOGE("RegisterEventListenerParam::Unmarshalling fai in AddWatch() [all...] |
/base/msdp/device_status/intention/ipc/tunnel/src/ |
H A D | tunnel_client.cpp | 70 if (!reply.Unmarshalling(replyParcel)) { in Enable() 71 FI_HILOGE("ParamBase::Unmarshalling fail"); in Enable() 102 if (!reply.Unmarshalling(replyParcel)) { in Disable() 103 FI_HILOGE("ParamBase::Unmarshalling fail"); in Disable() 134 if (!reply.Unmarshalling(replyParcel)) { in Start() 135 FI_HILOGE("ParamBase::Unmarshalling fail"); in Start() 166 if (!reply.Unmarshalling(replyParcel)) { in Stop() 167 FI_HILOGE("ParamBase::Unmarshalling fail"); in Stop() 198 if (!reply.Unmarshalling(replyParcel)) { in AddWatch() 199 FI_HILOGE("ParamBase::Unmarshalling fai in AddWatch() [all...] |
/base/location/interfaces/inner_api/include/ |
H A D | locating_required_data.h | 68 wifiData_ = WifiScanInfo::Unmarshalling(parcel); in ReadFromParcel() 69 blueToothData_ = BluetoothScanInfo::Unmarshalling(parcel); in ReadFromParcel() 79 static std::shared_ptr<LocatingRequiredData> Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Location::LocatingRequiredData
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_location.h | 35 static CellLocation *Unmarshalling(Parcel &parcel); 48 static GsmCellLocation *Unmarshalling(Parcel &parcel); 82 static CdmaCellLocation *Unmarshalling(Parcel &parcel);
|
/base/accesscontrol/sandbox_manager/frameworks/test/unittest/ |
H A D | sandbox_manager_parcel_test.cpp | 68 * @tc.desc: Test PolicyInfo Marshalling/Unmarshalling. 80 std::shared_ptr<PolicyInfoParcel> readedData(PolicyInfoParcel::Unmarshalling(parcel)); in HWTEST_F() 89 * @tc.desc: Test PolicyInfoVector Marshalling/Unmarshalling. 106 std::shared_ptr<PolicyInfoVectorParcel> readedData(PolicyInfoVectorParcel::Unmarshalling(parcel)); in HWTEST_F() 119 * @tc.desc: Test PolicyInfoVector Marshalling/Unmarshalling. 135 std::shared_ptr<PolicyInfoParcel> readedData(PolicyInfoParcel::Unmarshalling(parcel)); in HWTEST_F() 141 * @tc.desc: Test PolicyInfoVector Marshalling/Unmarshalling, larger than max size 151 std::shared_ptr<PolicyInfoVectorParcel> readedData(PolicyInfoVectorParcel::Unmarshalling(parcel)); in HWTEST_F()
|
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | domain_account_common_test.cpp | 83 GetAccessTokenOptions *getAccessTokenOptions = option.Unmarshalling(parcel); in HWTEST_F() 100 DomainAuthResult *result = domainAuthResult.Unmarshalling(parcel); in HWTEST_F() 119 AuthStatusInfo *result = authStatusInfo.Unmarshalling(parcel); in HWTEST_F() 137 DomainServerConfig *result = config.Unmarshalling(parcel); in HWTEST_F()
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_callback_stub.cpp | 64 auto info = PrinterInfo::Unmarshalling(data); in HandlePrinterEvent() 76 auto info = PrintJob::Unmarshalling(data); in HandlePrintJobEvent() 98 auto oldAttrs = PrintAttributes::Unmarshalling(data); in HandlePrintAdapterJobEvent() 99 auto newAttrs = PrintAttributes::Unmarshalling(data); in HandlePrintAdapterJobEvent()
|