Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AttachContext
(Results
1 - 11
of
11
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_native_image_adapter_wrapper.cpp
36
int32_t ArkNativeImageAdapterWrapper::
AttachContext
(uint32_t textureId)
in AttachContext()
function in OHOS::ArkWeb::ArkNativeImageAdapterWrapper
38
return ctocpp_->
AttachContext
(textureId);
in AttachContext()
H
A
D
ark_native_image_adapter_wrapper.h
33
int32_t
AttachContext
(uint32_t textureId) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_native_image_adapter_impl.cpp
35
int32_t ArkNativeImageAdapterImpl::
AttachContext
(uint32_t textureId)
in AttachContext()
function in OHOS::ArkWeb::ArkNativeImageAdapterImpl
37
return real_->
AttachContext
(textureId);
in AttachContext()
H
A
D
ark_native_image_adapter_impl.h
33
int32_t
AttachContext
(uint32_t textureId) override;
/base/web/webview/ohos_adapter/graphic_adapter/include/
H
A
D
native_image_adapter_impl.h
33
int32_t
AttachContext
(uint32_t textureId) override;
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H
A
D
native_image_adapter_impl_test.cpp
58
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
D
native_image_adapter_impl.cpp
42
int32_t NativeImageAdapterImpl::
AttachContext
(uint32_t textureId)
in AttachContext()
function in OHOS::NWeb::NativeImageAdapterImpl
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H
A
D
js_get_input_method_controller.h
48
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
D
js_get_input_method_controller.cpp
537
auto ctxt = std::make_shared<
AttachContext
>();
in Attach()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_graphic_adapter.h
193
virtual int32_t
AttachContext
(uint32_t textureId) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
graphic_adapter.h
262
virtual int32_t
AttachContext
(uint32_t textureId) = 0;
Completed in 6 milliseconds