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
defs:vsyncCallback
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/form/
H
A
D
form_window.cpp
35
auto
vsyncCallback
= callback_;
in RequestFrame()
local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H
A
D
rs_vsync_client_ohos_test.cpp
73
RSVsyncClient::VsyncCallback
vsyncCallback
= [](int64_t nanoTimestamp, int64_t frameCount) {
in HWTEST_F()
local
94
RSVsyncClient::VsyncCallback
vsyncCallback
= [](int64_t nanoTimestamp, int64_t frameCount) {
in HWTEST_F()
local
/foundation/window/window_manager/wm/test/unittest/
H
A
D
screen_scene_test.cpp
118
std::shared_ptr<VsyncCallback>
vsyncCallback
= std::make_shared<VsyncCallback>();
in HWTEST_F()
local
H
A
D
root_scene_test.cpp
153
std::shared_ptr<VsyncCallback>
vsyncCallback
= std::make_shared<VsyncCallback>();
in HWTEST_F()
local
H
A
D
vsync_station_test.cpp
58
std::shared_ptr<VsyncCallback>
vsyncCallback
= std::make_shared<VsyncCallback>();
in HWTEST_F()
local
H
A
D
window_impl_test.cpp
323
std::shared_ptr<VsyncCallback>
vsyncCallback
= std::make_shared<VsyncCallback>();
in HWTEST_F()
local
342
std::shared_ptr<VsyncCallback>
vsyncCallback
= std::make_shared<VsyncCallback>();
in HWTEST_F()
local
H
A
D
window_session_impl_test.cpp
818
std::shared_ptr<VsyncCallback>
vsyncCallback
= std::make_shared<VsyncCallback>();
in HWTEST_F()
local
839
std::shared_ptr<VsyncCallback>
vsyncCallback
= std::make_shared<VsyncCallback>();
in HWTEST_F()
local
H
A
D
window_test.cpp
1056
std::shared_ptr<VsyncCallback>
vsyncCallback
= nullptr;
in HWTEST_F()
local
/foundation/window/window_manager/previewer/src/
H
A
D
vsync_station.cpp
34
void VsyncStation::RequestVsync(const std::shared_ptr<VsyncCallback>&
vsyncCallback
)
in RequestVsync()
argument
H
A
D
window_impl.cpp
813
void WindowImpl::RequestVsync(const std::shared_ptr<VsyncCallback>&
vsyncCallback
)
in RequestVsync()
argument
/foundation/window/window_manager/wm/src/
H
A
D
screen_scene.cpp
126
void ScreenScene::RequestVsync(const std::shared_ptr<VsyncCallback>&
vsyncCallback
)
in RequestVsync()
argument
H
A
D
vsync_station.cpp
106
RequestVsync( const std::shared_ptr<VsyncCallback>&
vsyncCallback
)
RequestVsync()
argument
H
A
D
root_scene.cpp
172
void RootScene::RequestVsync(const std::shared_ptr<VsyncCallback>&
vsyncCallback
)
in RequestVsync()
argument
H
A
D
window_impl.cpp
3346
void WindowImpl::RequestVsync(const std::shared_ptr<VsyncCallback>&
vsyncCallback
)
in RequestVsync()
argument
H
A
D
window_session_impl.cpp
3582
void WindowSessionImpl::RequestVsync(const std::shared_ptr<VsyncCallback>&
vsyncCallback
)
in RequestVsync()
argument
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_window.h
109
virtual void RequestVsync(const std::shared_ptr<VsyncCallback>&
vsyncCallback
) {}
in RequestVsync()
argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.cpp
52
auto&&
vsyncCallback
= [weak = AceType::WeakClaim(this), instanceId](
in PipelineBase()
local
77
auto&&
vsyncCallback
= [weak = AceType::WeakClaim(this), instanceId](
in PipelineBase()
local
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
window.h
1154
virtual void RequestVsync(const std::shared_ptr<VsyncCallback>&
vsyncCallback
) {}
in RequestVsync()
argument
Completed in 34 milliseconds