Home
last modified time | relevance | path

Searched refs:AttachContext (Results 1 - 11 of 11) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_native_image_adapter_wrapper.cpp36 int32_t ArkNativeImageAdapterWrapper::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::ArkWeb::ArkNativeImageAdapterWrapper
38 return ctocpp_->AttachContext(textureId); in AttachContext()
H A Dark_native_image_adapter_wrapper.h33 int32_t AttachContext(uint32_t textureId) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_native_image_adapter_impl.cpp35 int32_t ArkNativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::ArkWeb::ArkNativeImageAdapterImpl
37 return real_->AttachContext(textureId); in AttachContext()
H A Dark_native_image_adapter_impl.h33 int32_t AttachContext(uint32_t textureId) override;
/base/web/webview/ohos_adapter/graphic_adapter/include/
H A Dnative_image_adapter_impl.h33 int32_t AttachContext(uint32_t textureId) override;
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dnative_image_adapter_impl_test.cpp58 int32_t context = imagerAdapter->AttachContext(1); in HWTEST_F()
69 imagerAdapter->AttachContext(1); in HWTEST_F()
/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dnative_image_adapter_impl.cpp42 int32_t NativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::NWeb::NativeImageAdapterImpl
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h48 struct AttachContext : public AsyncCall::Context { struct
53 AttachContext() : Context(nullptr, nullptr){}; in AttachContext() function
54 AttachContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(output)){}; in AttachContext() function
H A Djs_get_input_method_controller.cpp537 auto ctxt = std::make_shared<AttachContext>(); in Attach()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_graphic_adapter.h193 virtual int32_t AttachContext(uint32_t textureId) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dgraphic_adapter.h262 virtual int32_t AttachContext(uint32_t textureId) = 0;

Completed in 6 milliseconds