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:isStop_
(Results
1 - 11
of
11
) sorted by relevance
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H
A
D
compatible_connection.cpp
52
std::atomic_bool CompatibleConnection::
isStop_
= true;
member in OHOS::Sensors::CompatibleConnection
67
isStop_
= false;
in StartOnce()
86
isStop_
= false;
in Start()
116
isStop_
= false;
in EnableCompositeEffect()
125
return (!
isStop_
);
in IsVibratorRunning()
157
isStop_
= true;
in Stop()
193
if (
isStop_
) {
in VibrateProcess()
198
isStop_
= true;
in VibrateProcess()
213
isStop_
= false;
in StartByIntensity()
/base/update/updater/services/common/ring_buffer/
H
A
D
ring_buffer.cpp
59
isStop_
= false;
in Reset()
90
if (
isStop_
) {
in Push()
121
if (
isStop_
) {
in Pop()
145
isStop_
= true;
in Stop()
154
isStop_
= true;
in StopPush()
163
isStop_
= true;
in StopPop()
H
A
D
ring_buffer.h
51
bool
isStop_
= false;
member in Updater::RingBuffer
/base/update/sys_installer/services/module_update/service/src/
H
A
D
module_update_queue.cpp
32
isStop_
= true;
in Stop()
41
if (
isStop_
) {
in Put()
57
if (
isStop_
) {
in Pop()
/base/sensors/sensor/services/hdi_connection/hardware/src/
H
A
D
hdi_service_impl.cpp
82
std::atomic_bool HdiServiceImpl::
isStop_
= false;
member in OHOS::Sensors::HdiServiceImpl
229
if (
isStop_
) {
in DataReportThread()
249
if (!dataReportThread_.joinable() ||
isStop_
) {
in EnableSensor()
255
isStop_
= false;
in EnableSensor()
281
isStop_
= true;
in DisableSensor()
312
isStop_
= true;
in Unregister()
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/include/
H
A
D
compatible_light_connection.h
40
static std::atomic_bool
isStop_
;
member in OHOS::Sensors::CompatibleLightConnection
H
A
D
compatible_connection.h
55
static std::atomic_bool
isStop_
;
member in OHOS::Sensors::CompatibleConnection
/base/update/sys_installer/services/module_update/service/include/
H
A
D
module_update_queue.h
35
bool
isStop_
= false;
member in OHOS::SysInstaller::ModuleUpdateQueue
/base/sensors/sensor/services/hdi_connection/hardware/include/
H
A
D
hdi_service_impl.h
53
static std::atomic_bool
isStop_
;
member in OHOS::Sensors::HdiServiceImpl
/base/telephony/call_manager/services/audio/include/
H
A
D
audio_player.h
100
bool
isStop_
= false;
member in OHOS::Telephony::AudioPlayer
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_player.cpp
147
while (!
isStop_
) {
in Play()
Completed in 4 milliseconds