Home
last modified time | relevance | path

Searched refs:STOPPING (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_thread_task.cpp43 if (state_.load() == RunningState::STOPPING) { in Start()
68 state_ = RunningState::STOPPING; in Stop()
88 if (state_.load() != RunningState::STOPPING && state_.load() != RunningState::STOPPED) { in StopAsync()
89 state_ = RunningState::STOPPING; in StopAsync()
105 case RunningState::STOPPING: { in Pause()
147 if (state_.load() == RunningState::STOPPING || state_.load() == RunningState::STOPPED) { in RunJob()
/ohos5.0/foundation/multimedia/av_codec/services/utils/
H A Dtask_thread.cpp53 if (runningState_.load() == RunningState::STOPPING) { in Start()
79 runningState_ = RunningState::STOPPING; in Stop()
96 …if (runningState_.load() != RunningState::STOPPING && runningState_.load() != RunningState::STOPPE… in StopAsync()
97 runningState_ = RunningState::STOPPING; in StopAsync()
114 case RunningState::STOPPING: { in Pause()
169 …if (runningState_.load() == RunningState::STOPPING || runningState_.load() == RunningState::STOPPE… in Run()
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dtask.cpp69 runningState_ = RunningState::STOPPING; in Stop()
84 runningState_ = RunningState::STOPPING; in StopAsync()
101 case RunningState::STOPPING: { in Pause()
150 …if (runningState_.load() == RunningState::STOPPING || runningState_.load() == RunningState::STOPPE… in Run()
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/ffrt/
H A Dtask.cpp86 runningState_ = RunningState::STOPPING; in Stop()
104 runningState_ = RunningState::STOPPING; in StopAsync()
121 case RunningState::STOPPING: { in Pause()
170 …if (runningState_.load() == RunningState::STOPPING || runningState_.load() == RunningState::STOPPE… in Run()
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi.cpp82 } else if (runState_ == RunState::STOPPING) { in Init()
116 } else if (runState_ == RunState::STOPPING) { in Release()
171 runState_ = RunState::STOPPING; in StopVendorHal()
229 runState_ = RunState::STOPPING; in OnRemoteDied()
H A Dwifi.h56 enum class RunState { STOPPED, STARTED, STOPPING }; enumerator
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/
H A Daudio_codec_adapter.cpp139 …_ == CodecState::INITIALIZED || state_ == CodecState::RELEASED || state_ == CodecState::STOPPING || in Stop()
144 state_ = CodecState::STOPPING; in Stop()
212 …tate_ == CodecState::STARTING || state_ == CodecState::RUNNING || state_ == CodecState::STOPPING) { in Release()
416 if (state_ != CodecState::STOPPING) { in doStop()
475 {CodecState::STOPPING, " STOPPING"}, {CodecState::FLUSHING, " FLUSHING"}, in stateToString()
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_native.cpp96 state_ = VPEState::STOPPING; in Deinitialize()
211 state_ = VPEState::STOPPING; in Stop()
483 if (state_.load() == VPEState::STOPPING) { in WaitCV()
499 if (state_.load() == VPEState::STOPPING) { in CheckStopping()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_common_info.h34 STOPPING, // RUNNING -> INITIALIZED enumerator
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dability_connect_record.h30 STOPPING, enumerator
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_repeat_callback.h27 STOPPING = 2, enumerator
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_thread_task.h50 STOPPING, enumerator
/ohos5.0/foundation/multimedia/av_codec/services/utils/include/
H A Dtask_thread.h58 STOPPING, enumerator
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_subscribe_info.h31 STOPPING, enumerator
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dpage_ability_record.cpp140 return connectStatus_ == ConnectStatus::STOPPING || connectStatus_ == ConnectStatus::STOPPED; in IsPerformStop()
401 SetConnectStatus(ConnectStatus::STOPPING); in DisconnectAbilityDone()
421 SetConnectStatus(ConnectStatus::STOPPING); in ForceStopServiceAbility()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/osal/thread/
H A Dtask.h57 STOPPING, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_context.h43 STOPPING, enumerator
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/
H A Dability_connect_task.cpp49 …serviceConnectStatus == ConnectStatus::STOPPING || serviceConnectStatus == ConnectStatus::STOPPED)… in PerformConnectTask()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A DtaskInner.h83 STOPPING, enumerator
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/
H A Dmedia_codec.h47 STOPPING, // RUNNING -> INITIALIZED enumerator
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/
H A Dvideo_processing_native.h76 STOPPING enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_event_handler.cpp177 case SystemProcessState::STOPPING: in HandleProcessStoppedEventLocked()
H A Dsystem_ability_state_scheduler.cpp238 || abilityContext->ownProcessContext->state == SystemProcessState::STOPPING) { in IsSystemAbilityUnloading()
291 || abilityContext->ownProcessContext->state == SystemProcessState::STOPPING) { in HandleLoadAbilityEventLocked()
658 if (processContext->state == SystemProcessState::STOPPING) { in PostUnloadTimeoutTask()
717 … return stateMachine_->ProcessStateTransitionLocked(processContext, SystemProcessState::STOPPING); in UnloadAllSystemAbilityLocked()
974 if (abilityContext->ownProcessContext->state == SystemProcessState::STOPPING) { in OnAbilityNotLoadedLocked()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_endpoint.h60 STOPPING, // calling stop sink enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp311 systemProcessContext->state = SystemProcessState::STOPPING;
334 systemProcessContext->state = SystemProcessState::STOPPING;
377 systemProcessContext->state = SystemProcessState::STOPPING;
402 systemProcessContext->state = SystemProcessState::STOPPING;
426 systemProcessContext->state = SystemProcessState::STOPPING;
574 systemProcessContext->state = SystemProcessState::STOPPING;
1593 systemProcessContext->state = SystemProcessState::STOPPING;
2539 systemProcessContext->state = SystemProcessState::STOPPING;

12