Home
last modified time | relevance | path

Searched refs:isStarted_ (Results 1 - 25 of 26) sorted by relevance

12

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dlock_status_observer.cpp22 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 Duser_change_monitor.cpp24 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 Dtask_pool_impl.cpp26 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 Dtime_tick_monitor.cpp29 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 Dlock_status_observer.h38 bool isStarted_; member in DistributedDB::final
H A Dtime_tick_monitor.h75 bool isStarted_ = false; member in DistributedDB::final
H A Dtask_pool_impl.h75 bool isStarted_; member in DistributedDB::TaskPoolImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_base.h85 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 Dtext_base.cpp154 if (!isStarted_ || info.GetTouches().empty()) { in DoTextSelectionTouchMove()
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Daudio_encoder.cpp65 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 Dvideo_encoder.cpp82 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 Duser_change_monitor.h54 bool isStarted_ = false; member in DistributedDB::final
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Daudio_encoder.h45 std::atomic<bool> isStarted_ { false };
H A Dvideo_encoder.h51 std::atomic<bool> isStarted_ { false };
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.cpp87 if (isStarted_) { in StartUp()
99 isStarted_ = true; in StartUp()
107 if (!isStarted_) { in ShutDown()
142 isStarted_ = false; in ShutDownDone()
H A Dhid_host_service.h117 bool isStarted_ {false};
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_metadata.h54 std::atomic<bool> isStarted_ { false };
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_endpoint_unit_test/src/
H A Daudio_endpoint_unit_test.cpp331 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 Dpan_service.cpp85 if (isStarted_) { in StartUp()
100 isStarted_ = true; in StartUp()
110 if (!isStarted_) { in ShutDown()
144 isStarted_ = false; in ShutDownDone()
H A Dpan_service.h127 bool isStarted_ {false};
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp311 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 Dhstream_metadata.cpp77 isStarted_ = true; in Start()
84 isStarted_ = false; in Stop()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.h586 bool isStarted_ {false};
H A Dhfp_hf_service.cpp106 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 Dhfp_ag_service.h705 bool isStarted_ {false};

Completed in 15 milliseconds

12