Searched refs:GetBytes (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_mp_server.cpp | 67 … 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 D | obex_headers.h | 239 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 D | obex_mp_client.cpp | 264 recvObj->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in ProcessGetContinueData() 302 recvObj->AppendBody(body->GetBytes().get(), body->GetHeaderDataSize()); in ProcessGetSuccessData()
|
H A D | obex_utils.cpp | 135 auto bytes = hi.GetBytes(); in ObexHeaderItemDebug() 175 ObexUtils::ToDebugString(hi.GetBytes().get(), hi.GetHeaderDataSize(), true).c_str()); in ObexHeaderItemDebug()
|
H A D | obex_headers.cpp | 844 …&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 D | vcard_photo_data.h | 38 std::string GetBytes();
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_photo_data.cpp | 63 std::string VCardPhotoData::GetBytes() in GetBytes() function in OHOS::Telephony::VCardPhotoData
|
/ohos5.0/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_utils.h | 38 static std::string GetBytes(const std::string &str, const std::string &charset);
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | native_module_buffer.cpp | 1118 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 D | vcard_constructor.cpp | 663 auto bytes = photoData->GetBytes(); in ConstructPhotos()
|