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:surfaceCallbacks_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
surface_delegate.h
163
std::vector<sptr<ISurfaceCallback>>
surfaceCallbacks_
;
member in OHOS::SurfaceDelegate
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H
A
D
rs_render_thread_visitor.h
108
std::map<NodeId, std::function<void(float, float, float, float)>>
surfaceCallbacks_
;
member in OHOS::Rosen::RSRenderThreadVisitor
H
A
D
rs_render_thread_visitor.cpp
934
surfaceCallbacks_
.emplace(id, callback);
in AddSurfaceChangedCallBack()
939
surfaceCallbacks_
.erase(id);
in RemoveSurfaceChangedCallBack()
954
auto iter =
surfaceCallbacks_
.find(node.GetId());
in ClipHoleForSurfaceNode()
955
if (iter !=
surfaceCallbacks_
.end()) {
in ClipHoleForSurfaceNode()
1034
auto iter =
surfaceCallbacks_
.find(node.GetId());
in ProcessOtherSurfaceRenderNode()
1035
if (iter !=
surfaceCallbacks_
.end()) {
in ProcessOtherSurfaceRenderNode()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H
A
D
rs_render_thread_visitor_test.cpp
1271
visitor.
surfaceCallbacks_
[0] = fun;
in HWTEST_F()
1273
EXPECT_TRUE(!visitor.
surfaceCallbacks_
.empty());
in HWTEST_F()
1278
EXPECT_TRUE(!visitor.
surfaceCallbacks_
.empty());
in HWTEST_F()
1283
EXPECT_TRUE(!visitor.
surfaceCallbacks_
.empty());
in HWTEST_F()
Completed in 5 milliseconds