Home
last modified time | relevance | path

Searched refs:WriteInt32 (Results 1 - 25 of 1137) sorted by relevance

12345678910>>...46

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_parcel_test.cpp41 data1.WriteInt32(100); in HWTEST_F()
42 data1.WriteInt32(100); in HWTEST_F()
43 data1.WriteInt32((int32_t)PixelFormat::UNKNOWN); in HWTEST_F()
44 data1.WriteInt32((int32_t)ColorSpace::SRGB); in HWTEST_F()
45 data1.WriteInt32((int32_t)AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN); in HWTEST_F()
46 data1.WriteInt32(0); in HWTEST_F()
47 data1.WriteInt32(0); in HWTEST_F()
48 data1.WriteInt32((int32_t)AllocatorType::SHARE_MEM_ALLOC); in HWTEST_F()
54 data2.WriteInt32(100); in HWTEST_F()
55 data2.WriteInt32(10 in HWTEST_F()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_callback_proxy.cpp39 data.WriteInt32(0); in OnWifiStateChanged()
40 data.WriteInt32(state); in OnWifiStateChanged()
61 data.WriteInt32(0); in OnWifiConnectionChanged()
62 data.WriteInt32(state); in OnWifiConnectionChanged()
63 data.WriteInt32(info.networkId); in OnWifiConnectionChanged()
66 data.WriteInt32(info.rssi); in OnWifiConnectionChanged()
67 data.WriteInt32(info.band); in OnWifiConnectionChanged()
68 data.WriteInt32(info.frequency); in OnWifiConnectionChanged()
69 data.WriteInt32(info.linkSpeed); in OnWifiConnectionChanged()
71 data.WriteInt32(inf in OnWifiConnectionChanged()
[all...]
H A Dwifi_device_stub_lite.cpp136 (void)WriteInt32(reply, address.family); in WriteIpAddress()
139 (void)WriteInt32(reply, size); in WriteIpAddress()
148 (void)WriteInt32(reply, static_cast<int>(wifiEapConfig.phase2Method)); in WriteEapConfig()
164 (void)WriteInt32(reply, wifiEapConfig.eapSubId); in WriteEapConfig()
169 (void)WriteInt32(reply, config.networkId); in WriteWifiDeviceConfig()
170 (void)WriteInt32(reply, config.status); in WriteWifiDeviceConfig()
173 (void)WriteInt32(reply, config.band); in WriteWifiDeviceConfig()
174 (void)WriteInt32(reply, config.channel); in WriteWifiDeviceConfig()
175 (void)WriteInt32(reply, config.frequency); in WriteWifiDeviceConfig()
176 (void)WriteInt32(repl in WriteWifiDeviceConfig()
[all...]
H A Dwifi_device_callback_proxy_lite.cpp46 (void)WriteInt32(&data, 0); in OnWifiStateChanged()
47 (void)WriteInt32(&data, state); in OnWifiStateChanged()
72 (void)WriteInt32(&data, 0); in OnWifiConnectionChanged()
73 (void)WriteInt32(&data, state); in OnWifiConnectionChanged()
74 (void)WriteInt32(&data, info.networkId); in OnWifiConnectionChanged()
77 (void)WriteInt32(&data, info.rssi); in OnWifiConnectionChanged()
78 (void)WriteInt32(&data, info.band); in OnWifiConnectionChanged()
79 (void)WriteInt32(&data, info.frequency); in OnWifiConnectionChanged()
80 (void)WriteInt32(&data, info.linkSpeed); in OnWifiConnectionChanged()
83 (void)WriteInt32( in OnWifiConnectionChanged()
[all...]
H A Dwifi_device_stub.cpp230 reply.WriteInt32(0); in OnEnableWifi()
231 reply.WriteInt32(ret); in OnEnableWifi()
240 reply.WriteInt32(0); in OnDisableWifi()
241 reply.WriteInt32(ret); in OnDisableWifi()
257 reply.WriteInt32(0); in OnInitWifiProtect()
258 reply.WriteInt32(ret); in OnInitWifiProtect()
274 reply.WriteInt32(0); in OnGetWifiProtectRef()
275 reply.WriteInt32(ret); in OnGetWifiProtectRef()
290 reply.WriteInt32(0); in OnPutWifiProtectRef()
291 reply.WriteInt32(re in OnPutWifiProtectRef()
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_stub.cpp56 reply.WriteInt32(mapSize); in HandleGetAudioRouteMsg()
58 reply.WriteInt32(static_cast<int32_t>(it.first)); in HandleGetAudioRouteMsg()
59 reply.WriteInt32(it.second->deviceType_); in HandleGetAudioRouteMsg()
62 reply.WriteInt32(it.second->deviceCategory_); in HandleGetAudioRouteMsg()
63 reply.WriteInt32(it.second->usageOrSourceType_); in HandleGetAudioRouteMsg()
65 reply.WriteInt32(ret); in HandleGetAudioRouteMsg()
75 reply.WriteInt32(ERR_INVALID_PARAM); in HandleSetMediaParams()
80 reply.WriteInt32(ERR_INVALID_PARAM); in HandleSetMediaParams()
84 reply.WriteInt32(ret); in HandleSetMediaParams()
93 reply.WriteInt32(ERR_INVALID_PARA in HandleGetInputBuffer()
[all...]
/foundation/multimedia/media_lite/services/recorder_lite/server/src/
H A Drecorder_service.cpp61 WriteInt32(reply, MEDIA_IPC_FAILED); in Dispatch()
72 WriteInt32(reply, ret); in Dispatch()
73 WriteInt32(reply, srcId); in Dispatch()
81 WriteInt32(reply, ret); in Dispatch()
92 WriteInt32(reply, ret); in Dispatch()
101 WriteInt32(reply, ret); in Dispatch()
110 WriteInt32(reply, ret); in Dispatch()
118 WriteInt32(reply, ret); in Dispatch()
134 WriteInt32(reply, ret); in Dispatch()
135 WriteInt32(repl in Dispatch()
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetfirewall_common_test.cpp80 parcel.WriteInt32(inAction); in HWTEST_F()
96 parcel.WriteInt32(page); in HWTEST_F()
105 parcel.WriteInt32(page); in HWTEST_F()
107 parcel.WriteInt32(pageSize); in HWTEST_F()
116 parcel.WriteInt32(page); in HWTEST_F()
118 parcel.WriteInt32(pageSize); in HWTEST_F()
120 parcel.WriteInt32(orderField); in HWTEST_F()
136 parcel.WriteInt32(page); in HWTEST_F()
145 parcel.WriteInt32(page); in HWTEST_F()
147 parcel.WriteInt32(pageSiz in HWTEST_F()
[all...]
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_common_test.cpp80 parcel.WriteInt32(inAction); in HWTEST_F()
96 parcel.WriteInt32(page); in HWTEST_F()
105 parcel.WriteInt32(page); in HWTEST_F()
107 parcel.WriteInt32(pageSize); in HWTEST_F()
116 parcel.WriteInt32(page); in HWTEST_F()
118 parcel.WriteInt32(pageSize); in HWTEST_F()
120 parcel.WriteInt32(orderField); in HWTEST_F()
136 parcel.WriteInt32(page); in HWTEST_F()
145 parcel.WriteInt32(page); in HWTEST_F()
147 parcel.WriteInt32(pageSiz in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_service_stub.cpp249 reply.WriteInt32(abilityInfoSize); in HandleGetAbilityList()
261 reply.WriteInt32(static_cast<int32_t>(result)); in HandleGetAbilityList()
335 reply.WriteInt32(RET_ERR_NOT_SYSTEM_APP); in HandleGetCaptionProperty()
340 reply.WriteInt32(ret); in HandleGetCaptionProperty()
355 reply.WriteInt32(RET_ERR_NOT_SYSTEM_APP); in HandleSetCaptionProperty()
360 reply.WriteInt32(RET_ERR_NO_PERMISSION); in HandleSetCaptionProperty()
366 reply.WriteInt32(RET_ERR_IPC_FAILED); in HandleSetCaptionProperty()
369 reply.WriteInt32(SetCaptionProperty(*caption)); in HandleSetCaptionProperty()
380 reply.WriteInt32(RET_ERR_NOT_SYSTEM_APP); in HandleSetCaptionState()
385 reply.WriteInt32(RET_ERR_NO_PERMISSIO in HandleSetCaptionState()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub_lite.cpp112 (void)WriteInt32(reply, 0); in OnSetScanControlInfo()
113 (void)WriteInt32(reply, WIFI_OPT_INVALID_PARAM); in OnSetScanControlInfo()
129 (void)WriteInt32(reply, 0); in OnSetScanControlInfo()
130 (void)WriteInt32(reply, WIFI_OPT_INVALID_PARAM); in OnSetScanControlInfo()
147 (void)WriteInt32(reply, 0); in OnSetScanControlInfo()
148 (void)WriteInt32(reply, ret); in OnSetScanControlInfo()
157 (void)WriteInt32(reply, 0); in OnScan()
158 (void)WriteInt32(reply, ret); in OnScan()
174 (void)WriteInt32(reply, 0); in OnScanByParams()
175 (void)WriteInt32(repl in OnScanByParams()
[all...]
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dcodeclist_parcel.cpp32 (void)parcel.WriteInt32(capabilityData.codecType); in Marshalling()
33 (void)parcel.WriteInt32(capabilityData.maxInstance); in Marshalling()
34 (void)parcel.WriteInt32(capabilityData.bitrate.minVal); in Marshalling()
35 (void)parcel.WriteInt32(capabilityData.bitrate.maxVal); in Marshalling()
36 (void)parcel.WriteInt32(capabilityData.channels.minVal); in Marshalling()
37 (void)parcel.WriteInt32(capabilityData.channels.maxVal); in Marshalling()
38 (void)parcel.WriteInt32(capabilityData.complexity.minVal); in Marshalling()
39 (void)parcel.WriteInt32(capabilityData.complexity.maxVal); in Marshalling()
40 (void)parcel.WriteInt32(capabilityData.alignment.width); in Marshalling()
41 (void)parcel.WriteInt32(capabilityDat in Marshalling()
[all...]
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Davcodeclist_parcel.cpp32 (void)parcel.WriteInt32(it->codecType); in Marshalling()
33 (void)parcel.WriteInt32(it->bitrate.minVal); in Marshalling()
34 (void)parcel.WriteInt32(it->bitrate.maxVal); in Marshalling()
35 (void)parcel.WriteInt32(it->channels.minVal); in Marshalling()
36 (void)parcel.WriteInt32(it->channels.maxVal); in Marshalling()
37 (void)parcel.WriteInt32(it->complexity.minVal); in Marshalling()
38 (void)parcel.WriteInt32(it->complexity.maxVal); in Marshalling()
39 (void)parcel.WriteInt32(it->alignment.minVal); in Marshalling()
40 (void)parcel.WriteInt32(it->alignment.maxVal); in Marshalling()
41 (void)parcel.WriteInt32(i in Marshalling()
[all...]
H A Drecorder_profiles_parcel.cpp39 (void)parcel.WriteInt32(profileCapabilityData.audioCaps.bitrate.minVal); in MarshallingRecorderProfilesData()
40 (void)parcel.WriteInt32(profileCapabilityData.audioCaps.bitrate.maxVal); in MarshallingRecorderProfilesData()
41 (void)parcel.WriteInt32(profileCapabilityData.audioCaps.channels.minVal); in MarshallingRecorderProfilesData()
42 (void)parcel.WriteInt32(profileCapabilityData.audioCaps.channels.maxVal); in MarshallingRecorderProfilesData()
43 (void)parcel.WriteInt32(profileCapabilityData.videoCaps.audioBitrateRange.minVal); in MarshallingRecorderProfilesData()
44 (void)parcel.WriteInt32(profileCapabilityData.videoCaps.audioBitrateRange.maxVal); in MarshallingRecorderProfilesData()
45 (void)parcel.WriteInt32(profileCapabilityData.videoCaps.audioChannelRange.minVal); in MarshallingRecorderProfilesData()
46 (void)parcel.WriteInt32(profileCapabilityData.videoCaps.audioChannelRange.maxVal); in MarshallingRecorderProfilesData()
47 (void)parcel.WriteInt32(profileCapabilityData.videoCaps.videoBitrateRange.minVal); in MarshallingRecorderProfilesData()
48 (void)parcel.WriteInt32(profileCapabilityDat in MarshallingRecorderProfilesData()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_callback_proxy.cpp42 data.WriteInt32(0); in OnP2pStateChanged()
43 data.WriteInt32(state); in OnP2pStateChanged()
64 data.WriteInt32(0); in OnP2pPersistentGroupsChanged()
79 data.WriteInt32(device.GetDeviceAddressType()); in WriteWifiP2pDeviceData()
82 data.WriteInt32(static_cast<int>(device.GetP2pDeviceStatus())); in WriteWifiP2pDeviceData()
84 data.WriteInt32(device.GetWfdInfo().GetDeviceInfo()); in WriteWifiP2pDeviceData()
85 data.WriteInt32(device.GetWfdInfo().GetCtrlPort()); in WriteWifiP2pDeviceData()
86 data.WriteInt32(device.GetWfdInfo().GetMaxThroughput()); in WriteWifiP2pDeviceData()
87 data.WriteInt32(device.GetWpsConfigMethod()); in WriteWifiP2pDeviceData()
88 data.WriteInt32(devic in WriteWifiP2pDeviceData()
[all...]
H A Dwifi_p2p_stub.cpp204 reply.WriteInt32(0); in OnRemoteRequest()
205 reply.WriteInt32(WIFI_OPT_NOT_SUPPORTED); in OnRemoteRequest()
221 reply.WriteInt32(0); in OnEnableP2p()
222 reply.WriteInt32(ret); in OnEnableP2p()
230 reply.WriteInt32(0); in OnDisableP2p()
231 reply.WriteInt32(ret); in OnDisableP2p()
239 reply.WriteInt32(0); in OnDiscoverDevices()
240 reply.WriteInt32(ret); in OnDiscoverDevices()
248 reply.WriteInt32(0); in OnStopDiscoverDevices()
249 reply.WriteInt32(re in OnStopDiscoverDevices()
[all...]
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davsession_stub.cpp66 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(ERR_UNMARSHALLING), ERR_NONE, "write int32_t failed"); in HandleRegisterCallbackInner()
71 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(RegisterCallbackInner(callback)), in HandleRegisterCallbackInner()
79 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(AVSESSION_SUCCESS), ERR_NONE, "write int32_t failed"); in HandleDestroy()
89 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(ERR_UNMARSHALLING), ERR_NONE, "WriteInt32 result failed"); in HandleSetAVCallMetaData()
93 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(ret), ERR_NONE, "WriteInt32 result failed"); in HandleSetAVCallMetaData()
103 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(ERR_UNMARSHALLING), ERR_NONE, "WriteInt32 result failed"); in HandleSetAVCallState()
107 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(re in HandleSetAVCallState()
[all...]
H A Davsession_service_stub.cpp70 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(ERR_UNMARSHALLING), ERR_NONE, "write int32 failed"); in HandleCreateSessionInner()
75 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(ret), ERR_NONE, "write int32 failed"); in HandleCreateSessionInner()
90 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(err), ERR_NONE, "write int32 failed"); in HandleGetAllSessionDescriptors()
95 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(ret), ERR_NONE, "write int32 failed"); in HandleGetAllSessionDescriptors()
110 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(ret), ERR_NONE, "write int32 failed"); in HandleGetSessionDescriptorsById()
125 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(err), ERR_NONE, "write int32 failed"); in HandleGetHistoricalSessionDescriptors()
130 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(ret), ERR_NONE, "write int32 failed"); in HandleGetHistoricalSessionDescriptors()
192 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(err), ERR_NONE, "write int32 failed"); in HandleGetHistoricalAVQueueInfos()
199 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(ret), ERR_NONE, "write int32 failed"); in HandleGetHistoricalAVQueueInfos()
240 CHECK_AND_RETURN_RET_LOG(reply.WriteInt32(er in HandleStartAVPlayback()
[all...]
/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp230 data.WriteInt32(0); in HWTEST_F()
250 data.WriteInt32(0); in HWTEST_F()
253 data.WriteInt32(0); in HWTEST_F()
276 data.WriteInt32(0); in HWTEST_F()
280 data.WriteInt32(0); in HWTEST_F()
281 data.WriteInt32(0); in HWTEST_F()
285 data.WriteInt32(0); in HWTEST_F()
286 data.WriteInt32(0); in HWTEST_F()
291 data.WriteInt32(0); in HWTEST_F()
292 data.WriteInt32( in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp390 datas.WriteInt32(0); in HWTEST_F()
391 datas.WriteInt32(0); in HWTEST_F()
392 datas.WriteInt32(0); in HWTEST_F()
393 datas.WriteInt32(0); in HWTEST_F()
445 datas.WriteInt32(channelId); in HWTEST_F()
449 datas.WriteInt32(channelId); in HWTEST_F()
450 datas.WriteInt32(channelType); in HWTEST_F()
473 datas.WriteInt32(channelId); in HWTEST_F()
478 datas.WriteInt32(channelId); in HWTEST_F()
504 datas.WriteInt32(channelI in HWTEST_F()
[all...]
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_callback_proxy.cpp39 data.WriteInt32(0); in OnIpSuccessChanged()
40 data.WriteInt32(status); in OnIpSuccessChanged()
42 data.WriteInt32(result.iptype); in OnIpSuccessChanged()
44 data.WriteInt32(result.uLeaseTime); in OnIpSuccessChanged()
45 data.WriteInt32(result.uAddTime); in OnIpSuccessChanged()
46 data.WriteInt32(result.uGetTime); in OnIpSuccessChanged()
59 data.WriteInt32(result.vectorDnsAddr.size()); in OnIpSuccessChanged()
90 data.WriteInt32(0); in OnIpFailChanged()
91 data.WriteInt32(status); in OnIpFailChanged()
119 data.WriteInt32( in OnDhcpOfferReport()
[all...]
H A Ddhcp_client_stub_lite.cpp74 (void)WriteInt32(reply, 0); in OnRemoteRequest()
75 (void)WriteInt32(reply, DHCP_OPT_NOT_SUPPORTED); in OnRemoteRequest()
82 (void)WriteInt32(reply, 0); in OnRemoteRequest()
83 (void)WriteInt32(reply, DHCP_OPT_NOT_SUPPORTED); in OnRemoteRequest()
98 (void)WriteInt32(reply, 0); in OnRegisterCallBack()
99 (void)WriteInt32(reply, ret); in OnRegisterCallBack()
111 (void)WriteInt32(reply, 0); in OnRegisterCallBack()
112 (void)WriteInt32(reply, ret); in OnRegisterCallBack()
124 (void)WriteInt32(reply, 0); in OnStartDhcpClient()
125 (void)WriteInt32(repl in OnStartDhcpClient()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dpicture_handle_service.cpp167 data.WriteInt32(imageInfo.size.width); in WriteImageInfo()
170 data.WriteInt32(imageInfo.size.height); in WriteImageInfo()
173 data.WriteInt32(static_cast<int32_t>(imageInfo.pixelFormat)); in WriteImageInfo()
177 data.WriteInt32(static_cast<int32_t>(imageInfo.colorSpace)); in WriteImageInfo()
180 data.WriteInt32(static_cast<int32_t>(imageInfo.alphaType)); in WriteImageInfo()
183 data.WriteInt32(imageInfo.baseDensity); in WriteImageInfo()
193 data.WriteInt32(static_cast<int32_t>(yuvInfo.imageSize.width)); in WriteYuvDataInfo()
196 data.WriteInt32(static_cast<int32_t>(yuvInfo.imageSize.height)); in WriteYuvDataInfo()
199 data.WriteInt32(static_cast<int32_t>(yuvInfo.yWidth)); in WriteYuvDataInfo()
202 data.WriteInt32(static_cas in WriteYuvDataInfo()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_stub.cpp150 reply.WriteInt32(0); in OnIsHotspotActive()
151 reply.WriteInt32(ret); in OnIsHotspotActive()
153 reply.WriteInt32(bActive ? 1 : 0); in OnIsHotspotActive()
164 reply.WriteInt32(0); in OnIsHotspotDualBandSupported()
165 reply.WriteInt32(ret); in OnIsHotspotDualBandSupported()
167 reply.WriteInt32(isSupported ? 1 : 0); in OnIsHotspotDualBandSupported()
177 reply.WriteInt32(0); in OnGetApStateWifi()
178 reply.WriteInt32(ret); in OnGetApStateWifi()
180 reply.WriteInt32(state); in OnGetApStateWifi()
192 reply.WriteInt32( in OnGetHotspotConfig()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dipc_stream_stub.cpp133 reply.WriteInt32(AUDIO_INVALID_PARAM); in HandleRegisterStreamListener()
136 reply.WriteInt32(RegisterStreamListener(object)); in HandleRegisterStreamListener()
145 reply.WriteInt32(ret); in HandleResolveBuffer()
159 reply.WriteInt32(UpdatePosition()); in HandleUpdatePosition()
167 reply.WriteInt32(GetAudioSessionID(sessionId)); in HandleGetAudioSessionID()
176 reply.WriteInt32(Start()); in HandleStart()
183 reply.WriteInt32(Pause()); in HandlePause()
190 reply.WriteInt32(Stop()); in HandleStop()
196 reply.WriteInt32(Release()); in HandleRelease()
203 reply.WriteInt32(Flus in HandleFlush()
[all...]

Completed in 18 milliseconds

12345678910>>...46