/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_buffer_desc_adapter_wrapper.cpp | 49 void ArkBufferDescAdapterWrapper::SetDataLength(size_t dataLength) in SetDataLength() function in OHOS::ArkWeb::ArkBufferDescAdapterWrapper 51 ctocpp_->SetDataLength(dataLength); in SetDataLength()
|
H A D | ark_buffer_desc_adapter_wrapper.h | 39 void SetDataLength(size_t dataLength) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_buffer_desc_adapter_impl.cpp | 47 void ArkBufferDescAdapterImpl::SetDataLength(size_t dataLength) in SetDataLength() function in OHOS::ArkWeb::ArkBufferDescAdapterImpl 49 return real_->SetDataLength(dataLength); in SetDataLength()
|
H A D | ark_buffer_desc_adapter_impl.h | 38 void SetDataLength(size_t dataLength) override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | generic_multi_ver_kv_entry.cpp | 131 void GenericMultiVerKvEntry::SetDataLength(uint32_t length) in SetDataLength() function in DistributedDB::GenericMultiVerKvEntry 133 valueObject_.SetDataLength(length); in SetDataLength()
|
H A D | multi_ver_value_object.h | 50 void SetDataLength(uint32_t);
|
H A D | generic_multi_ver_kv_entry.h | 55 void SetDataLength(uint32_t length);
|
H A D | multi_ver_value_object.cpp | 115 void MultiVerValueObject::SetDataLength(uint32_t length) in SetDataLength() function in DistributedDB::MultiVerValueObject
|
H A D | multi_ver_storage_executor.cpp | 1073 valueObject.SetDataLength(value.size()); in TransferToValueObject()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_audio_capturer_adapter.h | 66 virtual void SetDataLength(size_t dataLength) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | audio_capturer_adapter.h | 69 virtual void SetDataLength(size_t dataLength) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/ |
H A D | audio_capturer_adapter_impl.cpp | 190 bufferDesc->SetDataLength(bufDesc.dataLength); in GetBufferDesc()
|
/ohos5.0/base/web/webview/test/unittest/audio_adapter_impl_test/ |
H A D | audio_adapter_impl_test.cpp | 227 void SetDataLength(size_t dataLen) override in SetDataLength() function in OHOS::NWeb::BufferDescAdapterMock
|