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:isStarted_
(Results
1 - 25
of
26
) sorted by relevance
1
2
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
lock_status_observer.cpp
22
isStarted_
(false)
in LockStatusObserver()
32
if (
isStarted_
) {
in Start()
41
isStarted_
= true;
in Start()
47
return
isStarted_
;
in IsStarted()
52
if (!
isStarted_
) {
in Stop()
59
isStarted_
= false;
in Stop()
H
A
D
user_change_monitor.cpp
24
isStarted_
(false)
in UserChangeMonitor()
35
if (
isStarted_
) {
in Start()
43
isStarted_
= true;
in Start()
49
if (!
isStarted_
) {
in Stop()
59
isStarted_
= false;
in Stop()
H
A
D
task_pool_impl.cpp
26
isStarted_
(false),
in TaskPoolImpl()
54
isStarted_
= true; // parameters checked ok.
in Start()
67
if (!
isStarted_
) {
in Stop()
75
isStarted_
= false;
in Stop()
84
if (!
isStarted_
) {
in Schedule()
105
if (!
isStarted_
) {
in Schedule()
212
if (!
isStarted_
) {
in SpawnThreads()
H
A
D
time_tick_monitor.cpp
29
isStarted_
(false)
in TimeTickMonitor()
41
if (
isStarted_
) {
in StartTimeTickMonitor()
59
isStarted_
= true;
in StartTimeTickMonitor()
65
if (!
isStarted_
) {
in StopTimeTickMonitor()
80
isStarted_
= false;
in StopTimeTickMonitor()
H
A
D
lock_status_observer.h
38
bool
isStarted_
;
member in DistributedDB::final
H
A
D
time_tick_monitor.h
75
bool
isStarted_
= false;
member in DistributedDB::final
H
A
D
task_pool_impl.h
75
bool
isStarted_
;
member in DistributedDB::TaskPoolImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_base.h
85
isStarted_
= start_ <= end_;
in StartGestureSelection()
91
if (!
isStarted_
) {
in EndGestureSelection()
97
isStarted_
= false;
in EndGestureSelection()
116
bool
isStarted_
= false;
member in OHOS::Ace::NG::TextGestureSelector
H
A
D
text_base.cpp
154
if (!
isStarted_
|| info.GetTouches().empty()) {
in DoTextSelectionTouchMove()
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H
A
D
audio_encoder.cpp
65
isStarted_
= true;
in Start()
99
isStarted_
= false;
in Stop()
113
isStarted_
= false;
in Release()
138
[this]() { return !
isStarted_
|| !context_->inputBufferInfoQueue_.empty(); });
in EnqueueBuffer()
180
[this]() { return !
isStarted_
|| !context_->outputBufferInfoQueue_.empty(); });
in EncodeAudioBuffer()
207
if (!
isStarted_
.load()) {
in EncodeAudioBuffer()
H
A
D
video_encoder.cpp
82
isStarted_
= true;
in Start()
186
isStarted_
= false;
in Stop()
208
if (!
isStarted_
|| encoder_ == nullptr || size_ == nullptr) {
in EnqueueBuffer()
260
[this]() { return !
isStarted_
|| !context_->outputBufferInfoQueue_.empty(); });
in EncodeSurfaceBuffer()
322
isStarted_
= false;
in Release()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H
A
D
user_change_monitor.h
54
bool
isStarted_
= false;
member in DistributedDB::final
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H
A
D
audio_encoder.h
45
std::atomic<bool>
isStarted_
{ false };
H
A
D
video_encoder.h
51
std::atomic<bool>
isStarted_
{ false };
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H
A
D
hid_host_service.cpp
87
if (
isStarted_
) {
in StartUp()
99
isStarted_
= true;
in StartUp()
107
if (!
isStarted_
) {
in ShutDown()
142
isStarted_
= false;
in ShutDownDone()
H
A
D
hid_host_service.h
117
bool
isStarted_
{false};
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hstream_metadata.h
54
std::atomic<bool>
isStarted_
{ false };
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_endpoint_unit_test/src/
H
A
D
audio_endpoint_unit_test.cpp
331
audioEndpointInner->
isStarted_
= false;
in HWTEST_F()
337
audioEndpointInner->
isStarted_
= true;
in HWTEST_F()
343
audioEndpointInner->
isStarted_
= true;
in HWTEST_F()
385
audioEndpointInner->
isStarted_
= true;
in HWTEST_F()
390
audioEndpointInner->
isStarted_
= false;
in HWTEST_F()
395
audioEndpointInner->
isStarted_
= false;
in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_service.cpp
85
if (
isStarted_
) {
in StartUp()
100
isStarted_
= true;
in StartUp()
110
if (!
isStarted_
) {
in ShutDown()
144
isStarted_
= false;
in ShutDownDone()
H
A
D
pan_service.h
127
bool
isStarted_
{false};
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
audio_endpoint.cpp
311
bool
isStarted_
= false;
member in OHOS::AudioStandard::AudioEndpointInner
988
isStarted_
= true;
in StartDevice()
1011
isStarted_
= false;
in HandleStartDeviceFailed()
1049
isStarted_
= false;
in DelayStopDevice()
1083
isStarted_
= false;
in StopDevice()
1097
if (!
isStarted_
) {
in OnStart()
1442
if (
isStarted_
) {
in HandleZeroVolumeCheckEvent()
1445
isStarted_
= false;
in HandleZeroVolumeCheckEvent()
1448
isStarted_
= true;
in HandleZeroVolumeCheckEvent()
1509
if (zeroVolumeStopDevice_ && !
isStarted_
) {
in ZeroVolumeCheck()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hstream_metadata.cpp
77
isStarted_
= true;
in Start()
84
isStarted_
= false;
in Stop()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_service.h
586
bool
isStarted_
{false};
H
A
D
hfp_hf_service.cpp
106
if (
isStarted_
== true) {
in StartUp()
116
isStarted_
= true;
in StartUp()
124
if (
isStarted_
== false) {
in ShutDown()
159
isStarted_
= false;
in ShutDownDone()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_service.h
705
bool
isStarted_
{false};
Completed in 15 milliseconds
1
2