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:frameCallback_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
form_render_window.cpp
87
frameCallback_
.userData_ = nullptr;
in FormRenderWindow()
88
frameCallback_
.callbackWithId_ = onVsyncCallback_;
in FormRenderWindow()
90
receiver_->RequestNextVSync(
frameCallback_
);
in FormRenderWindow()
119
receiver_->RequestNextVSync(
frameCallback_
);
in RequestFrame()
128
frameCallback_
.userData_ = nullptr;
in Destroy()
129
frameCallback_
.callback_ = nullptr;
in Destroy()
H
A
D
form_render_window.h
108
Rosen::VSyncReceiver::FrameCallback
frameCallback_
;
member in OHOS::Ace::FormRenderWindow
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H
A
D
rs_graphic_test_director.cpp
68
frameCallback_
= {
in VSyncWaiter()
74
vsyncReceiver_->SetVSyncRate(
frameCallback_
, rate);
in VSyncWaiter()
98
Rosen::VSyncReceiver::FrameCallback
frameCallback_
;
member in OHOS::Rosen::VSyncWaiter
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
camera_component.h
86
frameCallback_
.reset();
in ~CameraCallback()
126
std::unique_ptr<FrameCallback>
frameCallback_
;
member in OHOS::ACELite::final
H
A
D
camera_component.cpp
224
frameCallback_
= make_unique<FrameCallback>();
in OnCreated()
230
config->SetFrameStateCallback(
frameCallback_
.get(), eventHandler_.get());
in OnCreated()
/foundation/window/window_manager/previewer/include/
H
A
D
vsync_station.h
61
VSyncReceiver::FrameCallback
frameCallback_
= {
member in OHOS::Rosen::VsyncStation
/foundation/window/window_manager/previewer/src/
H
A
D
vsync_station.cpp
57
receiver_->RequestNextVSync(
frameCallback_
);
in RequestVsync()
Completed in 4 milliseconds