Home
last modified time | relevance | path

Searched refs:Marshalling (Results 1 - 18 of 18) sorted by relevance

/drivers/external_device_manager/interfaces/innerkits/
H A Ddriver_ext_mgr_types.h35 bool Marshalling(MessageParcel &parcel) const;
46 virtual bool Marshalling(MessageParcel &parcel) const;
59 bool Marshalling(MessageParcel &parcel) const override;
70 virtual bool Marshalling(MessageParcel &parcel) const;
85 bool Marshalling(MessageParcel &parcel) const;
98 bool Marshalling(MessageParcel &parcel) const override;
109 virtual bool Marshalling(MessageParcel &parcel) const;
126 bool Marshalling(MessageParcel &parcel) const override;
/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_types.cpp24 bool ErrMsg::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::ExternalDeviceManager::ErrMsg
54 bool DeviceData::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::ExternalDeviceManager::DeviceData
74 bool USBDevice::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::ExternalDeviceManager::USBDevice
76 if (!DeviceData::Marshalling(parcel)) { in Marshalling()
171 bool DeviceInfoData::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::ExternalDeviceManager::DeviceInfoData
173 EDM_LOGD(MODULE_DEV_MGR, "DeviceInfoData Marshalling enter"); in Marshalling()
191 bool USBDeviceInfoData::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::ExternalDeviceManager::USBDeviceInfoData
193 EDM_LOGD(MODULE_DEV_MGR, "USBDeviceInfoData Marshalling enter"); in Marshalling()
194 if (!DeviceInfoData::Marshalling(parcel)) { in Marshalling()
220 if (!desc->Marshalling(parce in Marshalling()
228 bool USBInterfaceDesc::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::ExternalDeviceManager::USBInterfaceDesc
382 bool DriverInfoData::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::ExternalDeviceManager::DriverInfoData
417 bool USBDriverInfoData::Marshalling(MessageParcel &parcel) const Marshalling() function in OHOS::ExternalDeviceManager::USBDriverInfoData
[all...]
H A Ddriver_ext_mgr_callback_proxy.cpp38 if (!errMsg.Marshalling(data)) { in OnConnect()
79 if (!errMsg.Marshalling(data)) { in OnDisconnect()
115 if (!errMsg.Marshalling(data)) { in OnUnBind()
H A Ddriver_ext_mgr_stub.cpp74 if (!devices[i]->Marshalling(reply)) { in OnQueryDevice()
163 if (!deviceInfos[i]->Marshalling(reply)) { in OnQueryDeviceInfo()
209 if (!driverInfos[i]->Marshalling(reply)) { in OnQueryDriverInfo()
/drivers/interface/camera/sequenceable/buffer_handle/
H A Dbuffer_handle_sequenceable.cpp73 bool BufferHandleSequenceable::Marshalling(Parcel &parcel) const in Marshalling() function in OHOS::HDI::Camera::V1_0::BufferHandleSequenceable
78 return bufferHandleWrap_->nativeBuffer_->Marshalling(parcel); in Marshalling()
H A Dbuffer_handle_sequenceable.h38 bool Marshalling(Parcel &parcel) const override;
/drivers/peripheral/camera/test/hdi/sequenceable_test/src/
H A Dcamera_hdi_sequenceable_test.cpp85 // Marshalling and Unmarshalling Test in HWTEST_F()
87 ret = mapDataSequenceable->Marshalling(parcel); in HWTEST_F()
132 ret = bufferHandleSeq0->Marshalling(parcel); in HWTEST_F()
173 bufferHandleSequenceble01.Marshalling(parcel); in HWTEST_F()
190 bufferProducerSequenceble01.Marshalling(parcel); in HWTEST_F()
/drivers/interface/camera/sequenceable/buffer_producer/
H A Dbuffer_producer_sequenceable.h43 bool Marshalling(Parcel &parcel) const override;
H A Dbuffer_producer_sequenceable.cpp25 bool BufferProducerSequenceable::Marshalling(Parcel &parcel) const in Marshalling() function in OHOS::HDI::Camera::V1_0::BufferProducerSequenceable
/drivers/interface/display/composer/hdifd_parcelable/
H A Dhdifd_parcelable.h35 bool Marshalling(Parcel& parcel) const override;
H A Dhdifd_parcelable.cpp109 bool HdifdParcelable::Marshalling(Parcel& parcel) const in Marshalling() function in OHOS::HDI::Display::HdifdParcelable
/drivers/hdf_core/interfaces/inner_api/hdi/base/
H A Dnative_buffer.h70 * <b>Marshalling()</b> and <b>Unmarshalling()</b> are used in pairs.
75 bool Marshalling(Parcel &parcel) const override;
79 * <b>Marshalling()</b> and <b>Unmarshalling()</b> are used in pairs.
H A Dhdi_smq_meta.h190 bool Marshalling(MessageParcel &parcel);
400 bool SharedMemQueueMeta<T>::Marshalling(MessageParcel &parcel) in Marshalling() function in OHOS::HDI::Base::SharedMemQueueMeta
/drivers/interface/camera/sequenceable/map_data/
H A Dmap_data_sequenceable.h47 bool Marshalling(Parcel &parcel) const override;
H A Dmap_data_sequenceable.cpp87 bool MapDataSequenceable::Marshalling(Parcel &parcel) const in Marshalling() function in OHOS::HDI::Camera::V1_0::MapDataSequenceable
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dnative_buffer.cpp76 bool NativeBuffer::Marshalling(Parcel &parcel) const in Marshalling() function in OHOS::HDI::Base::NativeBuffer
/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/
H A Dsmq_test.cpp225 ASSERT_TRUE(smq->GetMeta()->Marshalling(data)); in HWTEST_F()
276 ret = smq->GetMeta()->Marshalling(data); in HWTEST_F()
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
H A Dservice_manager_hdi_test.cpp536 ret = smq->GetMeta()->Marshalling(data); in HWTEST_F()
575 ret = smq->GetMeta()->Marshalling(data); in HWTEST_F()
616 ret = smq->GetMeta()->Marshalling(data); in HWTEST_F()

Completed in 8 milliseconds