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:VSyncErrorCode
(Results
1 - 5
of
5
) sorted by relevance
/base/web/webview/ohos_adapter/graphic_adapter/src/
H
A
D
vsync_adapter_impl.cpp
61
VSyncErrorCode
VSyncAdapterImpl::Init()
in Init()
75
return
VSyncErrorCode
::ERROR;
in Init()
81
return
VSyncErrorCode
::ERROR;
in Init()
84
return
VSyncErrorCode
::SUCCESS;
in Init()
87
VSyncErrorCode
VSyncAdapterImpl::RequestVsync(void* data, NWebVSyncCb cb)
in RequestVsync()
89
if (Init() !=
VSyncErrorCode
::SUCCESS) {
in RequestVsync()
91
return
VSyncErrorCode
::ERROR;
in RequestVsync()
114
return
VSyncErrorCode
::SUCCESS;
in RequestVsync()
120
return
VSyncErrorCode
::ERROR;
in RequestVsync()
123
return
VSyncErrorCode
in RequestVsync()
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_vsync_adapter_wrapper.cpp
22
OHOS::NWeb::
VSyncErrorCode
ArkVSyncAdapterWrapper::RequestVsync(void* data, OHOS::NWeb::NWebVSyncCb cb)
in RequestVsync()
25
return OHOS::NWeb::
VSyncErrorCode
::ERROR;
in RequestVsync()
28
return (OHOS::NWeb::
VSyncErrorCode
)result;
in RequestVsync()
H
A
D
ark_vsync_adapter_wrapper.h
28
OHOS::NWeb::
VSyncErrorCode
RequestVsync(void* data, OHOS::NWeb::NWebVSyncCb cb) override;
/base/web/webview/ohos_adapter/graphic_adapter/include/
H
A
D
vsync_adapter_impl.h
36
VSyncErrorCode
RequestVsync(void* data, NWebVSyncCb cb) override;
49
VSyncErrorCode
Init();
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
graphic_adapter.h
23
enum class
VSyncErrorCode
{
class
36
virtual
VSyncErrorCode
RequestVsync(void* data, NWebVSyncCb cb) = 0;
Completed in 4 milliseconds