Home
last modified time | relevance | path

Searched refs:GetDataLength (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_base_test.cpp119 ASSERT_EQ(data->GetDataLength(), 0);
123 ASSERT_EQ(data->GetDataLength(), CAP);
125 ASSERT_EQ(data->GetDataLength(), CAP);
142 ASSERT_EQ(data1.GetDataLength(), 0);
145 ASSERT_EQ(data2.GetDataLength(), CAP);
148 ASSERT_EQ(data3.GetDataLength(), CAP);
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_encoded_test.cpp80 ASSERT_GT(data->GetDataLength(), 0);
117 ASSERT_EQ(rawData1.GetDataLength(), rawData4.GetDataLength());
118 Encoded::RawData rawData5(appendRawData->GetData(), appendRawData->GetDataLength());
119 ASSERT_EQ(appendRawData->GetDataLength(), rawData5.GetDataLength());
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_buffer_desc_adapter_wrapper.cpp34 size_t ArkBufferDescAdapterWrapper::GetDataLength() in GetDataLength() function in OHOS::ArkWeb::ArkBufferDescAdapterWrapper
36 return ctocpp_->GetDataLength(); in GetDataLength()
H A Dark_buffer_desc_adapter_wrapper.h33 size_t GetDataLength() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_buffer_desc_adapter_impl.cpp32 size_t ArkBufferDescAdapterImpl::GetDataLength() in GetDataLength() function in OHOS::ArkWeb::ArkBufferDescAdapterImpl
34 return real_->GetDataLength(); in GetDataLength()
H A Dark_buffer_desc_adapter_impl.h32 size_t GetDataLength() override;
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader.cpp46 uint32_t realSize = rawData->GetDataLength(); in UpdateRealSize()
154 if (!rawData->Append(tagRawData.GetData(), tagRawData.GetDataLength())) { in AppendTag()
165 if (!rawData->Append(levelRawData.GetData(), levelRawData.GetDataLength())) { in AppendLevel()
176 if (!rawData->Append(seqRawData.GetData(), seqRawData.GetDataLength())) { in AppendSeq()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Draw_data.cpp72 auto dataLen = data.GetDataLength(); in RawData()
101 auto dataLen = data.GetDataLength(); in operator =()
189 size_t RawData::GetDataLength() const in GetDataLength() function in OHOS::HiviewDFX::Encoded::RawData
H A Dtransport.cpp99 sendRet = sendto(socketId, rawData.GetData(), rawData.GetDataLength(), 0, in SendToHiSysEventDataSource()
147 auto rawDataLength = rawData.GetDataLength(); in SendData()
H A Dhisysevent.cpp125 paramCntWroteOffset_ = rawData_->GetDataLength(); in WritebaseInfo()
141 auto blockSize = static_cast<int32_t>(rawData_->GetDataLength()); in GetEventRawData()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/base/
H A Draw_data.cpp77 auto dataLen = data.GetDataLength(); in RawData()
99 auto dataLen = data.GetDataLength(); in operator =()
203 size_t RawData::GetDataLength() const in GetDataLength() function in OHOS::HiviewDFX::EventRaw::RawData
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_depacketizer_test/
H A Dstream_depacketizer_test.cpp77 ret = streamDepacketizer->GetDataLength();
110 int ret = streamDepacketizer->GetDataLength();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dgeneric_multi_ver_kv_entry.cpp126 uint32_t GenericMultiVerKvEntry::GetDataLength() const in GetDataLength() function in DistributedDB::GenericMultiVerKvEntry
128 return valueObject_.GetDataLength(); in GetDataLength()
H A Dmulti_ver_value_object.h49 uint32_t GetDataLength() const;
H A Dgeneric_multi_ver_kv_entry.h56 uint32_t GetDataLength() const;
H A Dmulti_ver_value_object.cpp110 uint32_t MultiVerValueObject::GetDataLength() const in GetDataLength() function in DistributedDB::MultiVerValueObject
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Draw_data.h42 size_t GetDataLength() const;
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/base/
H A Draw_data.h44 size_t GetDataLength() const;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_depacketizer.h69 int GetDataLength() const in GetDataLength() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_audio_capturer_adapter.h57 virtual size_t GetDataLength() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daudio_capturer_adapter.h63 virtual size_t GetDataLength() = 0;
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnn_tensor.h66 size_t GetDataLength() const;
H A Dinner_model.cpp300 if (length != tensor->GetDataLength()) { in SetTensorValue()
302 length, tensor->GetDataLength()); in SetTensorValue()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Draw_data_builder.cpp74 return !dest->Append(rawData.GetData(), rawData.GetDataLength()); in BuildCustomizedParams()
102 blockSize = static_cast<int32_t>(rawData->GetDataLength()); in Build()
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_capturer_adapter_impl.cpp209 bufDesc.dataLength = bufferDesc->GetDataLength(); in Enqueue()

12