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:Present
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H
A
D
ability_slice.cpp
33
void AbilitySlice::
Present
(AbilitySlice &abilitySlice, const Want &want)
in Present()
function in OHOS::AbilitySlice
36
HILOG_ERROR(HILOG_MODULE_APP, "AbilitySlice
Present
failed");
in Present()
39
abilitySliceManager_->
Present
(*this, abilitySlice, want);
in Present()
H
A
D
ability_slice_manager.cpp
60
void AbilitySliceManager::
Present
(const AbilitySlice &caller, AbilitySlice &target, const Want &want)
in Present()
function in OHOS::AbilitySliceManager
/foundation/ability/ability_lite/interfaces/kits/ability_lite/
H
A
D
ability_slice.h
123
void
Present
(AbilitySlice &abilitySlice, const Want &want);
/foundation/ability/ability_lite/frameworks/ability_lite/include/
H
A
D
ability_slice_manager.h
36
void
Present
(const AbilitySlice &caller, AbilitySlice &target, const Want &want);
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H
A
D
render_backend.h
51
virtual void
Present
(const RenderBackendBackBufferConfiguration& backBufferConfig) = 0;
H
A
D
renderer.cpp
789
renderBackend_->
Present
(renderFrameTimeData_.config);
in RenderFramePresentImpl()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
render_backend_gles.h
74
void
Present
(const RenderBackendBackBufferConfiguration& backBufferConfig) override;
H
A
D
render_backend_gles.cpp
745
void RenderBackendGLES::
Present
(const RenderBackendBackBufferConfiguration& backBufferConfig)
in Present()
function in RenderBackendGLES
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
render_backend_vk.h
104
void
Present
(const RenderBackendBackBufferConfiguration& backBufferConfig) override;
H
A
D
render_backend_vk.cpp
292
void RenderBackendVk::
Present
(const RenderBackendBackBufferConfiguration& backBufferConfig)
Completed in 12 milliseconds