/ohos5.0/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_; variable
|
H A D | time_tick_monitor.h | 75 bool isStarted_ = false; variable
|
H A D | task_pool_impl.h | 75 bool isStarted_; variable
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | audio_encoder.cpp | 68 isStarted_ = true; in Start() 76 CHECK_AND_RETURN_RET_LOG(isStarted_, 1, "Encoder is not started"); in PushInputData() 104 isStarted_ = false; in Stop() 118 isStarted_ = false; in Release() 144 [this]() { return !isStarted_ || !context_->inputBufferInfoQueue_.empty(); }); in EnqueueBuffer() 189 [this]() { return !isStarted_ || !context_->outputBufferInfoQueue_.empty(); }); in EncodeAudioBuffer() 216 if (!isStarted_.load()) { in EncodeAudioBuffer()
|
H A D | video_encoder.cpp | 74 isStarted_ = true; in Start() 175 isStarted_ = false; in Stop() 197 if (!isStarted_ || encoder_ == nullptr || size_ == nullptr) { in EnqueueBuffer() 254 [this]() { return !isStarted_ || !context_->outputBufferInfoQueue_.empty(); }); in EncodeSurfaceBuffer() 316 isStarted_ = false; in Release()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_base.h | 72 isStarted_ = start_ <= end_; in StartGestureSelection() 78 if (!isStarted_) { in EndGestureSelection() 84 isStarted_ = false; in EndGestureSelection() 103 bool isStarted_ = false; variable
|
H A D | text_base.cpp | 150 isStarted_ = false; in DoGestureSelection() 160 if (!isStarted_ || info.GetTouches().empty()) { in DoTextSelectionTouchMove()
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | input_type_manager.cpp | 84 isStarted_ = isStarted; in Set() 91 return isStarted_; in IsStarted()
|
/ohos5.0/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};
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_endpoint.cpp | 308 bool isStarted_ = false; member in OHOS::AudioStandard::AudioEndpointInner 990 isStarted_ = true; in StartDevice() 1013 isStarted_ = false; in HandleStartDeviceFailed() 1051 isStarted_ = false; in DelayStopDevice() 1085 isStarted_ = false; in StopDevice() 1101 if (!isStarted_) { in OnStart() 1282 isStarted_ = false; in UnlinkProcessStream() 1446 if (isStarted_) { in HandleZeroVolumeCheckEvent() 1449 isStarted_ = false; in HandleZeroVolumeCheckEvent() 1452 isStarted_ = true; in HandleZeroVolumeCheckEvent() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | user_change_monitor.h | 54 bool isStarted_ = false; variable
|
/ohos5.0/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};
|
/ohos5.0/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 };
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | input_type_manager.h | 61 bool isStarted_{ false };
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_metadata.cpp | 77 isStarted_ = true; in Start() 84 isStarted_ = false; in Stop()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hstream_metadata.h | 54 std::atomic<bool> isStarted_ { false };
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
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()
|
H A D | hfp_hf_service.h | 586 bool isStarted_ {false};
|