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:BaseId
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
base_id.cpp
23
std::atomic<
BaseId
::IdType> g_currentId = { 0 };
27
BaseId
::
BaseId
() : id_(++g_currentId) {}
in BaseId()
function in OHOS::Ace::BaseId
H
A
D
base_id.h
25
class ACE_FORCE_EXPORT
BaseId
{
class
29
BaseId
();
30
virtual ~
BaseId
() = default;
H
A
D
event_callback.h
30
class ACE_FORCE_EXPORT EventCallback<R(Args...)> : public
BaseId
{
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H
A
D
tween_element.h
67
bool ApplyKeyframes(RefPtr<Animator>& controller, TweenOption& option,
BaseId
::IdType& prepareId);
71
BaseId
::IdType& prepareId);
93
BaseId
::IdType prepareIdCustom_ = -1;
94
BaseId
::IdType prepareId_ = -1;
H
A
D
tween_element.cpp
933
RefPtr<Animator>& controller, const WeakPtr<RenderTransform>& weakTransform,
BaseId
::IdType& prepareId)
in AddPrepareListener()
960
bool TweenElement::ApplyKeyframes(RefPtr<Animator>& controller, TweenOption& option,
BaseId
::IdType& prepareId)
in ApplyKeyframes()
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H
A
D
dialog_modal_element.h
52
BaseId
::IdType stopCallbackId_ = -1;
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H
A
D
render_loading_progress.h
134
BaseId
::IdType moveStopId_ = 0;
135
BaseId
::IdType tailStopId_ = 0;
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
animator_group.h
43
std::map<RefPtr<Animator>,
BaseId
::IdType> animators_;
H
A
D
animator_group.cpp
34
BaseId
::IdType id = animator->AddStopListener([weak = WeakClaim(this), animator] {
in AddAnimator()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_page_router.h
83
BaseId
::IdType lastTransitionListener_ = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
H
A
D
ui_display_sync.h
154
class ACE_FORCE_EXPORT UIDisplaySync : public AceType, public
BaseId
{
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_context.h
373
BaseId
::IdType AddPageTransitionListener(const PageTransitionListenable::CallbackFuncType& funcObject);
377
void RemovePageTransitionListener(typename
BaseId
::IdType id);
H
A
D
pipeline_context.cpp
1187
BaseId
::IdType PipelineContext::AddPageTransitionListener(const PageTransitionListenable::CallbackFuncType& funcObject)
in AddPageTransitionListener()
1202
void PipelineContext::RemovePageTransitionListener(typename
BaseId
::IdType id)
in RemovePageTransitionListener()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend_delegate.h
344
BaseId
::IdType pageTransitionListenerId_ = 0L;
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
frontend_delegate_impl.h
458
BaseId
::IdType pageTransitionListenerId_ = 0L;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.h
500
BaseId
::IdType pageTransitionListenerId_ = 0L;
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
base_utils_test.cpp
103
* @tc.desc: Call
BaseId
() constructor twice
108
BaseId
baseId_1;
in HWTEST_F()
Completed in 17 milliseconds