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:stop_
(Results
1 - 12
of
12
) sorted by relevance
/base/update/updater/services/ui/view/component/
H
A
D
img_view_adapter.cpp
33
: animator_(nullptr),
stop_
(true)
in ImgAnimatorCallback()
49
if (
stop_
) {
57
stop_
= false;
in Start()
62
stop_
= true;
in Stop()
71
bool
stop_
;
member in Updater::final
/base/powermgr/battery_manager/charger/include/
H
A
D
charger_animation.h
78
if (
stop_
) {
in Callback()
89
stop_
= false;
in Start()
95
stop_
= true;
in Stop()
127
bool
stop_
;
member in OHOS::PowerMgr::ChargerAnimation::ChargerAnimatorCallback
/base/update/updater/services/script/threadpool/
H
A
D
threadpool.cpp
77
while (!
stop_
) {
in ThreadRun()
92
stop_
= true;
in ~ThreadPool()
H
A
D
thread_pool.h
71
std::atomic<bool>
stop_
= { false };
member in Uscript::ThreadPool
/base/startup/init/services/param/watcher/agent/
H
A
D
watcher_manager_kits.h
123
std::atomic<bool>
stop_
{ false };
H
A
D
watcher_manager_kits.cpp
51
stop_
= true;
in ResetService()
55
stop_
= false;
in ResetService()
97
if (
stop_
) {
in ReAddWatcher()
/base/startup/init/services/param/watcher/proxy/
H
A
D
watcher_manager.cpp
266
while (!
stop_
) {
in RunLoop()
268
if (
stop_
) {
in RunLoop()
336
if (
stop_
) {
in GetServerFd()
363
stop_
= true;
in StopLoop()
H
A
D
watcher_manager.h
123
std::atomic<bool>
stop_
{ false };
/base/startup/appspawn/test/unittest/
H
A
D
app_spawn_test_helper.h
207
std::atomic<bool>
stop_
{false};
H
A
D
app_spawn_test_helper.cpp
194
stop_
= true;
in Stop()
234
if (server->
stop_
) {
in ProcessIdle()
/base/inputmethod/imf/services/include/
H
A
D
input_method_system_ability.h
147
bool
stop_
= false;
member in OHOS::MiscServices::InputMethodSystemAbility
/base/inputmethod/imf/services/src/
H
A
D
input_method_system_ability.cpp
72
stop_
= true;
in ~InputMethodSystemAbility()
962
while (!
stop_
) {
in WorkThread()
Completed in 10 milliseconds