Home
last modified time | relevance | path

Searched defs:ReadData (Results 1 – 25 of 50) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dbyte_buffer_operator.h35 bool ReadData(uint8_t& value) const in ReadData() function
39 bool ReadData(int32_t& value) const in ReadData() function
43 bool ReadData(int64_t& value) const in ReadData() function
47 bool ReadData(double& value) const in ReadData() function
51 bool ReadData(std::string& value) const in ReadData() function
56 bool ReadData(std::vector<int8_t>& dst) const in ReadData() function
60 bool ReadData(std::vector<int16_t>& dst) const in ReadData() function
64 bool ReadData(std::vector<int32_t>& dst) const in ReadData() function
H A Dbyte_buffer_operator.cpp20 bool ByteBufferReader::ReadData(std::map<std::string, std::string>& mapValue) const in ReadData() function in OHOS::Ace::Framework::ByteBufferReader
42 bool ByteBufferReader::ReadData(std::set<std::string>& setValue) const in ReadData() function in OHOS::Ace::Framework::ByteBufferReader
H A Dstandard_codec_buffer_operator.cpp89 bool StandardCodecBufferReader::ReadData(CodecData& resultData) in ReadData() function in OHOS::Ace::Framework::StandardCodecBufferReader
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/
H A Dhks_fuzz_util.h29 inline ReadType ReadData(uint8_t *&data, size_t &size, uint32_t readSize) in ReadData() function
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_ipc/utils/include/
H A Dutils_data_stub.h65 static std::enable_if_t<std::is_pod<T>, void> UtilsDataStub::ReadData(T &data, int32_t &index, in ReadData() function
/ohos5.0/drivers/interface/camera/metadata/include/
H A Dmetadata_utils.h67 void MetadataUtils::ReadData(T &data, int32_t &index, const std::vector<uint8_t>& cameraAbility) in ReadData() function
/ohos5.0/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_if.h182 int32_t (*ReadData)(int32_t sensorId, struct SensorEvents *event); member
/ohos5.0/base/update/updater/services/diffpatch/bzip2/
H A Dbzip2_adapter.cpp225 int32_t BZip2BufferReadAdapter::ReadData(BlockBuffer &info) in ReadData() function in UpdatePatch::BZip2BufferReadAdapter
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/hall/
H A Dsensor_hall_driver.h20 int32_t (*ReadData)(struct SensorCfgData *data); member
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/proximity/
H A Dsensor_proximity_driver.h23 int32_t (*ReadData)(struct SensorCfgData *data); member
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/humidity/
H A Dsensor_humidity_driver.h25 int32_t (*ReadData)(struct SensorCfgData *data); member
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/temperature/
H A Dsensor_temperature_driver.h25 int32_t (*ReadData)(struct SensorCfgData *data); member
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dh4_protocol.cpp82 void H4Protocol::ReadData(int fd) in ReadData() function in OHOS::HDI::Bluetooth::Hci::H4Protocol
/ohos5.0/foundation/ability/idl_tool/util/
H A Dfile.cpp143 bool File::ReadData(void* data, size_t size) in ReadData() function in OHOS::Idl::File
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/pedometer/
H A Dsensor_pedometer_driver.h29 int32_t (*ReadData)(struct SensorCfgData *data); member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_data_box.cpp111 heif_error HeifIlocBox::ReadData(const Item &item, const std::shared_ptr<HeifInputStream> &stream, in ReadData() function in OHOS::ImagePlugin::HeifIlocBox
387 heif_error HeifIdatBox::ReadData(const std::shared_ptr<HeifInputStream> &stream, in ReadData() function in OHOS::ImagePlugin::HeifIdatBox
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_rfcomm_connection.cpp72 int HfpAgRfcommConnection::ReadData(Packet **pkt) const in ReadData() function in OHOS::bluetooth::HfpAgRfcommConnection
H A Dhfp_ag_data_connection.cpp145 int HfpAgDataConnection::ReadData(Packet **pkt) const in ReadData() function in OHOS::bluetooth::HfpAgDataConnection
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_rfcomm_connection.cpp73 int HfpHfRfcommConnection::ReadData(Packet **pkt) const in ReadData() function in OHOS::bluetooth::HfpHfRfcommConnection
H A Dhfp_hf_data_connection.cpp125 int HfpHfDataConnection::ReadData(Packet **pkt) const in ReadData() function in OHOS::bluetooth::HfpHfDataConnection
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/ppg/
H A Dsensor_ppg_driver.h21 int32_t (*ReadData)(uint8_t *outBuf, uint16_t outBufMaxLen, uint16_t *outLen); member
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/gyro/
H A Dsensor_gyro_driver.h43 int32_t (*ReadData)(struct SensorCfgData *data); member
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/magnetic/
H A Dsensor_magnetic_driver.h45 int32_t (*ReadData)(struct SensorCfgData *data); member
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/accel/
H A Dsensor_accel_driver.h45 int32_t (*ReadData)(struct SensorCfgData *data, struct SensorReportEvent *event); member
/ohos5.0/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algorithm.cpp25 int32_t PkgAlgorithm::ReadData(const PkgStreamPtr inStream, size_t offset, PkgBuffer &buffer, in ReadData() function in Hpackage::PkgAlgorithm

12