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:ISurfaceCallback
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
surface_delegate.h
50
class
ISurfaceCallback
: virtual public RefBase {
class in OHOS::SurfaceDelegate
77
* @param callback the
ISurfaceCallback
.
79
void AddSurfaceCallback(const sptr<
ISurfaceCallback
>& callback);
84
* @param callback the
ISurfaceCallback
.
86
void RemoveSurfaceCallback(const sptr<
ISurfaceCallback
>& callback);
163
std::vector<sptr<
ISurfaceCallback
>> surfaceCallbacks_;
/foundation/graphic/graphic_surface/surface/src/
H
A
D
surface_delegate.cpp
20
void SurfaceDelegate::AddSurfaceCallback(const sptr<
ISurfaceCallback
>& callback) {}
in AddSurfaceCallback()
22
void SurfaceDelegate::RemoveSurfaceCallback(const sptr<
ISurfaceCallback
>& callback) {}
in RemoveSurfaceCallback()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H
A
D
xcomponent_element.h
38
class XComponentSurfaceCallback : public OHOS::SurfaceDelegate::
ISurfaceCallback
{
44
// override OHOS::SurfaceDelegate::
ISurfaceCallback
virtual callback function
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_render_surface.h
202
class ExtSurfaceCallback : public OHOS::SurfaceDelegate::
ISurfaceCallback
{
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_surface_node.h
198
sptr<SurfaceDelegate::
ISurfaceCallback
> surfaceCallback_;
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.h
470
class WebSurfaceCallback : public OHOS::SurfaceDelegate::
ISurfaceCallback
{
Completed in 6 milliseconds