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:Begin
(Results
1 - 25
of
122
) sorted by relevance
1
2
3
4
5
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_interval.cpp
109
int ret = interval.
Begin
();
in HWTEST_F()
113
ret = interval.
Begin
();
in HWTEST_F()
125
int ret = interval.
Begin
();
in HWTEST_F()
138
int ret = interval.
Begin
();
in HWTEST_F()
140
ret = interval.
Begin
();
in HWTEST_F()
143
ret = interval.
Begin
();
in HWTEST_F()
157
int ret = interval.
Begin
();
in HWTEST_F()
165
int ret = interval.
Begin
();
in HWTEST_F()
169
ret = interval.
Begin
();
in HWTEST_F()
181
int ret = interval.
Begin
();
in HWTEST_F()
[all...]
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H
A
D
ability_record_observer_manager.cpp
28
for (auto it = observers_.
Begin
(); it != observers_.End(); it = it->next_) {
in AddObserver()
38
for (auto it = observers_.
Begin
(); it != observers_.End(); it = it->next_) {
in RemoveObserver()
48
for (auto it = observers_.
Begin
(); it != observers_.End(); it = it->next_) {
in NotifyAbilityRecordStateChanged()
57
for (auto it = observers_.
Begin
(); it != observers_.End(); it = it->next_) {
in NotifyAbilityRecordCleanup()
H
A
D
ability_list.cpp
54
for (auto node = abilityList_.
Begin
(); node != abilityList_.End(); node = node->next_) {
in Get()
74
for (auto node = abilityList_.
Begin
(); node != abilityList_.End(); node = node->next_) {
in Get()
89
for (auto node = abilityList_.
Begin
(); node != abilityList_.End(); node = node->next_) {
in GetByTaskId()
104
for (auto node = abilityList_.
Begin
(); node != abilityList_.End(); node = node->next_) {
in Erase()
120
for (auto node = abilityList_.
Begin
(); node != abilityList_.End(); node = node->next_) {
in GetAbilityList()
180
for (auto it = abilityList_.
Begin
(); i < missionInfoList->length; it = it->next_) {
in GetMissionInfos()
H
A
D
bms_helper.cpp
39
for (auto node = names.
Begin
(); node != names.End(); node = node->next_) {
in RegisterBundleNames()
72
for (auto node = names.
Begin
(); node != names.End(); node = node->next_) {
in RegisterTemporaryBundleNames()
87
for (auto node = temporaryBundleNames_.
Begin
(); node != temporaryBundleNames_.End(); node = node->next_) {
in IsTemporaryBundleName()
116
for (auto node = bundleNames_.
Begin
(); node != bundleNames_.End(); node = node->next_) {
in IsNativeApp()
/foundation/arkui/ui_lite/frameworks/core/
H
A
D
task_manager.cpp
34
ListNode<Task*>* pos = list_.
Begin
();
in Add()
51
ListNode<Task*>* pos = list_.
Begin
();
in Remove()
72
ListNode<Task*>* node = list_.
Begin
();
in TaskHandler()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_tree_manager.cpp
27
auto p = lifeEvents_.
Begin
();
in RegistViewLifeEvent()
42
auto p = lifeEvents_.
Begin
();
in UnregistViewLifeEvent()
62
auto p = lifeEvents_.
Begin
();
in OnLifeEvent()
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
input_device_manager.cpp
51
ListNode<InputDevice*>* node = deviceList_.
Begin
();
in Remove()
63
ListNode<InputDevice*>* node = deviceList_.
Begin
();
in Callback()
78
auto node = devices.
Begin
();
in OnViewLifeEvent()
H
A
D
spannable_string.cpp
44
ListNode<StyleSpan*>* tempSpan = styleList_.
Begin
();
in GetTextStyle()
65
for (auto iter = styleList_.
Begin
(); iter != styleList_.End(); iter = iter->next_) {
in Reset()
96
ListNode<FontSizeSpan>* node = input->sizeList_.
Begin
();
in SetSpannableString()
101
ListNode<FontIdSpan>* node_id = input->fontIdList_.
Begin
();
in SetSpannableString()
106
ListNode<LetterHeightSpan>* node_height = input->heightList_.
Begin
();
in SetSpannableString()
111
ListNode<StyleSpan*>* node_span = input->styleList_.
Begin
();
in SetSpannableString()
116
ListNode<BackgroundColorSpan>* node_backColor = input->backgroundColorList_.
Begin
();
in SetSpannableString()
123
ListNode<ForegroundColorSpan>* node_foreColor = input->foregroundColorList_.
Begin
();
in SetSpannableString()
128
ListNode<LineBackgroundColorSpan>* node_lineBackColor = input->lineBackgroundColorList_.
Begin
();
in SetSpannableString()
208
ListNode<FontSizeSpan>* tempSpan = sizeList_.
Begin
();
in SetFontSize()
[all...]
/foundation/arkui/ui_lite/frameworks/animator/
H
A
D
animator_manager.cpp
39
ListNode<Animator*>* pos = list_.
Begin
();
in Add()
55
ListNode<Animator*>* pos = list_.
Begin
();
in Remove()
67
ListNode<Animator*>* pos = list_.
Begin
();
in AnimatorTask()
/foundation/arkui/ui_lite/frameworks/render/
H
A
D
render_scanline.cpp
35
GeometryScanline::ConstIterator span = scanline.
Begin
();
in RenderScanlinesAntiAliasSolid()
65
GeometryScanline::ConstIterator span = scanline.
Begin
();
in RenderScanlinesAntiAlias()
151
GeometryScanline::ConstIterator span2 = scanline2.
Begin
();
in BlendSourceAtop()
152
GeometryScanline::ConstIterator span1 = scanline1.
Begin
();
in BlendSourceAtop()
157
span1 = scanline1.
Begin
();
in BlendSourceAtop()
185
GeometryScanline::ConstIterator span3 = scanline3.
Begin
();
in BlendSourceAtop()
194
GeometryScanline::ConstIterator span3 = scanline3.
Begin
();
in BlendSourceAtop()
276
GeometryScanline::ConstIterator span2 = scanline2.
Begin
();
in BlendSourceOut()
277
GeometryScanline::ConstIterator span1 = scanline1.
Begin
();
in BlendSourceOut()
287
GeometryScanline::ConstIterator span3 = scanline3.
Begin
();
in BlendSourceOut()
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
bundle_map.cpp
64
for (auto node = bundleInfos_->
Begin
(); node != bundleInfos_->End(); node = node->next_) {
in Add()
91
for (auto oldNode = bundleInfos_->
Begin
(); oldNode != bundleInfos_->End(); oldNode = oldNode->next_) {
in Update()
122
for (auto node = bundleInfos_->
Begin
(); node != bundleInfos_->End(); node = node->next_) {
in Get()
198
for (auto node = bundleInfos_->
Begin
(); node != bundleInfos_->End(); node = node->next_) {
in GetBundleInfos()
212
for (auto node = bundleInfos_->
Begin
(); node != bundleInfos_->End(); node = node->next_) {
in GetBundleInfosInner()
242
for (auto node = bundleInfos_->
Begin
(); node != bundleInfos_->End(); node = node->next_) {
in GetBundleInfosNoReplication()
276
for (auto node = bundleInfos_->
Begin
(); node != bundleInfos_->End(); node = node->next_) {
in Erase()
295
for (auto node = bundleInfos_->
Begin
(); node != bundleInfos_->End(); node = node->next_) {
in EraseAll()
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
sched_deadline.cpp
33
void
Begin
(CPUEUTask* task)
in Begin()
function
53
void
Begin
(CPUEUTask* task)
H
A
D
interval.h
98
void
Begin
()
in Begin()
function in ffrt::PerfCtrl
101
tg->
Begin
();
in Begin()
194
virtual int
Begin
() = 0;
240
int
Begin
() override;
H
A
D
sched_deadline.h
24
void
Begin
(CPUEUTask* task);
/foundation/arkui/ui_lite/frameworks/dfx/
H
A
D
point_event_injector.cpp
27
ListNode<DeviceData*>* node = dataList_.
Begin
();
in ~PointEventInjector()
63
ListNode<DeviceData*>* node = dataList_.
Begin
();
in Read()
H
A
D
key_event_injector.cpp
27
ListNode<DeviceData*>* node = dataList_.
Begin
();
in ~KeyEventInjector()
47
ListNode<DeviceData*>* node = dataList_.
Begin
();
in Read()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H
A
D
lazy_load_manager.cpp
35
ListNode<LazyLoadWatcher *> *node = lazyWatchersList_.
Begin
();
in ResetWatchers()
49
ListNode<LazyLoadWatcher *> *node = lazyWatchersList_.
Begin
();
in RenderLazyLoadWatcher()
120
ListNode<LazyLoadWatcher *> *node = lazyWatchersList_.
Begin
();
in RemoveLazyWatcher()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H
A
D
rs_transaction.cpp
42
transactionProxy->
Begin
();
in OpenSyncTransaction()
65
void RSTransaction::
Begin
()
in Begin()
function in OHOS::Rosen::RSTransaction
71
transactionProxy->
Begin
();
in Begin()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/
H
A
D
fill_interpolator.h
82
Begin
(x, y, len);
in FillInterpolator()
97
void
Begin
(float x, float y, uint32_t len)
in Begin()
function in OHOS::FillInterpolator
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H
A
D
rs_transaction_controller_test.cpp
107
transaction->
Begin
();
in HWTEST_F()
133
transaction->
Begin
();
in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H
A
D
intf_entity_manager.h
103
virtual Iterator::Ptr
Begin
(IteratorType type = IteratorType::ALIVE) const = 0;
115
return CORE_NS::EntityIterator(manager.
Begin
(IEntityManager::IteratorType::ALIVE));
in begin()
/foundation/resourceschedule/ffrt/test/ut/
H
A
D
frame_interval_test.cpp
77
* @tc.desc: Test whether the
Begin
interface are normal.
83
int ret = fi->
Begin
();
in HWTEST_F()
86
int ret1 = fi->
Begin
();
in HWTEST_F()
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
thread_group.h
58
void
Begin
()
in Begin()
function in ffrt::ThreadGroup
65
RTGCtrl::Instance().
Begin
(tgid);
in Begin()
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H
A
D
fatal_handler.cpp
241
ListNode<Component *> *node = componentNodes_.
Begin
();
in RecycleComponents()
306
ListNode<Component *> *node = componentNodes_.
Begin
();
in DetachComponentNode()
363
ListNode<Component *> *node = componentNodes_.
Begin
();
in NotifyVisibleStatusChange()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H
A
D
dms_hitrace_chain.cpp
25
hiTraceId = HiTraceChain::
Begin
(name, HITRACE_FLAG_INCLUDE_ASYNC);
in DmsHiTraceChain()
Completed in 9 milliseconds
1
2
3
4
5