Home
last modified time | relevance | path

Searched refs:Marshalling (Results 1 – 13 of 13) sorted by relevance

/drivers/external_device_manager/interfaces/innerkits/
Ddriver_ext_mgr_types.h36 bool Marshalling(MessageParcel &parcel) const;
47 virtual bool Marshalling(MessageParcel &parcel) const;
60 bool Marshalling(MessageParcel &parcel) const override;
/drivers/external_device_manager/services/zidl/src/
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()
Ddriver_ext_mgr_types.cpp22 bool ErrMsg::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::ExternalDeviceManager::ErrMsg
52 bool DeviceData::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::ExternalDeviceManager::DeviceData
72 bool USBDevice::Marshalling(MessageParcel &parcel) const in Marshalling() function in OHOS::ExternalDeviceManager::USBDevice
74 if (!DeviceData::Marshalling(parcel)) { in Marshalling()
Ddriver_ext_mgr_stub.cpp76 if (!devices[i]->Marshalling(reply)) { in OnQueryDevice()
/drivers/interface/display/composer/hdifd_parcelable/
Dhdifd_parcelable.h35 bool Marshalling(Parcel& parcel) const override;
Dhdifd_parcelable.cpp102 bool HdifdParcelable::Marshalling(Parcel& parcel) const in Marshalling() function in OHOS::HDI::Display::HdifdParcelable
/drivers/interface/camera/sequenceable/buffer_producer/
Dbuffer_producer_sequenceable.h43 bool Marshalling(Parcel &parcel) const override;
Dbuffer_producer_sequenceable.cpp24 bool BufferProducerSequenceable::Marshalling(Parcel &parcel) const in Marshalling() function in OHOS::HDI::Camera::V1_0::BufferProducerSequenceable
/drivers/hdf_core/interfaces/inner_api/hdi/base/
Dnative_buffer.h75 bool Marshalling(Parcel &parcel) const override;
Dhdi_smq_meta.h190 bool Marshalling(MessageParcel &parcel);
400 bool SharedMemQueueMeta<T>::Marshalling(MessageParcel &parcel) in Marshalling() function
/drivers/hdf_core/adapter/uhdf2/hdi/test/smq_test/
Dsmq_test.cpp210 ASSERT_TRUE(smq->GetMeta()->Marshalling(data));
261 ret = smq->GetMeta()->Marshalling(data);
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Dnative_buffer.cpp76 bool NativeBuffer::Marshalling(Parcel &parcel) const in Marshalling() function in OHOS::HDI::Base::NativeBuffer
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
Dservice_manager_hdi_test.cpp525 ret = smq->GetMeta()->Marshalling(data);
564 ret = smq->GetMeta()->Marshalling(data);
605 ret = smq->GetMeta()->Marshalling(data);