Home
last modified time | relevance | path

Searched defs:bufferConfig (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_ohos_native_buffer_adapter_wrapper.cpp58 …d ArkOhosNativeBufferAdapterWrapper::Allocate(const std::shared_ptr<NativeBufferConfigAdapter> buf… in Allocate()
69 std::shared_ptr<OHOS::NWeb::NativeBufferConfigAdapter> bufferConfig, in Describe()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_ohos_native_buffer_adapter_impl.cpp58 const ArkWebRefPtr<ArkNativeBufferConfigAdapter> bufferConfig, void** outBuffer) in Allocate()
67 void ArkOhosNativeBufferAdapterImpl::Describe(ArkWebRefPtr<ArkNativeBufferConfigAdapter> bufferConf… in Describe()
/base/web/webview/ohos_adapter/ohos_native_buffer_adapter/src/
Dohos_native_buffer_adapter_impl.cpp147 const std::shared_ptr<NativeBufferConfigAdapter> bufferConfig, void** outBuffer) in Allocate()
178 void OhosNativeBufferAdapterImpl::Describe(std::shared_ptr<NativeBufferConfigAdapter> bufferConfig,… in Describe()
/base/web/webview/test/unittest/ohos_adapter/native_buffer_adapter_test/
Dnative_buffer_adapter_test.cpp224 std::shared_ptr<NativeBufferConfigAdapter> bufferConfig = nullptr; variable