Home
last modified time | relevance | path

Searched refs:GetBytes (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.cpp67 … session.GetReceivedObject()->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in HandlePutRequest()
112 … session.GetReceivedObject()->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in HandlePutFinalRequest()
122 writer->Write(body->GetBytes().get(), body->GetHeaderDataSize()); in HandlePutFinalRequest()
H A Dobex_headers.h239 virtual std::unique_ptr<uint8_t[]> GetBytes() const = 0;
253 std::unique_ptr<uint8_t[]> GetBytes() const override;
309 std::unique_ptr<uint8_t[]> GetBytes() const override;
H A Dobex_mp_client.cpp264 recvObj->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in ProcessGetContinueData()
302 recvObj->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in ProcessGetSuccessData()
H A Dobex_utils.cpp135 auto bytes = hi.GetBytes(); in ObexHeaderItemDebug()
175 ObexUtils::ToDebugString(hi.GetBytes().get(), hi.GetHeaderDataSize(), true).c_str()); in ObexHeaderItemDebug()
H A Dobex_headers.cpp844 …&packetBuf[pos], packetLength_ - pos, headerItem->GetBytes().get(), headerItem->GetHeaderDataSize(… in Build()
992 std::unique_ptr<uint8_t[]> ObexOptionalBytesHeader::GetBytes() const in GetBytes() function in OHOS::bluetooth::ObexOptionalBytesHeader
1214 std::unique_ptr<uint8_t[]> ObexOptionalTlvHeader::GetBytes() const in GetBytes() function in OHOS::bluetooth::ObexOptionalTlvHeader
/ohos5.0/base/telephony/core_service/utils/vcard/include/contact_data/
H A Dvcard_photo_data.h38 std::string GetBytes();
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_photo_data.cpp63 std::string VCardPhotoData::GetBytes() in GetBytes() function in OHOS::Telephony::VCardPhotoData
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h38 static std::string GetBytes(const std::string &str, const std::string &charset);
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp1118 static napi_value GetBytes(napi_env env, napi_callback_info info) in GetBytes() function
1185 DECLARE_NAPI_FUNCTION("getBytes", GetBytes), in BlobInit()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp663 auto bytes = photoData->GetBytes(); in ConstructPhotos()