Home
last modified time | relevance | path

Searched refs:isStart_ (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dnone_mix_engine.cpp43 isStart_(false), in NoneMixEngine()
72 isStart_ = false; in ~NoneMixEngine()
109 if (!isStart_) { in Start()
113 isStart_ = true; in Start()
125 if (!isStart_) { in Stop()
147 isStart_ = false; in Stop()
161 isStart_ = false; in PauseAsync()
195 isStart_ = false; in Pause()
316 return isStart_; in IsPlaybackEngineRunning()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Drosen_render_text_clock.cpp31 if (isStart_) { in Paint()
58 if (!renderTextClock->isStart_) { in RequestRenderForNextSecond()
H A Drender_text_clock.cpp58 textClock->isStart_ = true; in Update()
65 textClock->isStart_ = false; in Update()
H A Drender_text_clock.h76 bool isStart_ = true; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Devent_server.h68 EventServer(): isStart_(false) {}; in EventServer()
80 bool isStart_; variable
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dcontinuous_task_param.h56 bool isStart_ {false};
63 … : uid_(uid), bgModeId_(bgModeId), isStart_(isStart), abilityId_(abilityId), tokenId_(tokenId) {}
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dcontinuous_task_param.cpp79 if (!parcel.ReadBool(isStart_)) { in ReadFromParcel()
182 if (!parcel.WriteBool(isStart_)) { in Marshalling()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H A Drecorder_mock.cpp262 if (isStart_.load()) { in Pause()
263 isStart_.store(false); in Pause()
271 if (!isStart_.load()) { in Resume()
272 isStart_.store(true); in Resume()
416 if (isStart_.load()) { in HDICreateESBuffer()
418 isStart_.store(false); in HDICreateESBuffer()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp398 isStart_ = true; in Start()
399 while (isStart_) { in Start()
423 isStart_ = false; in Stop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp172 textClock->isStart_ = true; in InitTextClockController()
179 textClock->isStart_ = false; in InitTextClockController()
244 if (!isStart_ || (!isTimeChange && (!isSetVisible_ || !isInVisibleArea_))) { in UpdateTimeText()
309 if (!textClock->isStart_) { in RequestUpdateForNextSecond()
824 auto started = isStart_; in BuildContentModifierNode()
847 DumpLog::GetInstance().AddDesc("isStart: ", isStart_ ? "true" : "false"); in DumpInfo()
H A Dtext_clock_pattern.h170 bool isStart_ = true; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dnone_mix_engine.h58 bool isStart_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_pattern_test_ng.cpp188 EXPECT_FALSE(pattern_->isStart_);
228 EXPECT_FALSE(pattern_->isStart_);
H A Dtext_clock_test_ng.cpp241 pattern->isStart_ = false;
660 pattern->isStart_ = false;
727 pattern->isStart_ = false;
736 pattern->isStart_ = true;
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_encoder_adapter.cpp317 isStart_ = true; in Start()
335 if (isStart_ && !isTransCoderMode) { in Stop()
351 isStart_ = false; in Stop()
431 isStart_ = false; in Reset()
H A Dsurface_encoder_adapter.h130 bool isStart_ = false; variable
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_recorder.h88 std::atomic<bool> isStart_ { true };
H A Dtest_recorder.cpp393 if (isStart_.load()) { in HDICreateESBuffer()
395 isStart_.store(false); in HDICreateESBuffer()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dsurface_encoder_adapter_unit_test.cpp146 surfaceEncoderAdapter_->isStart_ = true;
154 surfaceEncoderAdapter_->isStart_ = true;
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/
H A Drecorder_mock.h178 std::atomic<bool> isStart_ { true };
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/
H A Dbgtask_client_unit_test.cpp507 EXPECT_EQ(info4->isStart_, true);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_continuous_task_mgr_test.cpp958 taskParam->isStart_ = false;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp574 if (taskParam->isStart_) { in RequestBackgroundRunningForInner()