Home
last modified time | relevance | path

Searched refs:ReadStrongParcelable (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp518 sptr<WorkInfo> workInfoRead = data.ReadStrongParcelable<WorkInfo>();
523 workInfoRead = data.ReadStrongParcelable<WorkInfo>();
528 workInfoRead = data.ReadStrongParcelable<WorkInfo>();
533 workInfoRead = data.ReadStrongParcelable<WorkInfo>();
538 workInfoRead = data.ReadStrongParcelable<WorkInfo>();
544 workInfoRead = data.ReadStrongParcelable<WorkInfo>();
549 workInfoRead = data.ReadStrongParcelable<WorkInfo>();
568 sptr<WorkInfo> workInfoRead = data.ReadStrongParcelable<WorkInfo>();
574 workInfoRead = data.ReadStrongParcelable<WorkInfo>();
582 workInfoRead = data.ReadStrongParcelable<WorkInfo>();
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Dtypes.cpp.txt64 dataBlock.metadata = data.ReadStrongParcelable<MapDataSequenceable>();
66 dataBlock.imageHandle = data.ReadStrongParcelable<BufferHandleSequenceable>();
73 dataBlock.gainMapHandle = data.ReadStrongParcelable<BufferHandleSequenceable>();
80 dataBlock.depthMapHandle = data.ReadStrongParcelable<BufferHandleSequenceable>();
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessibility_element_operator_callback_stub.cpp132 data.ReadStrongParcelable<AccessibilityElementInfoParcel>(); in HandleSetSearchElementInfoByAccessibilityIdResult()
167 data.ReadStrongParcelable<AccessibilityElementInfoParcel>(); in HandleSetSearchElementInfoByTextResult()
185 …sptr<AccessibilityElementInfoParcel> info = data.ReadStrongParcelable<AccessibilityElementInfoParc… in HandleSetFindFocusedElementInfoResult()
202 …sptr<AccessibilityElementInfoParcel> info = data.ReadStrongParcelable<AccessibilityElementInfoParc… in HandleSetFocusMoveSearchResult()
H A Daccessible_ability_manager_caption_observer_stub.cpp50 sptr<CaptionPropertyParcel> property = data.ReadStrongParcelable<CaptionPropertyParcel>(); in HandleOnCaptionPropertyChanged()
H A Daccessible_ability_channel_proxy.cpp355 …sptr<AccessibilityWindowInfoParcel> windowInfoParcel = reply.ReadStrongParcelable<AccessibilityWin… in GetWindow()
388 …sptr<AccessibilityWindowInfoParcel> window = reply.ReadStrongParcelable<AccessibilityWindowInfoPar… in GetWindows()
429 …sptr<AccessibilityWindowInfoParcel> window = reply.ReadStrongParcelable<AccessibilityWindowInfoPar… in GetWindowsByDisplayId()
H A Daccessible_ability_client_stub.cpp109 …sptr<AccessibilityEventInfoParcel> eventInfo = data.ReadStrongParcelable<AccessibilityEventInfoPar… in HandleOnAccessibilityEvent()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_scheduler_stub.cpp31 sptr<WorkInfo> workInfo = data.ReadStrongParcelable<WorkInfo>(); in OnRemoteRequest()
40 sptr<WorkInfo> workInfo = data.ReadStrongParcelable<WorkInfo>(); in OnRemoteRequest()
H A Dwork_sched_service_stub.cpp174 sptr<WorkInfo> workInfo = data.ReadStrongParcelable<WorkInfo>(); in StartWorkStub()
184 sptr<WorkInfo> workInfo = data.ReadStrongParcelable<WorkInfo>(); in StopWorkStub()
194 sptr<WorkInfo> workInfo = data.ReadStrongParcelable<WorkInfo>(); in StopAndCancelWorkStub()
H A Dwork_sched_service_proxy.cpp198 sptr<WorkInfo> workInfo = reply.ReadStrongParcelable<WorkInfo>(); in ObtainAllWorks()
230 sptr<WorkInfo> workInfoSptr = reply.ReadStrongParcelable<WorkInfo>(); in GetWorkStatus()
266 sptr<WorkInfo> workInfo = reply.ReadStrongParcelable<WorkInfo>(); in GetAllRunningWorks()
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_element_info_parcel.cpp65 …sptr<AccessibleActionParcel> accessibleOperation = parcel.ReadStrongParcelable<AccessibleActionPar… in ReadFromParcelSecondPart()
75 sptr<RectParcel> rect = parcel.ReadStrongParcelable<RectParcel>(); in ReadFromParcelSecondPart()
107 sptr<RangeInfoParcel> rangeInfo = parcel.ReadStrongParcelable<RangeInfoParcel>(); in ReadFromParcelThirdPart()
113 sptr<GridInfoParcel> grid = parcel.ReadStrongParcelable<GridInfoParcel>(); in ReadFromParcelThirdPart()
119 sptr<GridItemInfoParcel> gridItem = parcel.ReadStrongParcelable<GridItemInfoParcel>(); in ReadFromParcelThirdPart()
144 …sptr<ExtraElementInfoParcel> extraElementInfo = parcel.ReadStrongParcelable<ExtraElementInfoParcel… in ReadFromParcelThirdPart()
162 sptr<SpanInfoParcel> spanList = parcel.ReadStrongParcelable<SpanInfoParcel>(); in ReadFromParcelFourthPart()
H A Daccessibility_window_info_parcel.cpp42 sptr<RectParcel> boundsInScreen = parcel.ReadStrongParcelable<RectParcel>(); in ReadFromParcel()
H A Daccessibility_event_info_parcel.cpp103 parcel.ReadStrongParcelable<AccessibilityElementInfoParcel>(); in ReadFromParcelSecondPart()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_buffer_v1_0/cpp_target/display/buffer/v1_0/
H A Dmapper_stub.cpp.txt121 sptr<NativeBuffer> handle = mapperData.ReadStrongParcelable<NativeBuffer>();
144 sptr<NativeBuffer> handle = mapperData.ReadStrongParcelable<NativeBuffer>();
167 sptr<NativeBuffer> handle = mapperData.ReadStrongParcelable<NativeBuffer>();
190 sptr<NativeBuffer> handle = mapperData.ReadStrongParcelable<NativeBuffer>();
213 sptr<NativeBuffer> handle = mapperData.ReadStrongParcelable<NativeBuffer>();
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp45 sptr<WindowProperty> windowProperty = data.ReadStrongParcelable<WindowProperty>(); in OnRemoteRequest()
64 sptr<WindowProperty> windowProperty = data.ReadStrongParcelable<WindowProperty>(); in OnRemoteRequest()
116 sptr<WindowProperty> windowProperty = data.ReadStrongParcelable<WindowProperty>(); in OnRemoteRequest()
117 sptr<MoveDragProperty> moveDragProperty = data.ReadStrongParcelable<MoveDragProperty>(); in OnRemoteRequest()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_buffer_v1_1/cpp_target/display/buffer/v1_1/
H A Dmetadata_stub.cpp.txt164 sptr<NativeBuffer> handle = metadataData.ReadStrongParcelable<NativeBuffer>();
187 sptr<NativeBuffer> handle = metadataData.ReadStrongParcelable<NativeBuffer>();
227 sptr<NativeBuffer> handle = metadataData.ReadStrongParcelable<NativeBuffer>();
277 sptr<NativeBuffer> handle = metadataData.ReadStrongParcelable<NativeBuffer>();
316 sptr<NativeBuffer> handle = metadataData.ReadStrongParcelable<NativeBuffer>();
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/buffer_handle/
H A Dnative_buffer_test.cpp69 sptr<NativeBuffer> destBuffer = data.ReadStrongParcelable<NativeBuffer>();
89 sptr<NativeBuffer> destBuffer = data.ReadStrongParcelable<NativeBuffer>();
382 sptr<NativeBuffer> destBuffer = data.ReadStrongParcelable<NativeBuffer>();
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp561 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleCancelAsBundleOption()
609 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleCancelAsBundleAndUser()
713 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleGetSlotNumAsBundle()
735 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleSetSlotFlagsAsBundle()
758 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleGetSlotFlagsAsBundle()
1126 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleTriggerLocalLiveView()
1138 …sptr<NotificationButtonOption> buttonOption = data.ReadStrongParcelable<NotificationButtonOption>(… in HandleTriggerLocalLiveView()
1154 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleRemoveNotification()
1188 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleRemoveAllNotifications()
1255 …sptr<NotificationBundleOption> bundleOption = data.ReadStrongParcelable<NotificationBundleOption>(… in HandleDeleteByBundle()
[all …]
H A Dans_subscriber_local_live_view_stub.cpp90 sptr<T> info = data.ReadStrongParcelable<T>(); in ReadParcelableVector()
H A Dans_subscriber_stub.cpp242 sptr<T> info = data.ReadStrongParcelable<T>(); in ReadParcelableVector()
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_client_stub.cpp202 auto displayInfo = data.ReadStrongParcelable<DisplayInfo>(); in HandleOnDisplayStateChanged()
207 auto displayInfoValue = data.ReadStrongParcelable<DisplayInfo>(); in HandleOnDisplayStateChanged()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_sorting.cpp137 slot_ = parcel.ReadStrongParcelable<NotificationSlot>(); in ReadFromParcel()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.h620 sptr<T> ReadStrongParcelable();
826 sptr<T> Parcel::ReadStrongParcelable() in ReadStrongParcelable() function
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dparcel.h665 sptr<T> ReadStrongParcelable();
891 sptr<T> Parcel::ReadStrongParcelable() in ReadStrongParcelable() function
/ohos5.0/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp80 sptr<AvoidArea> avoidArea = data.ReadStrongParcelable<AvoidArea>(); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp207 property = data.ReadStrongParcelable<WindowSessionProperty>(); in HandleForeground()
259 property = data.ReadStrongParcelable<WindowSessionProperty>(); in HandleShow()
295 property = data.ReadStrongParcelable<WindowSessionProperty>(); in HandleConnect()
826 data.ReadStrongParcelable<Accessibility::AccessibilityEventInfoParcel>(); in HandleTransferAccessibilityEvent()

123