/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
D | rdb_types_util.cpp | 25 bool Unmarshalling(SyncerParam &output, MessageParcel &data) in Unmarshalling() function 38 bool Unmarshalling(Option &output, MessageParcel &data) in Unmarshalling() function 49 bool Unmarshalling(RdbPredicates &output, MessageParcel &data) in Unmarshalling() function 61 bool Unmarshalling(RdbOperation &output, MessageParcel &data) in Unmarshalling() function 76 bool Unmarshalling(SubOption &output, MessageParcel &data) in Unmarshalling() function 89 bool Unmarshalling(ValueObject &output, MessageParcel &data) in Unmarshalling() function 100 bool Unmarshalling(ValuesBucket &output, MessageParcel &data) in Unmarshalling() function 111 bool Unmarshalling(Asset &output, MessageParcel &data) in Unmarshalling() function 121 bool Unmarshalling(ProgressDetail &output, MessageParcel &data) in Unmarshalling() function 131 bool Unmarshalling(TableDetail &output, MessageParcel &data) in Unmarshalling() function [all …]
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
D | rs_marshalling_helper.cpp | 105 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkData>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 131 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkTextBlob>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 141 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, SkPaint& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 152 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkImage>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 157 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkImage>& val, void*& imagepixelAddr) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 172 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkPicture>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 182 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkVertices>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 192 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, SkRect& rect) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 202 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, SkRegion& region) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 213 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, SkBitmap& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper [all …]
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
D | rs_marshalling_helper.cpp | 120 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkData>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 140 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Data>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 174 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkTextBlob>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 184 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, SkPaint& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 197 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkImage>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 202 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkImage>& val, void*& imagepixelAddr) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 212 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Image>& val, void*… in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 236 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkPicture>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 246 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkVertices>& val) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper 256 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, SkRect& rect) in Unmarshalling() function in OHOS::Rosen::RSMarshallingHelper [all …]
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
D | datashare_itypes_utils.cpp | 31 bool Unmarshalling(Predicates &predicates, MessageParcel &parcel) in Unmarshalling() function 57 bool Unmarshalling(Operation &operation, MessageParcel &parcel) in Unmarshalling() function 63 bool Unmarshalling(PublishedDataItem &dataItem, MessageParcel &parcel) in Unmarshalling() function 81 bool Unmarshalling(Data &data, MessageParcel &parcel) in Unmarshalling() function 87 bool Unmarshalling(TemplateId &templateId, MessageParcel &parcel) in Unmarshalling() function 105 bool Unmarshalling(PredicateTemplateNode &predicateTemplateNode, MessageParcel &parcel) in Unmarshalling() function 117 bool Unmarshalling(RdbChangeNode &changeNode, MessageParcel &parcel) in Unmarshalling() function 129 bool Unmarshalling(PublishedDataChangeNode &changeNode, MessageParcel &parcel) in Unmarshalling() function 141 bool Unmarshalling(OperationResult &predicateTemplateNode, MessageParcel &parcel) in Unmarshalling() function 147 bool Unmarshalling(AshmemNode &node, MessageParcel &parcel) in Unmarshalling() function [all …]
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
D | data_share_types_util.cpp | 22 bool Unmarshalling(Predicates &predicates, MessageParcel &parcel) in Unmarshalling() function 44 bool Unmarshalling(Operation &operation, MessageParcel &parcel) in Unmarshalling() function 50 bool Unmarshalling(PublishedDataItem &dataItem, MessageParcel &parcel) in Unmarshalling() function 62 bool Unmarshalling(Data &data, MessageParcel &parcel) in Unmarshalling() function 68 bool Unmarshalling(TemplateId &templateId, MessageParcel &parcel) in Unmarshalling() function 80 bool Unmarshalling(PredicateTemplateNode &predicateTemplateNode, MessageParcel &parcel) in Unmarshalling() function 104 bool Unmarshalling(AshmemNode &node, MessageParcel &parcel) in Unmarshalling() function
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
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 54 bool Unmarshalling(StoreId &output, MessageParcel &data) in Unmarshalling() function 66 bool Unmarshalling(Entry &output, MessageParcel &data) in Unmarshalling() function 78 bool Unmarshalling(DeviceInfo &output, MessageParcel &data) in Unmarshalling() function 91 bool Unmarshalling(ChangeNotification &output, MessageParcel &parcel) in Unmarshalling() function 128 bool Unmarshalling(Options &output, MessageParcel &data) in Unmarshalling() function 158 bool Unmarshalling(SyncPolicy &output, MessageParcel &data) in Unmarshalling() function 170 bool Unmarshalling(DevBrief &output, MessageParcel &data) in Unmarshalling() function
|
/foundation/distributeddatamgr/udmf/framework/common/ |
D | udmf_types_util.cpp | 44 bool Unmarshalling(UnifiedData &output, MessageParcel &parcel) in Unmarshalling() function 83 bool Unmarshalling(std::vector<UnifiedData> &output, MessageParcel &parcel) in Unmarshalling() function 111 bool Unmarshalling(Summary &output, MessageParcel &parcel) in Unmarshalling() function 123 bool Unmarshalling(Privilege &output, MessageParcel &parcel) in Unmarshalling() function 135 bool Unmarshalling(CustomOption &output, MessageParcel &parcel) in Unmarshalling() function 147 bool Unmarshalling(QueryOption &output, MessageParcel &parcel) in Unmarshalling() function 160 bool Unmarshalling(UDType &output, MessageParcel &parcel) in Unmarshalling() function 183 bool Unmarshalling(Intention &output, MessageParcel &parcel) in Unmarshalling() function
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
D | mission_info.cpp | 40 MissionInfo *MissionInfo::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AAFwk::MissionInfo 118 MissionVaildResult *MissionVaildResult::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AAFwk::MissionVaildResult 147 InnerMissionInfoDto *InnerMissionInfoDto::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AAFwk::InnerMissionInfoDto
|
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/ |
D | service_info.cpp | 42 AppInfo *AppInfo::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AbilityRuntime::AppInfo 69 BusinessAbilityFilter *BusinessAbilityFilter::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AbilityRuntime::BusinessAbilityFilter 127 BusinessAbilityInfo *BusinessAbilityInfo::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AbilityRuntime::BusinessAbilityInfo 182 PurposeInfo *PurposeInfo::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AbilityRuntime::PurposeInfo
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
D | cloud_sync_common.cpp | 84 SwitchDataObj *SwitchDataObj::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::FileManagement::CloudSync::SwitchDataObj 95 DownloadProgressObj *DownloadProgressObj::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::FileManagement::CloudSync::DownloadProgressObj 106 CleanOptions *CleanOptions::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::FileManagement::CloudSync::CleanOptions 227 AssetInfoObj *AssetInfoObj::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::FileManagement::CloudSync::AssetInfoObj
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
D | rs_marshalling_helper.cpp | 151 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkData>& val) function in OHOS::Rosen::RSMarshallingHelper 226 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Data>& val) function in OHOS::Rosen::RSMarshallingHelper 372 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkTextBlob>& val) function in OHOS::Rosen::RSMarshallingHelper 405 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, SkPaint& val) function in OHOS::Rosen::RSMarshallingHelper 495 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkImage>& val) function in OHOS::Rosen::RSMarshallingHelper 501 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkImage>& val, void*& imagepixelAddr) function in OHOS::Rosen::RSMarshallingHelper 590 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<Drawing::Image>& val, void*… function in OHOS::Rosen::RSMarshallingHelper 681 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkPicture>& val) function in OHOS::Rosen::RSMarshallingHelper 716 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, sk_sp<SkVertices>& val) function in OHOS::Rosen::RSMarshallingHelper 746 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, SkRect& rect) function in OHOS::Rosen::RSMarshallingHelper [all …]
|
/foundation/barrierfree/accessibility/common/interface/src/parcel/ |
D | accessibility_element_info_parcel.cpp | 226 sptr<AccessibilityElementInfoParcel> AccessibilityElementInfoParcel::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Accessibility::AccessibilityElementInfoParcel 269 sptr<AccessibleActionParcel> AccessibleActionParcel::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Accessibility::AccessibleActionParcel 312 sptr<RangeInfoParcel> RangeInfoParcel::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Accessibility::RangeInfoParcel 355 sptr<GridInfoParcel> GridInfoParcel::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Accessibility::GridInfoParcel 404 sptr<GridItemInfoParcel> GridItemInfoParcel::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Accessibility::GridItemInfoParcel 447 sptr<RectParcel> RectParcel::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Accessibility::RectParcel
|
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
D | codeclist_parcel.cpp | 88 bool CodecListParcel::Unmarshalling(MessageParcel &parcel, CapabilityData &capabilityData) in Unmarshalling() function in OHOS::MediaAVCodec::CodecListParcel 130 bool CodecListParcel::Unmarshalling(MessageParcel &parcel, std::map<ImgSize, Range> &mapSizeToRange) in Unmarshalling() function in OHOS::MediaAVCodec::CodecListParcel 146 bool CodecListParcel::Unmarshalling(MessageParcel &parcel, std::map<int32_t, std::vector<int32_t>> … in Unmarshalling() function in OHOS::MediaAVCodec::CodecListParcel
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
D | fault_data.cpp | 58 FaultData *FaultData::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AppExecFwk::FaultData 143 AppFaultDataBySA *AppFaultDataBySA::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AppExecFwk::AppFaultDataBySA
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
D | rs_render_transition_effect.cpp | 54 RSRenderTransitionEffect* RSRenderTransitionEffect::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::RSRenderTransitionEffect 88 RSRenderTransitionEffect* RSTransitionFade::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::RSTransitionFade 104 RSRenderTransitionEffect* RSTransitionScale::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::RSTransitionScale 122 RSRenderTransitionEffect* RSTransitionTranslate::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::RSTransitionTranslate 140 RSRenderTransitionEffect* RSTransitionRotate::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::RSTransitionRotate
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
D | rs_draw_cmd.cpp | 1067 OpItem* RectOpItem::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::RectOpItem 1092 OpItem* RoundRectOpItem::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::RoundRectOpItem 1120 OpItem* ImageWithParmOpItem::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::ImageWithParmOpItem 1154 OpItem* DRRectOpItem::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::DRRectOpItem 1181 OpItem* OvalOpItem::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::OvalOpItem 1206 OpItem* RegionOpItem::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::RegionOpItem 1234 OpItem* ArcOpItem::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::ArcOpItem 1254 OpItem* SaveOpItem::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::SaveOpItem 1260 OpItem* RestoreOpItem::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::RestoreOpItem 1266 OpItem* FlushOpItem::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::FlushOpItem [all …]
|
/foundation/multimedia/player_framework/services/services/sa_media/ipc/ |
D | avcodeclist_parcel.cpp | 92 bool AVCodecListParcel::Unmarshalling(MessageParcel &parcel, std::vector<CapabilityData> &capabilit… in Unmarshalling() function in OHOS::Media::AVCodecListParcel 141 bool AVCodecListParcel::Unmarshalling(MessageParcel &parcel, std::map<ImgSize, Range> &mapSizeToRan… in Unmarshalling() function in OHOS::Media::AVCodecListParcel 156 bool AVCodecListParcel::Unmarshalling(MessageParcel &parcel, std::map<int32_t, std::vector<int32_t>… in Unmarshalling() function in OHOS::Media::AVCodecListParcel
|
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/ |
D | continuous_task_param.cpp | 81 ContinuousTaskParam *ContinuousTaskParam::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::BackgroundTaskMgr::ContinuousTaskParam 92 ContinuousTaskParamForInner *ContinuousTaskParamForInner::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::BackgroundTaskMgr::ContinuousTaskParamForInner
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
D | profile_change_notification.cpp | 63 bool ProfileChangeNotification::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::DeviceProfile::ProfileChangeNotification 90 bool ProfileEntry::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::DeviceProfile::ProfileEntry
|
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/ |
D | net_stats_info.cpp | 91 bool NetStatsInfo::Unmarshalling(Parcel &parcel, std::vector<NetStatsInfo> &statsInfos) in Unmarshalling() function in OHOS::NetManagerStandard::NetStatsInfo 112 bool NetStatsInfo::Unmarshalling(Parcel &parcel, NetStatsInfo &stats) in Unmarshalling() function in OHOS::NetManagerStandard::NetStatsInfo
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
D | audio_device_descriptor.cpp | 121 sptr<AudioDeviceDescriptor> AudioDeviceDescriptor::Unmarshalling(Parcel &in) in Unmarshalling() function in OHOS::AudioStandard::AudioDeviceDescriptor 180 sptr<AudioRendererFilter> AudioRendererFilter::Unmarshalling(Parcel &in) in Unmarshalling() function in OHOS::AudioStandard::AudioRendererFilter 208 sptr<AudioCapturerFilter> AudioCapturerFilter::Unmarshalling(Parcel &in) in Unmarshalling() function in OHOS::AudioStandard::AudioCapturerFilter
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
D | bluetooth_map_mce_parameter.cpp | 67 BluetoothIProfileMapAction *BluetoothIProfileMapAction::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::Bluetooth::BluetoothIProfileMapAction 153 BluetoothIProfileMasInstanceInfoList *BluetoothIProfileMasInstanceInfoList::Unmarshalling(Parcel &p… in Unmarshalling() function in OHOS::Bluetooth::BluetoothIProfileMasInstanceInfoList 590 BluetoothIProfileSendMessageParameters *BluetoothIProfileSendMessageParameters::Unmarshalling(Parce… in Unmarshalling() function in OHOS::Bluetooth::BluetoothIProfileSendMessageParameters 691 BluetoothIProfileSetOwnerStatusParameters *BluetoothIProfileSetOwnerStatusParameters::Unmarshalling… in Unmarshalling() function in OHOS::Bluetooth::BluetoothIProfileSetOwnerStatusParameters 785 …GetConversationListingParameters *BluetoothIProfileGetConversationListingParameters::Unmarshalling( in Unmarshalling() function in OHOS::Bluetooth::BluetoothIProfileGetConversationListingParameters 867 BluetoothIProfileGetMessageParameters *BluetoothIProfileGetMessageParameters::Unmarshalling(Parcel … in Unmarshalling() function in OHOS::Bluetooth::BluetoothIProfileGetMessageParameters 981 …IProfileGetMessagesListingParameters *BluetoothIProfileGetMessagesListingParameters::Unmarshalling( in Unmarshalling() function in OHOS::Bluetooth::BluetoothIProfileGetMessagesListingParameters 1097 BluetoothIProfileBMessage *BluetoothIProfileBMessage::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::Bluetooth::BluetoothIProfileBMessage 1254 BluetoothIProfileMessagesListing *BluetoothIProfileMessagesListing::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::Bluetooth::BluetoothIProfileMessagesListing 1769 BluetoothIProfileConversationListing *BluetoothIProfileConversationListing::Unmarshalling(Parcel &p… in Unmarshalling() function in OHOS::Bluetooth::BluetoothIProfileConversationListing [all …]
|
D | bluetooth_pbap_pce_parameter.cpp | 147 BluetoothIPbapPullPhoneBookParam *BluetoothIPbapPullPhoneBookParam::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::Bluetooth::BluetoothIPbapPullPhoneBookParam 287 BluetoothIPbapPullvCardListingParam *BluetoothIPbapPullvCardListingParam::Unmarshalling(Parcel &par… in Unmarshalling() function in OHOS::Bluetooth::BluetoothIPbapPullvCardListingParam 369 BluetoothIPbapPullvCardEntryParam *BluetoothIPbapPullvCardEntryParam::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::Bluetooth::BluetoothIPbapPullvCardEntryParam 502 BluetoothIPbapPhoneBookData *BluetoothIPbapPhoneBookData::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::Bluetooth::BluetoothIPbapPhoneBookData
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/ |
D | quick_fix_result_info.cpp | 65 DeployQuickFixResult *DeployQuickFixResult::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AppExecFwk::DeployQuickFixResult 114 SwitchQuickFixResult *SwitchQuickFixResult::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AppExecFwk::SwitchQuickFixResult 158 DeleteQuickFixResult *DeleteQuickFixResult::Unmarshalling(Parcel &parcel) in Unmarshalling() function in OHOS::AppExecFwk::DeleteQuickFixResult
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
D | mock_rosen_window_info.cpp | 28 AccessibilityWindowInfo* AccessibilityWindowInfo::Unmarshalling(Parcel& parcel) in Unmarshalling() function in OHOS::Rosen::AccessibilityWindowInfo
|