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:currentId_
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
card_scope.cpp
20
thread_local uint64_t CardScope::
currentId_
= 0;
member in OHOS::Ace::CardScope
H
A
D
card_scope.h
48
static thread_local uint64_t
currentId_
;
member in OHOS::Ace::CardScope
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H
A
D
rs_transaction.cpp
93
static std::atomic<uint32_t>
currentId_
= 0;
in GenerateSyncId()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_render_frame_rate_linker.cpp
26
static std::atomic<uint32_t>
currentId_
= 0;
in GenerateId()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_frame_rate_linker.cpp
30
static std::atomic<uint32_t>
currentId_
= 0;
in GenerateId()
local
H
A
D
rs_ui_display_soloist.cpp
33
static std::atomic<SoloistIdType>
currentId_
= 0;
in GenerateId()
local
H
A
D
rs_node.cpp
2490
static std::atomic<uint32_t>
currentId_
= 1; // surfaceNode is seted correctly during boot when currentId is 1
in GenerateId()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H
A
D
rs_interpolator.cpp
39
static std::atomic<uint32_t>
currentId_
= 0;
in GenerateId()
local
H
A
D
rs_render_transition_effect.cpp
42
static std::atomic<uint32_t>
currentId_
= 1;
in GenerateTransitionPropertyId()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H
A
D
rs_property.cpp
31
static std::atomic<uint32_t>
currentId_
= 1;
in GeneratePropertyId()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H
A
D
rs_animation.cpp
36
static std::atomic<uint32_t>
currentId_
= 0;
in GenerateId()
local
H
A
D
rs_interactive_implict_animator.cpp
36
static std::atomic<uint32_t>
currentId_
= 0;
in GenerateId()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H
A
D
drag_drop_manager.h
544
int64_t
currentId_
= -1;
member in OHOS::OHOS::Ace::NG::DragDropManager
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H
A
D
simulator.cpp
137
int64_t
currentId_
= 0;
member in OHOS::AbilityRuntime::__anon274::SimulatorImpl
Completed in 14 milliseconds