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:stopFlag_
(Results
1 - 16
of
16
) sorted by relevance
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H
A
D
ringtone_scan_executor.cpp
54
scanner->SetStopFlag(
stopFlag_
);
in HandleScanExecution()
62
*
stopFlag_
= false;
in Start()
67
*
stopFlag_
= true;
in Stop()
H
A
D
ringtone_scanner.cpp
114
stopFlag_
= make_shared<bool>(false);
in RingtoneScannerObj()
119
stopFlag_
= make_shared<bool>(false);
in RingtoneScannerObj()
124
stopFlag_
= flag;
in SetStopFlag()
347
if (*
stopFlag_
) {
in WalkFileTree()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H
A
D
media_scan_executor.cpp
54
scanner->SetStopFlag(
stopFlag_
);
in HandleScanExecution()
62
*
stopFlag_
= false;
in Start()
67
*
stopFlag_
= true;
in Stop()
H
A
D
media_scanner.cpp
54
stopFlag_
= make_shared<bool>(false);
in MediaScannerObj()
63
stopFlag_
= flag;
in SetStopFlag()
833
if (*
stopFlag_
) {
in WalkFileTree()
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
loop.cpp
36
while (!
stopFlag_
.load()) {
in Run()
41
if (!
stopFlag_
.load() && poller_.DeterminePollerReady()) {
in Run()
54
stopFlag_
.store(true);
in Stop()
H
A
D
loop.h
39
std::atomic<bool>
stopFlag_
{ false };
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
picture_manager_thread.cpp
42
stopFlag_
(false),
in PictureManagerThread()
70
stopFlag_
= false;
in Start()
80
stopFlag_
= true;
in Stop()
114
while (!
stopFlag_
) {
in Run()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H
A
D
dash_mpd_parser.cpp
126
if (this->
stopFlag_
) {
in GetPeriodElement()
151
if (this->
stopFlag_
) {
in GetPeriodElement()
292
if (this->
stopFlag_
) {
in GetAdaptationSetElement()
332
if (this->
stopFlag_
) {
in GetAdaptationSetElement()
460
if (this->
stopFlag_
) {
in ParseSegmentBase()
517
if (this->
stopFlag_
) {
in ParseSegmentList()
615
if (this->
stopFlag_
) {
in ParseSegmentTemplate()
702
if (this->
stopFlag_
) {
in GetRepresentationElement()
803
if (this->
stopFlag_
) {
in ParseContentProtection()
890
if (this->
stopFlag_
) {
in ParseSegmentTimeline()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H
A
D
media_scan_executor.h
47
std::shared_ptr<bool>
stopFlag_
= make_shared<bool>(false);
member in OHOS::Media::MediaScanExecutor
H
A
D
media_scanner.h
140
std::shared_ptr<bool>
stopFlag_
;
member in OHOS::Media::MediaScannerObj
/foundation/multimedia/ringtone_library/services/ringtone_scanner/include/
H
A
D
ringtone_scan_executor.h
43
std::shared_ptr<bool>
stopFlag_
= std::make_shared<bool>(false);
member in OHOS::Media::RingtoneScanExecutor
H
A
D
ringtone_scanner.h
99
std::shared_ptr<bool>
stopFlag_
;
member in OHOS::Media::RingtoneScannerObj
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H
A
D
hgm_one_shot_timer.cpp
83
stopFlag_
.store(true);
in Stop()
142
if (
stopFlag_
.exchange(false)) {
in CheckForResetAndStop()
H
A
D
hgm_one_shot_timer.h
82
std::atomic<bool>
stopFlag_
= false;
member in OHOS::Rosen::HgmOneShotTimer::HgmTimerState
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H
A
D
picture_manager_thread.h
68
std::atomic_bool
stopFlag_
; // 停止标识
member in OHOS::Media::PictureManagerThread
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H
A
D
dash_mpd_parser.h
156
int32_t
stopFlag_
{0};
Completed in 8 milliseconds