Home
last modified time | relevance | path

Searched refs:ReadUint32 (Results 1 - 25 of 374) sorted by relevance

12345678910>>...15

/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmedia_decrypt_module_service_stub.cpp87 cryptInfo.type = (OHOS::DrmStandard::IMediaDecryptModuleService::CryptAlgorithmType)data.ReadUint32(); in OnRemoteRequest()
88 uint32_t keyIdSize = data.ReadUint32(); in OnRemoteRequest()
99 uint32_t ivSize = data.ReadUint32(); in OnRemoteRequest()
109 cryptInfo.pattern.encryptBlocks = data.ReadUint32(); in OnRemoteRequest()
110 cryptInfo.pattern.skipBlocks = data.ReadUint32(); in OnRemoteRequest()
111 uint32_t subSampleNumber = data.ReadUint32(); in OnRemoteRequest()
116 cryptInfo.subSample[i].clearHeaderLen = data.ReadUint32(); in OnRemoteRequest()
117 cryptInfo.subSample[i].payLoadLen = data.ReadUint32(); in OnRemoteRequest()
121 srcBuffer.bufferType = data.ReadUint32(); in OnRemoteRequest()
123 srcBuffer.bufferLen = data.ReadUint32(); in OnRemoteRequest()
[all...]
/foundation/window/window_manager/utils/src/
H A Dscreen_info.cpp71 parcel.ReadUint32(virtualWidth_) && parcel.ReadUint32(virtualHeight_) && in InnerUnmarshalling()
73 parcel.ReadBool(isScreenGroup_) && parcel.ReadUint32(rotation) && in InnerUnmarshalling()
74 parcel.ReadUint32(orientation) && parcel.ReadUint32(sourceMode) && parcel.ReadUint32(type) && in InnerUnmarshalling()
75 parcel.ReadUint32(modeId_) && parcel.ReadUint32(size) && in InnerUnmarshalling()
89 if (parcel.ReadUint32(mode->id_) && in InnerUnmarshalling()
90 parcel.ReadUint32(mod in InnerUnmarshalling()
[all...]
H A Dcutout_info.cpp77 if (!parcel.ReadUint32(size)) { in ReadBoundingRectsVector()
89 parcel.ReadUint32(width) && parcel.ReadUint32(height))) { in ReadBoundingRectsVector()
102 parcel.ReadUint32(waterfallDisplayAreaRects.left.width_) && in ReadWaterfallDisplayAreaRects()
103 parcel.ReadUint32(waterfallDisplayAreaRects.left.height_) && in ReadWaterfallDisplayAreaRects()
106 parcel.ReadUint32(waterfallDisplayAreaRects.top.width_) && in ReadWaterfallDisplayAreaRects()
107 parcel.ReadUint32(waterfallDisplayAreaRects.top.height_) && in ReadWaterfallDisplayAreaRects()
110 parcel.ReadUint32(waterfallDisplayAreaRects.right.width_) && in ReadWaterfallDisplayAreaRects()
111 parcel.ReadUint32(waterfallDisplayAreaRects.right.height_) && in ReadWaterfallDisplayAreaRects()
114 parcel.ReadUint32(waterfallDisplayAreaRect in ReadWaterfallDisplayAreaRects()
[all...]
H A Daccessibility_window_info.cpp57 parcel.ReadUint32(info->windowRect_.width_) && in Unmarshalling()
58 parcel.ReadUint32(info->windowRect_.height_) && parcel.ReadInt32(info->windowRect_.posX_) && in Unmarshalling()
61 parcel.ReadUint32(info->layer_) && parcel.ReadFloat(info->scaleVal_) && in Unmarshalling()
67 info->mode_ = static_cast<WindowMode>(parcel.ReadUint32()); in Unmarshalling()
68 info->type_ = static_cast<WindowType>(parcel.ReadUint32()); in Unmarshalling()
70 size_t touchHotAreasCnt = parcel.ReadUint32(); in Unmarshalling()
75 .width_ = parcel.ReadUint32(), .height_ = parcel.ReadUint32()}); in Unmarshalling()
H A Dwindow_visibility_info.cpp43 bool res = parcel.ReadUint32(windowVisibilityInfo->windowId_) && parcel.ReadInt32(windowVisibilityInfo->pid_) && in Unmarshalling()
44 parcel.ReadInt32(windowVisibilityInfo->uid_) && parcel.ReadUint32(visibilityState); in Unmarshalling()
50 windowVisibilityInfo->windowType_ = static_cast<WindowType>(parcel.ReadUint32()); in Unmarshalling()
51 windowVisibilityInfo->windowStatus_ = static_cast<WindowStatus>(parcel.ReadUint32()); in Unmarshalling()
52 windowVisibilityInfo->rect_ = { parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadUint32(), parcel.ReadUint32() }; in Unmarshalling()
H A Ddisplay_info.cpp58 parcel.ReadUint64(displayInfo->id_) && parcel.ReadUint32(type) && in Unmarshalling()
61 parcel.ReadUint32(displayInfo->refreshRate_) && parcel.ReadUint64(displayInfo->screenId_) && in Unmarshalling()
65 parcel.ReadUint32(rotation) && parcel.ReadUint32(orientation) && in Unmarshalling()
67 parcel.ReadUint32(displayState) && parcel.ReadBool(displayInfo->waterfallDisplayCompressionStatus_) && in Unmarshalling()
68 parcel.ReadInt32(displayInfo->dpi_) && parcel.ReadUint32(displayOrientation) && in Unmarshalling()
71 parcel.ReadUint32(displayInfo->defaultDeviceRotationOffset_) && in Unmarshalling()
72 parcel.ReadUint32(displayInfo->availableWidth_) && in Unmarshalling()
73 parcel.ReadUint32(displayInfo->availableHeight_) && parcel.ReadFloat(displayInfo->scaleX_) && in Unmarshalling()
H A Dwindow_property.cpp633 uint32_t size = parcel.ReadUint32(); in MapUnmarshalling()
638 WindowType type = static_cast<WindowType>(parcel.ReadUint32()); in MapUnmarshalling()
639 SystemBarProperty prop = { parcel.ReadBool(), parcel.ReadUint32(), parcel.ReadUint32() }; in MapUnmarshalling()
661 uint32_t size = parcel.ReadUint32(); in UnmarshallingTouchHotAreas()
667 Rect{ parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadUint32(), parcel.ReadUint32() }); in UnmarshallingTouchHotAreas()
709 WindowLimits sizeLimits = { parcel.ReadUint32(), parcel.ReadUint32(), parcel.ReadUint32(), in UnmarshallingWindowSizeLimits()
[all...]
H A Dwindow_drawing_content_info.cpp40 bool res = parcel.ReadUint32(windowDrawingContentInfo->windowId_) && in Unmarshalling()
42 parcel.ReadUint32(drawingContentState); in Unmarshalling()
48 windowDrawingContentInfo->windowType_ = static_cast<WindowType>(parcel.ReadUint32()); in Unmarshalling()
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Dnet_push_stats_info.cpp81 if (!parcel.ReadUint32(info.uid_)) { in Unmarshalling()
87 if (!parcel.ReadUint32(info.simId_)) { in Unmarshalling()
90 if (!parcel.ReadUint32(info.netBearType_)) { in Unmarshalling()
93 if (!parcel.ReadUint32(info.beginTime_)) { in Unmarshalling()
96 if (!parcel.ReadUint32(info.endTime_)) { in Unmarshalling()
99 if (!parcel.ReadUint32(info.rxBytes_)) { in Unmarshalling()
102 if (!parcel.ReadUint32(info.txBytes_)) { in Unmarshalling()
/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/src/
H A Duri_permission_manager_stub.cpp67 auto tokenId = data.ReadUint32(); in HandleRevokeUriPermission()
75 auto tokenId = data.ReadUint32(); in HandleRevokeAllUriPermission()
88 auto flag = data.ReadUint32(); in HandleGrantUriPermission()
91 auto initiatorTokenId = data.ReadUint32(); in HandleGrantUriPermission()
100 auto size = data.ReadUint32(); in HandleBatchGrantUriPermission()
114 auto flag = data.ReadUint32(); in HandleBatchGrantUriPermission()
117 auto initiatorTokenId = data.ReadUint32(); in HandleBatchGrantUriPermission()
126 auto size = data.ReadUint32(); in HandleGrantUriPermissionPrivileged()
140 auto flag = data.ReadUint32(); in HandleGrantUriPermissionPrivileged()
143 auto initiatorTokenId = data.ReadUint32(); in HandleGrantUriPermissionPrivileged()
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Dnetsys_net_dns_result_data.cpp36 if (!parcel.ReadUint32(addrInfo.type_)) { in Unmarshalling()
88 if (!parcel.ReadUint32(resultReport.netid_) || !parcel.ReadUint32(resultReport.uid_) || in Unmarshalling()
89 !parcel.ReadUint32(resultReport.pid_) || !parcel.ReadUint32(resultReport.timeused_)) { in Unmarshalling()
93 if (!parcel.ReadUint32(resultReport.queryresult_)) { in Unmarshalling()
102 if (!parcel.ReadUint32(size)) { in Unmarshalling()
H A Dnetsys_net_dns_health_data.cpp48 if (!parcel.ReadUint32(healthReport.netid_) || !parcel.ReadUint32(healthReport.uid_) || in Unmarshalling()
49 !parcel.ReadUint32(healthReport.appid_)) { in Unmarshalling()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_supplier_callback_stub.cpp75 data.ReadUint32(size); in OnRequestNetwork()
81 data.ReadUint32(value); in OnRequestNetwork()
90 data.ReadUint32(bearTypeSize); in OnRequestNetwork()
96 data.ReadUint32(value); in OnRequestNetwork()
102 data.ReadUint32(uid); in OnRequestNetwork()
104 data.ReadUint32(requestId); in OnRequestNetwork()
122 data.ReadUint32(size); in OnReleaseNetwork()
125 data.ReadUint32(value); in OnReleaseNetwork()
144 int32_t result = data.ReadUint32(uid) && data.ReadUint32(requestI in OnAddRequest()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dwindow_info.h151 info->mode_ = parcel.ReadUint32(); in Unmarshalling()
158 auto size = parcel.ReadUint32(); in Unmarshalling()
161 info->windowModes_.push_back(static_cast<AppExecFwk::SupportWindowMode>(parcel.ReadUint32())); in Unmarshalling()
166 info->maxWindowWidth_ = parcel.ReadUint32(); in Unmarshalling()
167 info->minWindowWidth_ = parcel.ReadUint32(); in Unmarshalling()
168 info->maxWindowHeight_ = parcel.ReadUint32(); in Unmarshalling()
169 info->minWindowHeight_ = parcel.ReadUint32(); in Unmarshalling()
171 info->reason_ = static_cast<TransitionReason>(parcel.ReadUint32()); in Unmarshalling()
172 info->orientation_ = static_cast<AppExecFwk::DisplayOrientation>(parcel.ReadUint32()); in Unmarshalling()
173 info->apiCompatibleVersion_ = parcel.ReadUint32(); in Unmarshalling()
[all...]
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_manager_agent_stub.cpp68 bool res = parcel.ReadUint32(type) && parcel.ReadBool(prop.enable_) && in OnRemoteRequest()
69 parcel.ReadUint32(prop.backgroundColor_) && parcel.ReadUint32(prop.contentColor_) && in OnRemoteRequest()
71 parcel.ReadUint32(region.width_) && parcel.ReadUint32(region.height_); in OnRemoteRequest()
91 WindowUpdateType type = static_cast<WindowUpdateType>(data.ReadUint32()); in OnRemoteRequest()
114 uint32_t accessTokenId = data.ReadUint32(); in OnRemoteRequest()
130 bool res = parcel.ReadUint32(displayId) && parcel.ReadUint32(visibleWindowNum); in OnRemoteRequest()
149 uint32_t accessTokenId = data.ReadUint32(); in OnRemoteRequest()
[all...]
H A Dwindow_stub.cpp47 if (!data.ReadInt32(posX) || !data.ReadInt32(posY) || !data.ReadUint32(width) || !data.ReadUint32(height)) { in OnRemoteRequest()
58 if (!data.ReadUint32(changeReason)) { in OnRemoteRequest()
88 if (!data.ReadUint32(windowMode)) { in OnRemoteRequest()
98 if (!data.ReadUint32(modeSupportInfo)) { in OnRemoteRequest()
116 if (!data.ReadUint32(type) || in OnRemoteRequest()
126 if (!data.ReadUint32(state)) { in OnRemoteRequest()
139 if (!data.ReadUint32(eventType) || eventType > static_cast<uint32_t>(DragEvent::DRAG_EVENT_END)) { in OnRemoteRequest()
187 !data.ReadUint32(width) || !data.ReadUint32(heigh in OnRemoteRequest()
[all...]
/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp122 DisplayPowerEvent event = static_cast<DisplayPowerEvent>(data.ReadUint32()); in ProcNotifyDisplayPowerEvent()
123 EventStatus status = static_cast<EventStatus>(data.ReadUint32()); in ProcNotifyDisplayPowerEvent()
130 DisplayState state = static_cast<DisplayState>(data.ReadUint32()); in ProcNotifyDisplayStateChanged()
158 if (!data.ReadUint32(event)) { in ProcScreenChanged()
179 if (!data.ReadUint32(event)) { in ProcScreenGroupChanged()
209 if (!data.ReadUint32(event)) { in ProcDisplayChanged()
243 if (!data.ReadUint32(foldStatus)) { in ProcFoldStatusChanged()
266 if (!data.ReadUint32(displayMode)) { in ProcDisplayModechanged()
279 rect.width_ = data.ReadUint32(); in ProcAvailableAreaChanged()
280 rect.height_ = data.ReadUint32(); in ProcAvailableAreaChanged()
[all...]
/foundation/multimedia/camera_framework/test/fuzztest/camerafwkmetadatautils_fuzzer/
H A Dcamera_fwk_metadata_utils_fuzzer.cpp66 srcMetadata->addEntry(data.ReadUint32(), rawData, size); in Test()
77 data.ReadUint32(), in Test()
78 data.ReadUint32(), in Test()
79 data.ReadUint32(), in Test()
80 data.ReadUint32(), in Test()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp53 auto type = static_cast<DisplayManagerAgentType>(data.ReadUint32()); in OnRemoteRequest()
63 auto type = static_cast<DisplayManagerAgentType>(data.ReadUint32()); in OnRemoteRequest()
69 PowerStateChangeReason reason = static_cast<PowerStateChangeReason>(data.ReadUint32()); in OnRemoteRequest()
78 PowerStateChangeReason reason = static_cast<PowerStateChangeReason>(data.ReadUint32()); in OnRemoteRequest()
92 ScreenPowerState state = static_cast<ScreenPowerState>(data.ReadUint32()); in OnRemoteRequest()
93 PowerStateChangeReason reason = static_cast<PowerStateChangeReason>(data.ReadUint32()); in OnRemoteRequest()
98 DisplayState state = static_cast<DisplayState>(data.ReadUint32()); in OnRemoteRequest()
103 ScreenId screenId = static_cast<ScreenId>(data.ReadUint32()); in OnRemoteRequest()
104 ScreenPowerState state = static_cast<ScreenPowerState>(data.ReadUint32()); in OnRemoteRequest()
105 PowerStateChangeReason reason = static_cast<PowerStateChangeReason>(data.ReadUint32()); in OnRemoteRequest()
[all...]
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp69 if (!data.ReadUint32(windowId)) { in OnRemoteRequest()
84 if (!data.ReadUint32(windowId)) { in OnRemoteRequest()
94 if (!data.ReadUint32(windowId)) { in OnRemoteRequest()
103 uint32_t windowId = data.ReadUint32(); in OnRemoteRequest()
105 if (!data.ReadUint32(avoidAreaTypeId) || in OnRemoteRequest()
117 if (!data.ReadUint32(windowType) || in OnRemoteRequest()
134 if (!data.ReadUint32(windowType) || in OnRemoteRequest()
151 if (!data.ReadUint32(windowId)) { in OnRemoteRequest()
167 if (!data.ReadUint32(windowId)) { in OnRemoteRequest()
179 if (!data.ReadUint32(windowI in OnRemoteRequest()
[all...]
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_module_record.cpp107 result->appLabelId_ = parcel.ReadUint32(); in UnMarshalling()
108 result->descriptionId_ = parcel.ReadUint32(); in UnMarshalling()
109 result->abilityLableId_ = parcel.ReadUint32(); in UnMarshalling()
110 result->abilityDescriptionId_ = parcel.ReadUint32(); in UnMarshalling()
111 result->abilityIconId_ = parcel.ReadUint32(); in UnMarshalling()
114 uint32_t size = parcel.ReadUint32(); in UnMarshalling()
/foundation/graphic/surface_lite/frameworks/
H A Dsurface_buffer_impl.cpp129 ReadUint32(&io, &(bufferData_.handle.reserveFds)); in ReadFromIpcIo()
130 ReadUint32(&io, &(bufferData_.handle.reserveInts)); in ReadFromIpcIo()
131 ReadUint32(&io, &(bufferData_.size)); in ReadFromIpcIo()
132 ReadUint32(&io, &(bufferData_.usage)); in ReadFromIpcIo()
133 ReadUint32(&io, &len_); in ReadFromIpcIo()
135 ReadUint32(&io, &extDataSize); in ReadFromIpcIo()
139 ReadUint32(&io, &key); in ReadFromIpcIo()
141 ReadUint32(&io, &type); in ReadFromIpcIo()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_net_diag_data.cpp78 if (!parcel.ReadUint32(pingOption.interval_)) { in Unmarshalling()
136 if (!parcel.ReadUint32(icmpSeq.costTime_)) { in Unmarshalling()
202 if (!parcel.ReadUint32(size)) { in Unmarshalling()
262 if (!parcel.ReadUint32(routeTable.metric_)) { in Unmarshalling()
265 if (!parcel.ReadUint32(routeTable.ref_)) { in Unmarshalling()
268 if (!parcel.ReadUint32(routeTable.use_)) { in Unmarshalling()
305 if (!parcel.ReadUint32(socketInfo.inode_)) { in Unmarshalling()
384 if (!parcel.ReadUint32(socketInfo.inode_)) { in Unmarshalling()
428 if (!parcel.ReadUint32(size)) { in Unmarshalling()
441 if (!parcel.ReadUint32(siz in Unmarshalling()
[all...]
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp62 uint32_t width = data.ReadUint32(); in OnRemoteRequest()
63 uint32_t height = data.ReadUint32(); in OnRemoteRequest()
111 Orientation orientation = static_cast<Orientation>(data.ReadUint32()); in OnRemoteRequest()
130 auto type = static_cast<DisplayManagerAgentType>(data.ReadUint32()); in OnRemoteRequest()
141 auto type = static_cast<DisplayManagerAgentType>(data.ReadUint32()); in OnRemoteRequest()
147 PowerStateChangeReason reason = static_cast<PowerStateChangeReason>(data.ReadUint32()); in OnRemoteRequest()
156 PowerStateChangeReason reason = static_cast<PowerStateChangeReason>(data.ReadUint32()); in OnRemoteRequest()
165 ScreenId screenId = static_cast<ScreenId>(data.ReadUint32()); in OnRemoteRequest()
166 ScreenPowerState state = static_cast<ScreenPowerState>(data.ReadUint32()); in OnRemoteRequest()
167 PowerStateChangeReason reason = static_cast<PowerStateChangeReason>(data.ReadUint32()); in OnRemoteRequest()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon_stub.cpp269 uint32_t flags = data.ReadUint32(); in HandleMount()
345 uint32_t flags = data.ReadUint32(); in HandlePrepareUserDirs()
358 uint32_t flags = data.ReadUint32(); in HandleDestroyUserDirs()
426 uint32_t userId = data.ReadUint32(); in HandleGenerateUserKeys()
427 uint32_t flags = data.ReadUint32(); in HandleGenerateUserKeys()
439 uint32_t userId = data.ReadUint32(); in HandleDeleteUserKeys()
451 uint32_t userId = data.ReadUint32(); in HandleUpdateUserAuth()
471 uint32_t userId = data.ReadUint32(); in HandleUpdateUseAuthWithRecoveryKey()
496 uint32_t userId = data.ReadUint32(); in HandleActiveUserKey()
513 uint32_t userId = data.ReadUint32(); in HandleInactiveUserKey()
[all...]

Completed in 13 milliseconds

12345678910>>...15