Home
last modified time | relevance | path

Searched defs:Read (Results 1 – 25 of 176) sorted by relevance

12345678

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dtel_ril_base_parcel.cpp21 bool Read(Parcel &parcel, int8_t &value) in Read() function
26 bool Read(Parcel &parcel, uint8_t &value) in Read() function
31 bool Read(Parcel &parcel, int32_t &value) in Read() function
36 bool Read(Parcel &parcel, uint32_t &value) in Read() function
41 bool Read(Parcel &parcel, int64_t &value) in Read() function
46 bool Read(Parcel &parcel, uint64_t &value) in Read() function
51 bool Read(Parcel &parcel, bool &value) in Read() function
56 bool Read(Parcel &parcel, std::string &value) in Read() function
/ohos5.0/base/inputmethod/imf/services/file/src/
H A Dfile_operator.cpp42 bool FileOperator::Read(const std::string &path, std::string &content) in Read() function in OHOS::MiscServices::FileOperator
74 bool FileOperator::Read(const std::string &path, const std::string &key, std::string &content) in Read() function in OHOS::MiscServices::FileOperator
100 std::string FileOperator::Read(const std::string &path, const std::string &key) in Read() function in OHOS::MiscServices::FileOperator
/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_buffer.cpp58 bool StreamBuffer::Read(std::string &buf) in Read() function in OHOS::Sensors::StreamBuffer
88 bool StreamBuffer::Read(StreamBuffer &buf) in Read() function in OHOS::Sensors::StreamBuffer
106 bool StreamBuffer::Read(char *buf, size_t size) in Read() function in OHOS::Sensors::StreamBuffer
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/ohos/
H A Dohos_input_device.cpp22 bool OHOSInputDevice::Read(DeviceData& data) in Read() function in OHOS::OHOSInputDevice
/ohos5.0/foundation/multimodalinput/input/util/network/include/
H A Dstream_buffer.h102 bool StreamBuffer::Read(T &data) in Read() function
124 bool StreamBuffer::Read(std::vector<T> &data) in Read() function
/ohos5.0/foundation/multimodalinput/input/util/network/src/
H A Dstream_buffer.cpp66 bool StreamBuffer::Read(std::string &buf) in Read() function in OHOS::MMI::StreamBuffer
83 bool StreamBuffer::Read(StreamBuffer &buf) in Read() function in OHOS::MMI::StreamBuffer
93 bool StreamBuffer::Read(char *buf, size_t size) in Read() function in OHOS::MMI::StreamBuffer
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_buffer.cpp69 bool StreamBuffer::Read(std::string &buf) in Read() function in OHOS::Msdp::StreamBuffer
86 bool StreamBuffer::Read(StreamBuffer &buf) in Read() function in OHOS::Msdp::StreamBuffer
91 bool StreamBuffer::Read(char *buf, size_t size) in Read() function in OHOS::Msdp::StreamBuffer
/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dstream_buffer.h100 bool StreamBuffer::Read(T &data) in Read() function
134 bool StreamBuffer::Read(std::vector<T> &data) in Read() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_archive.h123 void Read(void* data, size_t size) override in Read() function
169 void Read(void* data, size_t size) override in Read() function
196 void Read(void* data, size_t size) override in Read() function
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/drivers/indev/
H A Dmouse_input.cpp28 bool MouseInput::Read(DeviceData& data) in Read() function in OHOS::MouseInput
H A Dmousewheel_input.cpp31 bool MousewheelInput::Read(DeviceData &data) in Read() function in OHOS::MousewheelInput
H A Dkey_input.cpp36 bool KeyInput::Read(DeviceData& data) in Read() function in OHOS::KeyInput
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_object.cpp153 bool TLVObject::Read(std::string &value, const TLVHead &head) in Read() function in OHOS::UDMF::TLVObject
190 bool TLVObject::Read(std::vector<uint8_t> &value, const TLVHead &head) in Read() function in OHOS::UDMF::TLVObject
235 bool TLVObject::Read(OHOS::AAFwk::Want &value, const TLVHead &head) in Read() function in OHOS::UDMF::TLVObject
270 bool TLVObject::Read(std::monostate &value, const TLVHead &head) in Read() function in OHOS::UDMF::TLVObject
281 bool TLVObject::Read(void *value, const TLVHead &head) in Read() function in OHOS::UDMF::TLVObject
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket_inputstream.cpp34 ssize_t InputStream::Read(uint8_t *buf, size_t length) in Read() function in OHOS::Bluetooth::InputStream
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dincremental_source_stream.cpp49 bool IncrementalSourceStream::Read(uint32_t desiredSize, DataStreamBuffer &outData) in Read() function in OHOS::Media::IncrementalSourceStream
81 bool IncrementalSourceStream::Read(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, u… in Read() function in OHOS::Media::IncrementalSourceStream
H A Dbuffer_source_stream.cpp72 bool BufferSourceStream::Read(uint32_t desiredSize, DataStreamBuffer &outData) in Read() function in OHOS::Media::BufferSourceStream
105 bool BufferSourceStream::Read(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, in Read() function in OHOS::Media::BufferSourceStream
H A Distream_source_stream.cpp62 bool IstreamSourceStream::Read(uint32_t desiredSize, DataStreamBuffer &outData) in Read() function in OHOS::Media::IstreamSourceStream
90 bool IstreamSourceStream::Read(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, uint3… in Read() function in OHOS::Media::IstreamSourceStream
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.cpp75 int32_t FileStream::Read(PkgBuffer &data, size_t start, size_t needRead, size_t &readLen) in Read() function in Hpackage::FileStream
209 int32_t MemoryMapStream::Read(PkgBuffer &data, size_t start, size_t needRead, size_t &readLen) in Read() function in Hpackage::MemoryMapStream
295 int32_t FlowDataStream::Read(PkgBuffer &data, size_t start, size_t needRead, size_t &readLen) in Read() function in Hpackage::FlowDataStream
/ohos5.0/base/msdp/device_status/utils/ipc/include/
H A Dstream_buffer.h85 bool StreamBuffer::Read(T &data) in Read() function
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/mock/
H A Dmock_data_stream.h35 bool Read(uint32_t desiredSize, DataStreamBuffer &outData) override in Read() function
46 …bool Read(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, uint32_t &readSize) overr… in Read() function
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_base_parcel.h42 bool Read(Parcel &parcel, E &e) in Read() function
119 bool Read(Parcel &parcel, ValueTypes &&...vals) in Read() function
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dkey_event_injector.cpp38 bool KeyEventInjector::Read(DeviceData& data) in Read() function in OHOS::KeyEventInjector
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dsource.cpp31 Status Source::Read(std::shared_ptr<Buffer>& buffer, size_t expectedLen) in Read() function in Source
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Ddisk_handler.cpp37 std::string DiskHandler::Read() in Read() function in OHOS::NetStack::Http::DiskHandler
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_base.cpp24 int32_t EngineBase::Read(std::vector<uint8_t> & /* data */) in Read() function in OHOS::IntellVoiceEngine::EngineBase

12345678