Home
last modified time | relevance | path

Searched refs:ReadInt32 (Results 1 - 25 of 1004) sorted by relevance

12345678910>>...41

/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dtrans_client_stub.c30 ReadInt32(data, &(channel.channelId)); in ClientOnChannelOpened()
31 ReadInt32(data, &(channel.channelType)); in ClientOnChannelOpened()
35 ReadInt32(data, &(channel.peerUid)); in ClientOnChannelOpened()
36 ReadInt32(data, &(channel.peerPid)); in ClientOnChannelOpened()
52 ReadInt32(data, &(channel.businessType)); in ClientOnChannelOpened()
55 ReadInt32(data, &(channel.streamType)); in ClientOnChannelOpened()
62 ReadInt32(data, &(channel.peerPort)); in ClientOnChannelOpened()
81 ReadInt32(data, &channelId); in ClientOnChannelOpenfailed()
82 ReadInt32(data, &channelType); in ClientOnChannelOpenfailed()
83 ReadInt32(dat in ClientOnChannelOpenfailed()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp138 int state = data.ReadInt32(); in OnConnectionStateChangedInner()
139 int cause = data.ReadInt32(); in OnConnectionStateChangedInner()
149 int button = data.ReadInt32(); in OnPressButtonInner()
150 int result = data.ReadInt32(); in OnPressButtonInner()
160 int button = data.ReadInt32(); in OnReleaseButtonInner()
161 int result = data.ReadInt32(); in OnReleaseButtonInner()
171 int uidCounter = data.ReadInt32(); in OnSetBrowsedPlayerInner()
174 int32_t namesSize = data.ReadInt32(); in OnSetBrowsedPlayerInner()
182 int result = data.ReadInt32(); in OnSetBrowsedPlayerInner()
183 int detail = data.ReadInt32(); in OnSetBrowsedPlayerInner()
[all...]
H A Dbluetooth_ble_advertise_callback_stub.cpp85 const int32_t result = static_cast<int32_t>(data.ReadInt32()); in OnStartResultEventInner()
86 const int32_t advHandle = static_cast<int32_t>(data.ReadInt32()); in OnStartResultEventInner()
87 const int32_t opcode = static_cast<int32_t>(data.ReadInt32()); in OnStartResultEventInner()
97 const int32_t result = static_cast<int32_t>(data.ReadInt32()); in OnEnableResultEventInner()
98 const int32_t advHandle = static_cast<int32_t>(data.ReadInt32()); in OnEnableResultEventInner()
107 const int32_t result = static_cast<int32_t>(data.ReadInt32()); in OnDisableResultEventInner()
108 const int32_t advHandle = static_cast<int32_t>(data.ReadInt32()); in OnDisableResultEventInner()
117 const int32_t result = static_cast<int32_t>(data.ReadInt32()); in OnStopResultEventInner()
118 const int32_t advHandle = static_cast<int32_t>(data.ReadInt32()); in OnStopResultEventInner()
127 const int32_t advHandle = static_cast<int32_t>(data.ReadInt32()); in OnAutoStopAdvEventInner()
[all...]
H A Dbluetooth_gatt_client_callback_stub.cpp92 int32_t state = data.ReadInt32(); in OnConnectionStateChangedInner()
93 int32_t newState = data.ReadInt32(); in OnConnectionStateChangedInner()
115 int32_t ret = data.ReadInt32(); in OnCharacteristicReadInner()
129 int32_t ret = data.ReadInt32(); in OnCharacteristicWriteInner()
143 int32_t ret = data.ReadInt32(); in OnDescriptorReadInner()
158 int32_t ret = data.ReadInt32(); in OnDescriptorWriteInner()
172 int32_t state = data.ReadInt32(); in OnMtuChangedInner()
173 int32_t mtu = data.ReadInt32(); in OnMtuChangedInner()
183 int32_t status = data.ReadInt32(); in OnServicesDiscoveredInner()
193 int32_t interval = data.ReadInt32(); in OnConnectionParameterChangedInner()
[all...]
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dcodeclist_parcel.cpp108 capabilityData.codecType = parcel.ReadInt32(); in Unmarshalling()
109 capabilityData.maxInstance = parcel.ReadInt32(); in Unmarshalling()
110 capabilityData.bitrate.minVal = parcel.ReadInt32(); in Unmarshalling()
111 capabilityData.bitrate.maxVal = parcel.ReadInt32(); in Unmarshalling()
112 capabilityData.channels.minVal = parcel.ReadInt32(); in Unmarshalling()
113 capabilityData.channels.maxVal = parcel.ReadInt32(); in Unmarshalling()
114 capabilityData.complexity.minVal = parcel.ReadInt32(); in Unmarshalling()
115 capabilityData.complexity.maxVal = parcel.ReadInt32(); in Unmarshalling()
116 capabilityData.alignment.width = parcel.ReadInt32(); in Unmarshalling()
117 capabilityData.alignment.height = parcel.ReadInt32(); in Unmarshalling()
[all...]
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Davcodeclist_parcel.cpp102 capabilityData.codecType = parcel.ReadInt32(); in Unmarshalling()
103 capabilityData.bitrate.minVal = parcel.ReadInt32(); in Unmarshalling()
104 capabilityData.bitrate.maxVal = parcel.ReadInt32(); in Unmarshalling()
105 capabilityData.channels.minVal = parcel.ReadInt32(); in Unmarshalling()
106 capabilityData.channels.maxVal = parcel.ReadInt32(); in Unmarshalling()
107 capabilityData.complexity.minVal = parcel.ReadInt32(); in Unmarshalling()
108 capabilityData.complexity.maxVal = parcel.ReadInt32(); in Unmarshalling()
109 capabilityData.alignment.minVal = parcel.ReadInt32(); in Unmarshalling()
110 capabilityData.alignment.maxVal = parcel.ReadInt32(); in Unmarshalling()
111 capabilityData.width.minVal = parcel.ReadInt32(); in Unmarshalling()
[all...]
H A Drecorder_profiles_parcel.cpp108 profileCapabilityData.audioCaps.bitrate.minVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
109 profileCapabilityData.audioCaps.bitrate.maxVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
110 profileCapabilityData.audioCaps.channels.minVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
111 profileCapabilityData.audioCaps.channels.maxVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
112 profileCapabilityData.videoCaps.audioBitrateRange.minVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
113 profileCapabilityData.videoCaps.audioBitrateRange.maxVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
114 profileCapabilityData.videoCaps.audioChannelRange.minVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
115 profileCapabilityData.videoCaps.audioChannelRange.maxVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
116 profileCapabilityData.videoCaps.videoBitrateRange.minVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
117 profileCapabilityData.videoCaps.videoBitrateRange.maxVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_callback_stub.cpp43 int exception = data.ReadInt32(); in OnRemoteRequest()
157 int state = data.ReadInt32(); in RemoteOnWifiStateChanged()
165 int state = data.ReadInt32(); in RemoteOnWifiConnectionChanged()
167 info.networkId = data.ReadInt32(); in RemoteOnWifiConnectionChanged()
170 info.rssi = data.ReadInt32(); in RemoteOnWifiConnectionChanged()
171 info.band = data.ReadInt32(); in RemoteOnWifiConnectionChanged()
172 info.frequency = data.ReadInt32(); in RemoteOnWifiConnectionChanged()
173 info.linkSpeed = data.ReadInt32(); in RemoteOnWifiConnectionChanged()
175 info.ipAddress = static_cast<unsigned int>(data.ReadInt32()); in RemoteOnWifiConnectionChanged()
176 int tmpConnState = data.ReadInt32(); in RemoteOnWifiConnectionChanged()
[all...]
H A Dwifi_device_callback_stub_lite.cpp60 (void)ReadInt32(data, &exception); in OnRemoteRequest()
169 (void)ReadInt32(data, &state); in RemoteOnWifiStateChanged()
179 (void)ReadInt32(data, &state); in RemoteOnWifiConnectionChanged()
181 (void)ReadInt32(data, &info.networkId); in RemoteOnWifiConnectionChanged()
184 (void)ReadInt32(data, &info.rssi); in RemoteOnWifiConnectionChanged()
185 (void)ReadInt32(data, &info.band); in RemoteOnWifiConnectionChanged()
186 (void)ReadInt32(data, &info.frequency); in RemoteOnWifiConnectionChanged()
187 (void)ReadInt32(data, &info.linkSpeed); in RemoteOnWifiConnectionChanged()
191 (void)ReadInt32(data, &tmpConnState); in RemoteOnWifiConnectionChanged()
198 (void)ReadInt32(dat in RemoteOnWifiConnectionChanged()
[all...]
H A Dwifi_device_proxy.cpp100 int exception = reply.ReadInt32(); in EnableWifi()
104 return ErrCode(reply.ReadInt32()); in EnableWifi()
128 int exception = reply.ReadInt32(); in DisableWifi()
132 return ErrCode(reply.ReadInt32()); in DisableWifi()
158 int exception = reply.ReadInt32(); in InitWifiProtect()
162 int ret = reply.ReadInt32(); in InitWifiProtect()
193 int exception = reply.ReadInt32(); in GetWifiProtectRef()
197 int ret = reply.ReadInt32(); in GetWifiProtectRef()
227 int exception = reply.ReadInt32(); in PutWifiProtectRef()
231 int ret = reply.ReadInt32(); in PutWifiProtectRef()
[all...]
H A Dwifi_hotspot_proxy.cpp96 int exception = reply.ReadInt32(); in IsHotspotActive()
100 int ret = reply.ReadInt32(); in IsHotspotActive()
104 isActive = ((reply.ReadInt32() == 1) ? true : false); in IsHotspotActive()
129 int exception = reply.ReadInt32(); in IsHotspotDualBandSupported()
133 int ret = reply.ReadInt32(); in IsHotspotDualBandSupported()
138 isSupported = ((reply.ReadInt32() == 1) ? true : false); in IsHotspotDualBandSupported()
164 int exception = reply.ReadInt32(); in GetHotspotState()
168 int ret = reply.ReadInt32(); in GetHotspotState()
172 state = reply.ReadInt32(); in GetHotspotState()
199 int exception = reply.ReadInt32(); in GetHotspotConfig()
[all...]
H A Dwifi_p2p_proxy.cpp94 int exception = reply.ReadInt32(); in EnableP2p()
98 return ErrCode(reply.ReadInt32()); in EnableP2p()
123 int exception = reply.ReadInt32(); in DisableP2p()
127 return ErrCode(reply.ReadInt32()); in DisableP2p()
152 int exception = reply.ReadInt32(); in DiscoverDevices()
156 return ErrCode(reply.ReadInt32()); in DiscoverDevices()
181 int exception = reply.ReadInt32(); in StopDiscoverDevices()
185 return ErrCode(reply.ReadInt32()); in StopDiscoverDevices()
210 int exception = reply.ReadInt32(); in DiscoverServices()
214 return ErrCode(reply.ReadInt32()); in DiscoverServices()
[all...]
H A Dwifi_scan_proxy.cpp121 int exception = reply.ReadInt32(); in SetScanControlInfo()
126 int ret = reply.ReadInt32(); in SetScanControlInfo()
128 WIFI_LOGE("SetScanControlInfo Reply ReadInt32 failed, ret:%{public}d", ret); in SetScanControlInfo()
156 int exception = reply.ReadInt32(); in Scan()
160 int ret = reply.ReadInt32(); in Scan()
199 int exception = reply.ReadInt32(); in AdvanceScan()
203 int ret = reply.ReadInt32(); in AdvanceScan()
233 int exception = reply.ReadInt32(); in IsWifiClosedScan()
238 int ret = reply.ReadInt32(); in IsWifiClosedScan()
240 WIFI_LOGE("IsWifiClosedScan Reply ReadInt32 faile in IsWifiClosedScan()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dprocess_data.cpp40 pid = parcel.ReadInt32(); in ReadFromParcel()
41 uid = parcel.ReadInt32(); in ReadFromParcel()
42 hostPid = parcel.ReadInt32(); in ReadFromParcel()
43 gpuPid = parcel.ReadInt32(); in ReadFromParcel()
44 state = static_cast<AppProcessState>(parcel.ReadInt32()); in ReadFromParcel()
48 requestProcCode = parcel.ReadInt32(); in ReadFromParcel()
49 processChangeReason = parcel.ReadInt32(); in ReadFromParcel()
51 processType = static_cast<ProcessType>(parcel.ReadInt32()); in ReadFromParcel()
52 extensionType = static_cast<ExtensionAbilityType>(parcel.ReadInt32()); in ReadFromParcel()
53 renderUid = parcel.ReadInt32(); in ReadFromParcel()
[all...]
H A Dquick_fix_callback_stub.cpp49 int32_t resultCode = data.ReadInt32(); in HandleOnLoadPatchDoneInner()
50 int32_t recordId = data.ReadInt32(); in HandleOnLoadPatchDoneInner()
57 int32_t resultCode = data.ReadInt32(); in HandleOnUnloadPatchDoneInner()
58 int32_t recordId = data.ReadInt32(); in HandleOnUnloadPatchDoneInner()
65 int32_t resultCode = data.ReadInt32(); in HandleOnReloadPageDoneInner()
66 int32_t recordId = data.ReadInt32(); in HandleOnReloadPageDoneInner()
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dstream_player_impl_proxy.cpp53 return reply.ReadInt32(); in RegisterListener()
71 return reply.ReadInt32(); in UnregisterListener()
98 return reply.ReadInt32(); in SetSurface()
125 return reply.ReadInt32(); in Load()
152 return reply.ReadInt32(); in Play()
174 return reply.ReadInt32(); in Play()
192 return reply.ReadInt32(); in Pause()
210 return reply.ReadInt32(); in Play()
228 return reply.ReadInt32(); in Stop()
246 return reply.ReadInt32(); in Next()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_mission_info.cpp33 id = parcel.ReadInt32(); in ReadFromParcel()
34 runingState = parcel.ReadInt32(); in ReadFromParcel()
35 userId = parcel.ReadInt32(); in ReadFromParcel()
36 missionStackId = parcel.ReadInt32(); in ReadFromParcel()
40 windowMode = parcel.ReadInt32(); in ReadFromParcel()
41 boundsLeft = parcel.ReadInt32(); in ReadFromParcel()
42 boundsTop = parcel.ReadInt32(); in ReadFromParcel()
43 boundsRight = parcel.ReadInt32(); in ReadFromParcel()
44 boundsBottom = parcel.ReadInt32(); in ReadFromParcel()
50 displayId = parcel.ReadInt32(); in ReadFromParcel()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_device_battery_info.cpp50 CHECK_AND_RETURN_LOG_RET(parcel.ReadInt32(batteryLevel_), false, "read batteryLevel error"); in ReadFromParcel()
51 CHECK_AND_RETURN_LOG_RET(parcel.ReadInt32(leftEarBatteryLevel_), false, "read leftEarBatteryLevel error"); in ReadFromParcel()
52 CHECK_AND_RETURN_LOG_RET(parcel.ReadInt32(leftEarChargeState_), false, "read leftEarChargeState error"); in ReadFromParcel()
53 CHECK_AND_RETURN_LOG_RET(parcel.ReadInt32(rightEarBatteryLevel_), false, "read rightEarBatteryLevel error"); in ReadFromParcel()
54 CHECK_AND_RETURN_LOG_RET(parcel.ReadInt32(rightEarChargeState_), false, "read rightEarChargeState error"); in ReadFromParcel()
55 CHECK_AND_RETURN_LOG_RET(parcel.ReadInt32(boxBatteryLevel_), false, "read boxBatteryLevel error"); in ReadFromParcel()
56 CHECK_AND_RETURN_LOG_RET(parcel.ReadInt32(boxChargeState_), false, "read boxChargeState error"); in ReadFromParcel()
H A Dbluetooth_socket_coc.cpp66 if (!parcel.ReadInt32(minInterval)) { in ReadFromParcel()
69 if (!parcel.ReadInt32(maxInterval)) { in ReadFromParcel()
72 if (!parcel.ReadInt32(peripheralLatency)) { in ReadFromParcel()
75 if (!parcel.ReadInt32(supervisionTimeout)) { in ReadFromParcel()
78 if (!parcel.ReadInt32(minConnEventLen)) { in ReadFromParcel()
81 if (!parcel.ReadInt32(maxConnEventLen)) { in ReadFromParcel()
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/
H A Decological_rule_mgr_service_param.cpp42 if (!in.ReadInt32(rule->resultCode)) { in Unmarshalling()
99 bool res = in.ReadInt32(info->uid) && in.ReadInt32(info->pid) && in.ReadInt32(info->callerAppType) && in Unmarshalling()
100 in.ReadInt32(info->targetAppType); in Unmarshalling()
101 if (!in.ReadInt32(info->callerModeType)) { in Unmarshalling()
109 if (!in.ReadInt32(info->targetLinkType)) { in Unmarshalling()
116 if (in.ReadInt32(callerAbilityType)) { in Unmarshalling()
119 if (!in.ReadInt32(info->embedded)) { in Unmarshalling()
128 if (in.ReadInt32(callerExtensionAbilityTyp in Unmarshalling()
[all...]
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_common.cpp50 if (!parcel.ReadInt32(inAction)) { in Unmarshalling()
54 if (!parcel.ReadInt32(outAction)) { in Unmarshalling()
96 if (!parcel.ReadInt32(ptr->page)) { in Unmarshalling()
99 if (!parcel.ReadInt32(ptr->pageSize)) { in Unmarshalling()
103 if (!parcel.ReadInt32(orderField)) { in Unmarshalling()
108 if (!parcel.ReadInt32(orderType)) { in Unmarshalling()
149 if (!parcel.ReadInt32(ptr->page)) { in Unmarshalling()
152 if (!parcel.ReadInt32(ptr->pageSize)) { in Unmarshalling()
155 if (!parcel.ReadInt32(ptr->totalPage)) { in Unmarshalling()
211 if (!parcel.ReadInt32(pt in Unmarshalling()
[all...]
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Davbuffer_utils.cpp40 config.width = parcel.ReadInt32(); in ReadSurfaceBufferConfig()
41 config.height = parcel.ReadInt32(); in ReadSurfaceBufferConfig()
42 config.strideAlignment = parcel.ReadInt32(); in ReadSurfaceBufferConfig()
43 config.format = parcel.ReadInt32(); in ReadSurfaceBufferConfig()
45 config.timeout = parcel.ReadInt32(); in ReadSurfaceBufferConfig()
46 config.colorGamut = static_cast<GraphicColorGamut>(parcel.ReadInt32()); in ReadSurfaceBufferConfig()
47 config.transform = static_cast<GraphicTransformType>(parcel.ReadInt32()); in ReadSurfaceBufferConfig()
75 config.align = parcel.ReadInt32(); in UnmarshallingConfig()
79 config.capacity = parcel.ReadInt32(); in UnmarshallingConfig()
80 config.dmaFd = parcel.ReadInt32(); in UnmarshallingConfig()
[all...]
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/
H A Dnetworkshare_service_proxy.cpp67 supported = reply.ReadInt32(); in IsNetworkSharingSupported()
68 return reply.ReadInt32(); in IsNetworkSharingSupported()
84 sharingStatus = reply.ReadInt32(); in IsSharing()
85 return reply.ReadInt32(); in IsSharing()
104 return reply.ReadInt32(); in StartNetworkSharing()
124 return reply.ReadInt32(); in StopNetworkSharing()
144 int32_t size = reply.ReadInt32(); in GetSharableRegexs()
153 return reply.ReadInt32(); in GetSharableRegexs()
173 state = static_cast<SharingIfaceState>(reply.ReadInt32()); in GetSharingState()
174 return reply.ReadInt32(); in GetSharingState()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp158 int32_t stateSize = data.ReadInt32(); in GetDevicesByStatesInner()
164 int32_t state = data.ReadInt32(); in GetDevicesByStatesInner()
206 int32_t result = PressButton(RawAddress(data.ReadString()), data.ReadInt32()); in PressButtonnner()
214 int32_t result = ReleaseButton(RawAddress(data.ReadString()), data.ReadInt32()); in ReleaseButtonInner()
262 int32_t result = GetPlayerAppSettingValues(RawAddress(data.ReadString()), data.ReadInt32()); in GetPlayerAppSettingValuesInner()
272 int32_t attributesSize = data.ReadInt32(); in GetPlayerAppSettingCurrentValueInner()
278 int32_t attribute = data.ReadInt32(); in GetPlayerAppSettingCurrentValueInner()
291 int32_t attributesSize = data.ReadInt32(); in SetPlayerAppSettingCurrentValueInner()
297 int32_t attribute = data.ReadInt32(); in SetPlayerAppSettingCurrentValueInner()
302 int32_t valuesSize = data.ReadInt32(); in SetPlayerAppSettingCurrentValueInner()
[all...]
/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H A Dcamera_device_fuzzer.cpp158 fuzzCameraDevice->CreateAndCommitStreams(streamInfos, ability, data.ReadInt32()); in CameraDeviceFuzzTestUpdateSetting()
163 fuzzCameraDevice->OnError(type, data.ReadInt32()); in CameraDeviceFuzzTestUpdateSetting()
190 vector<int32_t> results{data.ReadInt32()}; in CameraDeviceFuzzTest2Case2()
208 vector<int32_t> streamIds{data.ReadInt32()}; in CameraDeviceFuzzTest2Case3()
209 fuzzCameraDevice->OnFrameShutter(data.ReadInt32(), streamIds, data.ReadUint64()); in CameraDeviceFuzzTest2Case3()
210 fuzzCameraDevice->OnFrameShutterEnd(data.ReadInt32(), streamIds, data.ReadUint64()); in CameraDeviceFuzzTest2Case3()
211 fuzzCameraDevice->OnCaptureReady(data.ReadInt32(), streamIds, data.ReadUint64()); in CameraDeviceFuzzTest2Case3()
212 vector<OHOS::HDI::Camera::V1_2::CaptureStartedInfo> infos{{data.ReadInt32(), data.ReadInt32()}}; in CameraDeviceFuzzTest2Case3()
213 fuzzCameraDevice->OnCaptureStarted_V1_2(data.ReadInt32(), info in CameraDeviceFuzzTest2Case3()
[all...]

Completed in 27 milliseconds

12345678910>>...41