Home
last modified time | relevance | path

Searched refs:Unmarshalling (Results 1 – 25 of 256) sorted by relevance

1234567891011

/base/inputmethod/imf/frameworks/inputmethod_controller/src/
Ditypes_util.cpp38 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(std::string &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil
88 bool ITypesUtil::Unmarshalling(std::u16string &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil
98 bool ITypesUtil::Unmarshalling(std::vector<uint8_t> &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil
108 bool ITypesUtil::Unmarshalling(sptr<IRemoteObject> &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil
122 bool ITypesUtil::Unmarshalling(Property &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil
141 bool ITypesUtil::Unmarshalling(SubProperty &output, MessageParcel &data) in Unmarshalling() function in OHOS::MiscServices::ITypesUtil
/base/inputmethod/imf/frameworks/inputmethod_controller/include/
Ditypes_util.h35 static bool Unmarshalling(bool &output, MessageParcel &data);
38 static bool Unmarshalling(uint32_t &output, MessageParcel &data);
41 static bool Unmarshalling(int32_t &output, MessageParcel &data);
44 static bool Unmarshalling(uint64_t &output, MessageParcel &data);
47 static bool Unmarshalling(std::u16string &output, MessageParcel &data);
50 static bool Unmarshalling(std::string &output, MessageParcel &data);
53 static bool Unmarshalling(std::vector<uint8_t> &output, MessageParcel &data);
56 static bool Unmarshalling(sptr<IRemoteObject> &output, MessageParcel &data);
59 static bool Unmarshalling(Property &output, MessageParcel &data);
62 static bool Unmarshalling(SubProperty &output, MessageParcel &data);
[all …]
/base/security/access_token/frameworks/test/unittest/
Daccesstoken_parcel_test.cpp115 std::shared_ptr<HapInfoParcel> readedData(HapInfoParcel::Unmarshalling(parcel));
145 std::shared_ptr<HapPolicyParcel> readedData(HapPolicyParcel::Unmarshalling(parcel));
203 …ermissionStateChangeInfoParcel> readedData(PermissionStateChangeInfoParcel::Unmarshalling(parcel));
225 …ared_ptr<PermStateChangeScopeParcel> readedData(PermStateChangeScopeParcel::Unmarshalling(parcel));
266 …std::shared_ptr<HapTokenInfoForSyncParcel> readedData(HapTokenInfoForSyncParcel::Unmarshalling(par…
310 …std::shared_ptr<HapTokenInfoForSyncParcel> readedData(HapTokenInfoForSyncParcel::Unmarshalling(out…
325 …std::shared_ptr<HapTokenInfoForSyncParcel> readedData1(HapTokenInfoForSyncParcel::Unmarshalling(ou…
365 …red_ptr<NativeTokenInfoForSyncParcel> readedData(NativeTokenInfoForSyncParcel::Unmarshalling(out));
380 …NativeTokenInfoForSyncParcel> readedData1(NativeTokenInfoForSyncParcel::Unmarshalling(outInvalid));
408 …_ptr<NativeTokenInfoForSyncParcel> readedData(NativeTokenInfoForSyncParcel::Unmarshalling(parcel));
[all …]
Dprivacy_parcel_test.cpp134 … std::shared_ptr<BundleUsedRecordParcel> readedData(BundleUsedRecordParcel::Unmarshalling(parcel));
163 …ared_ptr<ActiveChangeResponseParcel> readedData(ActiveChangeResponseParcel::Unmarshalling(parcel));
198 …ared_ptr<PermissionUsedRecordParcel> readedData(PermissionUsedRecordParcel::Unmarshalling(parcel));
253 …ed_ptr<PermissionUsedRequestParcel> readedData(PermissionUsedRequestParcel::Unmarshalling(parcel));
295 …ared_ptr<PermissionUsedResultParcel> readedData(PermissionUsedResultParcel::Unmarshalling(parcel));
321 … std::shared_ptr<UsedRecordDetailParcel> readedData(UsedRecordDetailParcel::Unmarshalling(parcel));
356 … std::shared_ptr<BundleUsedRecordParcel> readedData(BundleUsedRecordParcel::Unmarshalling(parcel));
361 …std::shared_ptr<BundleUsedRecordParcel> readedData1(BundleUsedRecordParcel::Unmarshalling(parcel1)…
400 …ared_ptr<PermissionUsedRecordParcel> readedData(PermissionUsedRecordParcel::Unmarshalling(parcel));
405 …ed_ptr<PermissionUsedRecordParcel> readedData1(PermissionUsedRecordParcel::Unmarshalling(parcel1));
[all …]
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_common_test.cpp66 SelectAccountsOptions *option2 = option1.Unmarshalling(Parcel);
91 VerifyCredentialOptions *option2 = option1.Unmarshalling(Parcel);
112 CreateAccountOptions *option2 = option1.Unmarshalling(Parcel);
135 CreateAccountImplicitlyOptions *option2 = option1.Unmarshalling(Parcel);
163 CreateAccountOptions *testOptions = srcOptions.Unmarshalling(Parcel);
180 result = options.Unmarshalling(testParcel);
205 SelectAccountsOptions *option2 = option1.Unmarshalling(Parcel);
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_common.h51 static SelectAccountsOptions *Unmarshalling(Parcel &parcel);
60 static VerifyCredentialOptions *Unmarshalling(Parcel &parcel);
68 static SetPropertiesOptions *Unmarshalling(Parcel &parcel);
75 static CreateAccountOptions *Unmarshalling(Parcel &parcel);
86 static CreateAccountImplicitlyOptions *Unmarshalling(Parcel &parcel);
/base/telephony/core_service/interfaces/innerkits/include/
Dsignal_information.h45 static std::unique_ptr<SignalInformation> Unmarshalling(Parcel &parcel);
72 static std::unique_ptr<GsmSignalInformation> Unmarshalling(Parcel &parcel);
94 static std::unique_ptr<CdmaSignalInformation> Unmarshalling(Parcel &parcel);
120 static std::unique_ptr<LteSignalInformation> Unmarshalling(Parcel &parcel);
148 static std::unique_ptr<WcdmaSignalInformation> Unmarshalling(Parcel &parcel);
172 static std::unique_ptr<TdScdmaSignalInformation> Unmarshalling(Parcel &parcel);
195 static std::unique_ptr<NrSignalInformation> Unmarshalling(Parcel &parcel);
Dcell_location.h35 static CellLocation *Unmarshalling(Parcel &parcel);
48 static GsmCellLocation *Unmarshalling(Parcel &parcel);
78 static CdmaCellLocation *Unmarshalling(Parcel &parcel);
Dcell_information.h38 static CellInformation *Unmarshalling(Parcel &parcel);
70 static GsmCellInformation *Unmarshalling(Parcel &parcel);
93 static LteCellInformation *Unmarshalling(Parcel &parcel);
116 static WcdmaCellInformation *Unmarshalling(Parcel &parcel);
139 static TdscdmaCellInformation *Unmarshalling(Parcel &parcel);
162 static CdmaCellInformation *Unmarshalling(Parcel &parcel);
190 static NrCellInformation *Unmarshalling(Parcel &parcel);
/base/location/frameworks/location_common/common/source/
Dgeo_coding_mock_info.cpp59 geoAddress_ = GeoAddress::Unmarshalling(parcel); in ReadFromParcel()
62 std::unique_ptr<GeocodingMockInfo> GeocodingMockInfo::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Location::GeocodingMockInfo
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_common.cpp45 SelectAccountsOptions *SelectAccountsOptions::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AccountSA::SelectAccountsOptions
85 VerifyCredentialOptions *VerifyCredentialOptions::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AccountSA::VerifyCredentialOptions
114 SetPropertiesOptions *SetPropertiesOptions::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AccountSA::SetPropertiesOptions
159 CreateAccountOptions *CreateAccountOptions::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AccountSA::CreateAccountOptions
204 CreateAccountImplicitlyOptions *CreateAccountImplicitlyOptions::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AccountSA::CreateAccountImplicitlyOptions
/base/telephony/core_service/frameworks/native/src/
Dcell_location.cpp23 CellLocation *CellLocation::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::Telephony::CellLocation
48 GsmCellLocation *GsmCellLocation::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::Telephony::GsmCellLocation
129 CdmaCellLocation *CdmaCellLocation::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::Telephony::CdmaCellLocation
/base/security/access_token/frameworks/privacy/include/
Dpermission_used_record_parcel.h32 static PermissionUsedRecordParcel* Unmarshalling(Parcel& in);
Dused_record_detail_parcel.h32 static UsedRecordDetailParcel* Unmarshalling(Parcel& in);
Dbundle_used_record_parcel.h32 static BundleUsedRecordParcel* Unmarshalling(Parcel& in);
Dpermission_used_request_parcel.h32 static PermissionUsedRequestParcel* Unmarshalling(Parcel& in);
/base/security/access_token/frameworks/accesstoken/include/
Dnative_token_info_parcel.h33 static NativeTokenInfoParcel *Unmarshalling(Parcel &in);
Dpermission_state_change_scope_parcel.h32 static PermStateChangeScopeParcel* Unmarshalling(Parcel& in);
Dnative_token_info_for_sync_parcel.h32 static NativeTokenInfoForSyncParcel *Unmarshalling(Parcel &in);
Dpermission_def_parcel.h32 static PermissionDefParcel *Unmarshalling(Parcel &in);
Dpermission_state_change_info_parcel.h32 static PermissionStateChangeInfoParcel* Unmarshalling(Parcel& in);
Dhap_token_info_for_sync_parcel.h32 static HapTokenInfoForSyncParcel *Unmarshalling(Parcel &in);
Dpermission_state_full_parcel.h32 static PermissionStateFullParcel *Unmarshalling(Parcel &in);
Dhap_token_info_parcel.h33 static HapTokenInfoParcel *Unmarshalling(Parcel &in);
Dhap_policy_parcel.h32 static HapPolicyParcel *Unmarshalling(Parcel &in);

1234567891011