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:GetSurfaceId
(Results
1 - 25
of
25
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_native_embed_data_info_impl.cpp
39
ArkWebString ArkWebNativeEmbedDataInfoImpl::
GetSurfaceId
()
in GetSurfaceId()
function in OHOS::ArkWeb::ArkWebNativeEmbedDataInfoImpl
41
return ArkWebStringClassToStruct(nweb_native_embed_data_info_->
GetSurfaceId
());
in GetSurfaceId()
H
A
D
ark_web_native_embed_data_info_impl.h
36
ArkWebString
GetSurfaceId
() override;
H
A
D
ark_web_preference_impl.cpp
484
ArkWebString ArkWebPreferenceImpl::
GetSurfaceId
()
in GetSurfaceId()
function in OHOS::ArkWeb::ArkWebPreferenceImpl
486
return ArkWebStringClassToStruct(nweb_preference_->
GetSurfaceId
());
in GetSurfaceId()
H
A
D
ark_web_preference_impl.h
642
ArkWebString
GetSurfaceId
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_native_embed_data_info_wrapper.cpp
43
std::string ArkWebNativeEmbedDataInfoWrapper::
GetSurfaceId
()
in GetSurfaceId()
function in OHOS::ArkWeb::ArkWebNativeEmbedDataInfoWrapper
45
ArkWebString stSurfaceId = ark_web_native_embed_data_info_->
GetSurfaceId
();
in GetSurfaceId()
H
A
D
ark_web_native_embed_data_info_wrapper.h
36
std::string
GetSurfaceId
() override;
H
A
D
ark_web_preference_wrapper.h
640
std::string
GetSurfaceId
() override;
H
A
D
ark_web_preference_wrapper.cpp
542
std::string ArkWebPreferenceWrapper::
GetSurfaceId
()
in GetSurfaceId()
function in OHOS::ArkWeb::ArkWebPreferenceWrapper
544
ArkWebString stSurfaceId = ark_web_preference_->
GetSurfaceId
();
in GetSurfaceId()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H
A
D
ark_web_native_embed_data_info.h
36
virtual ArkWebString
GetSurfaceId
() = 0;
H
A
D
ark_web_preference.h
724
virtual ArkWebString
GetSurfaceId
() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_native_image_adapter_wrapper.cpp
61
int32_t ArkNativeImageAdapterWrapper::
GetSurfaceId
(uint64_t* surfaceId)
in GetSurfaceId()
function in OHOS::ArkWeb::ArkNativeImageAdapterWrapper
63
return ctocpp_->
GetSurfaceId
(surfaceId);
in GetSurfaceId()
H
A
D
ark_native_image_adapter_wrapper.h
43
int32_t
GetSurfaceId
(uint64_t* surfaceId) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_native_image_adapter_impl.cpp
59
int32_t ArkNativeImageAdapterImpl::
GetSurfaceId
(uint64_t* surfaceId)
in GetSurfaceId()
function in OHOS::ArkWeb::ArkNativeImageAdapterImpl
61
return real_->
GetSurfaceId
(surfaceId);
in GetSurfaceId()
H
A
D
ark_native_image_adapter_impl.h
43
int32_t
GetSurfaceId
(uint64_t* surfaceId) override;
/base/web/webview/ohos_adapter/graphic_adapter/include/
H
A
D
native_image_adapter_impl.h
43
int32_t
GetSurfaceId
(uint64_t* surfaceId) override;
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H
A
D
native_image_adapter_impl_test.cpp
114
* @tc.desc:
GetSurfaceId
.
123
int32_t result = imagerAdapter->
GetSurfaceId
(&surfaceId);
in HWTEST_F()
128
result = imagerAdapter->
GetSurfaceId
(&surfaceId);
in HWTEST_F()
/base/web/webview/ohos_adapter/graphic_adapter/src/
H
A
D
native_image_adapter_impl.cpp
82
int32_t NativeImageAdapterImpl::
GetSurfaceId
(uint64_t* surfaceId)
in GetSurfaceId()
function in OHOS::NWeb::NativeImageAdapterImpl
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_graphic_adapter.h
208
virtual int32_t
GetSurfaceId
(uint64_t* surfaceId) = 0;
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_preference.h
639
virtual std::string
GetSurfaceId
() { return ""; }
in GetSurfaceId()
function in OHOS::NWeb::NWebPreference::AccessMode::CopyOptionMode
H
A
D
nweb_handler.h
261
virtual std::string
GetSurfaceId
() = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
graphic_adapter.h
272
virtual int32_t
GetSurfaceId
(uint64_t* surfaceId) = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
webview_controller.h
366
std::string
GetSurfaceId
();
H
A
D
napi_webview_controller.h
348
static napi_value
GetSurfaceId
(napi_env env, napi_callback_info info);
H
A
D
webview_controller.cpp
1809
std::string WebviewController::
GetSurfaceId
()
in GetSurfaceId()
function in OHOS::NWeb::WebviewController
1819
return setting->
GetSurfaceId
();
in GetSurfaceId()
H
A
D
napi_webview_controller.cpp
626
DECLARE_NAPI_FUNCTION("getSurfaceId", NapiWebviewController::
GetSurfaceId
),
in Init()
6096
napi_value NapiWebviewController::
GetSurfaceId
(napi_env env, napi_callback_info info)
in GetSurfaceId()
function in OHOS::NWeb::NapiWebviewController
6104
std::string surfaceId = webviewController->
GetSurfaceId
();
in GetSurfaceId()
Completed in 27 milliseconds