/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/ |
H A D | event_raw_base_test.cpp | 119 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 D | hisysevent_encoded_test.cpp | 80 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 D | ark_buffer_desc_adapter_wrapper.cpp | 34 size_t ArkBufferDescAdapterWrapper::GetDataLength() in GetDataLength() function in OHOS::ArkWeb::ArkBufferDescAdapterWrapper 36 return ctocpp_->GetDataLength(); in GetDataLength()
|
H A D | ark_buffer_desc_adapter_wrapper.h | 33 size_t GetDataLength() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_buffer_desc_adapter_impl.cpp | 32 size_t ArkBufferDescAdapterImpl::GetDataLength() in GetDataLength() function in OHOS::ArkWeb::ArkBufferDescAdapterImpl 34 return real_->GetDataLength(); in GetDataLength()
|
H A D | ark_buffer_desc_adapter_impl.h | 32 size_t GetDataLength() override;
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/ |
H A D | content_reader.cpp | 46 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 D | raw_data.cpp | 72 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 D | transport.cpp | 99 sendRet = sendto(socketId, rawData.GetData(), rawData.GetDataLength(), 0, in SendToHiSysEventDataSource() 147 auto rawDataLength = rawData.GetDataLength(); in SendData()
|
H A D | hisysevent.cpp | 125 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 D | raw_data.cpp | 77 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 D | stream_depacketizer_test.cpp | 77 ret = streamDepacketizer->GetDataLength(); 110 int ret = streamDepacketizer->GetDataLength();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | generic_multi_ver_kv_entry.cpp | 126 uint32_t GenericMultiVerKvEntry::GetDataLength() const in GetDataLength() function in DistributedDB::GenericMultiVerKvEntry 128 return valueObject_.GetDataLength(); in GetDataLength()
|
H A D | multi_ver_value_object.h | 49 uint32_t GetDataLength() const;
|
H A D | generic_multi_ver_kv_entry.h | 56 uint32_t GetDataLength() const;
|
H A D | multi_ver_value_object.cpp | 110 uint32_t MultiVerValueObject::GetDataLength() const in GetDataLength() function in DistributedDB::MultiVerValueObject
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
H A D | raw_data.h | 42 size_t GetDataLength() const;
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/base/ |
H A D | raw_data.h | 44 size_t GetDataLength() const;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | stream_depacketizer.h | 69 int GetDataLength() const in GetDataLength() function
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_audio_capturer_adapter.h | 57 virtual size_t GetDataLength() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | audio_capturer_adapter.h | 63 virtual size_t GetDataLength() = 0;
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nn_tensor.h | 66 size_t GetDataLength() const;
|
H A D | inner_model.cpp | 300 if (length != tensor->GetDataLength()) { in SetTensorValue() 302 length, tensor->GetDataLength()); in SetTensorValue()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/ |
H A D | raw_data_builder.cpp | 74 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 D | audio_capturer_adapter_impl.cpp | 209 bufDesc.dataLength = bufferDesc->GetDataLength(); in Enqueue()
|