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:PopFront
(Results
1 - 23
of
23
) sorted by relevance
/foundation/ai/ai_engine/services/server/server_executor/source/
H
A
D
engine_worker.cpp
37
int retCode = queue.
PopFront
(task);
in ClearQueue()
58
int retCode = queue_.
PopFront
(task);
in OneAction()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H
A
D
ability_list.cpp
149
abilityList_.
PopFront
();
in PopAbility()
215
abilityList_.
PopFront
();
in PopAllAbility()
220
abilityList_.
PopFront
();
in PopAllAbility()
237
reservedRecordList.
PopFront
();
in PopAllAbility()
H
A
D
bms_helper.cpp
101
bundleNames_.
PopFront
();
in Erase()
107
temporaryBundleNames_.
PopFront
();
in Erase()
H
A
D
ability_record_manager.cpp
1213
abilityOperation_.
PopFront
();
in RunOperation()
/foundation/resourceschedule/ffrt/src/sync/
H
A
D
shared_mutex.cpp
125
WaitEntry* we = wList.
PopFront
(&WaitEntry::node);
in NotifyOne()
146
WaitEntry* we = wList.
PopFront
(&WaitEntry::node);
in NotifyAll()
172
we = wList.
PopFront
(&WaitEntry::node);
in NotifyAll()
H
A
D
mutex.cpp
258
WaitEntry* we = list.
PopFront
(&WaitEntry::node);
in wake()
/foundation/ai/ai_engine/services/common/platform/queuepool/
H
A
D
queue.h
63
int
PopFront
(TYPE &msgBlock);
/foundation/arkui/ace_engine/frameworks/base/thread/
H
A
D
sem_queue.h
27
void
PopFront
(T &t)
in PopFront()
function in OHOS::Ace::SemQueue
/foundation/ai/ai_engine/test/common/queuepool/
H
A
D
queuepool_test.cpp
344
int result = queue->
PopFront
(iv);
in HWTEST_F()
365
int result = queue->
PopFront
(iv);
in HWTEST_F()
393
result = queue->
PopFront
(iv);
in HWTEST_F()
468
queue->
PopFront
(iv);
in HWTEST_F()
473
queue->
PopFront
(iv);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/rosen/
H
A
D
rosen_window.cpp
68
vsyncRequests_.
PopFront
(next);
in VsyncThreadMain()
/foundation/arkui/ui_lite/frameworks/dfx/
H
A
D
point_event_injector.cpp
68
dataList_.
PopFront
();
in Read()
H
A
D
key_event_injector.cpp
52
dataList_.
PopFront
();
in Read()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H
A
D
rs_vsync_client_darwin.h
31
void
PopFront
(T &t)
in PopFront()
function in OHOS::Rosen::SemQueue
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H
A
D
rs_vsync_client_windows.h
31
void
PopFront
(T &t)
in PopFront()
function in OHOS::Rosen::SemQueue
/foundation/resourceschedule/ffrt/src/util/
H
A
D
IntrusiveList.h
75
T*
PopFront
() noexcept
189
T*
PopFront
() noexcept
H
A
D
linked_list.h
250
LinkedList*
PopFront
() noexcept
256
T*
PopFront
(LinkedList T::*member) noexcept
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
task_runqueue.h
54
auto node = list.
PopFront
();
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H
A
D
utils_list.h
72
void
PopFront
()
in PopFront()
function in OHOS::List
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
list.h
189
void
PopFront
()
in PopFront()
function in OHOS::List
/foundation/graphic/graphic_utils_lite/test/
H
A
D
list_unit_test.cpp
159
* @tc.desc: Verify
PopFront
function, equal.
174
list_->
PopFront
();
in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
tabs_component.cpp
86
list_->
PopFront
();
in ReleaseNativeViews()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
bundle_util.cpp
244
list->
PopFront
();
in GetFileFolderSize()
870
list->
PopFront
();
in RemoveDir()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_canvas_unit_test.cpp
2047
stopAndColor.
PopFront
();
in HWTEST_F()
2050
stopAndColor.
PopFront
();
in HWTEST_F()
2053
stopAndColor.
PopFront
();
in HWTEST_F()
2056
stopAndColor.
PopFront
();
in HWTEST_F()
Completed in 12 milliseconds