Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/codec/
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
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
Dstandard_codec_buffer_operator.cpp89 bool StandardCodecBufferReader::ReadData(CodecData& resultData) in ReadData() function in OHOS::Ace::Framework::StandardCodecBufferReader
/foundation/ability/idl_tool/util/
Dfile.cpp118 bool File::ReadData(void* data, size_t size) in ReadData() function in OHOS::Idl::File
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
Dhfp_hf_rfcomm_connection.cpp73 int HfpHfRfcommConnection::ReadData(Packet **pkt) const in ReadData() function in OHOS::bluetooth::HfpHfRfcommConnection
Dhfp_hf_data_connection.cpp125 int HfpHfDataConnection::ReadData(Packet **pkt) const in ReadData() function in OHOS::bluetooth::HfpHfDataConnection
Dhfp_hf_profile.cpp156 int HfpHfProfile::ReadData() in ReadData() function in OHOS::bluetooth::HfpHfProfile
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_rfcomm_connection.cpp72 int HfpAgRfcommConnection::ReadData(Packet **pkt) const in ReadData() function in OHOS::bluetooth::HfpAgRfcommConnection
Dhfp_ag_data_connection.cpp144 int HfpAgDataConnection::ReadData(Packet **pkt) const in ReadData() function in OHOS::bluetooth::HfpAgDataConnection
Dhfp_ag_profile.cpp158 int HfpAgProfile::ReadData() in ReadData() function in OHOS::bluetooth::HfpAgProfile
/foundation/communication/dsoftbus/core/connection/wifi_direct/protocol/
Djson_protocol.c119 static bool ReadData(struct WifiDirectProtocol *base, struct InfoContainerKeyProperty *keyProperty, in ReadData() function
Dtlv_protocol.c81 static bool ReadData(struct WifiDirectProtocol *base, struct InfoContainerKeyProperty *keyProperty, in ReadData() function
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
Dpng_decoder.cpp860 DataStreamBuffer ReadData; in PushAllToDecode() local
950 DataStreamBuffer ReadData; in PushCurrentToDecode() local
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
Dvideodec_ndk_sample.cpp474 int32_t VDecNdkSample::ReadData(uint32_t index, OH_AVMemory *buffer) in ReadData() function in VDecNdkSample
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
Dsocket.cpp709 void Socket::ReadData() in ReadData() function in OHOS::bluetooth::Socket
/foundation/multimedia/media_lite/services/player_lite/impl/
Dplayer_impl.cpp1162 int32_t PlayerImpl::ReadData(void *handle, uint8_t *data, int32_t size, int32_t timeOutMs, DataFlag… in ReadData() function in OHOS::Media::PlayerImpl
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
Dpixel_map.cpp1751 uint8_t *PixelMap::ReadData(std::vector<uint8_t> &buff, int32_t size, int32_t &cursor) in ReadData() function in OHOS::Media::PixelMap