Home
last modified time | relevance | path

Searched refs:STATE_IDLE (Results 1 – 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/
Dcamera.h34 STATE_IDLE, enumerator
140 State previewState_ = State::STATE_IDLE;
141 State recordState_ = State::STATE_IDLE;
Dcamera.cpp545 recordState_ = State::STATE_IDLE; in Stop()
550 previewState_ = State::STATE_IDLE; in Stop()
/foundation/multimedia/player_framework/interfaces/kits/js/
Dvideo_recorder_napi.h30 const std::string STATE_IDLE = "idle"; variable
110 std::string currentStates_ = VideoRecorderState::STATE_IDLE;
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
Davrecorder_callback.h56 std::string currentState_ = AVRecorderState::STATE_IDLE;
Davrecorder_napi.h32 const std::string STATE_IDLE = "idle"; variable
63 {AVRecorderState::STATE_IDLE, {
Davrecorder_napi.cpp736 StateCallback(AVRecorderState::STATE_IDLE); in Reset()
771 {AVRecorderState::STATE_IDLE, { in CheckRepeatOperation()
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
Dbluetooth_host_server.h30 enum class ServiceRunningState { STATE_IDLE, STATE_RUNNING }; enumerator
129 ServiceRunningState state_ = ServiceRunningState::STATE_IDLE;
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Dscreen_capture.h29 const std::string STATE_IDLE = "idle"; variable
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
Dgatt_connection_manager.h46 static const std::string STATE_IDLE; variable
Dgatt_connection_manager.cpp43 const std::string GattConnectionManager::Device::STATE_IDLE = "IDLE"; member in OHOS::bluetooth::GattConnectionManager::Device
218 return Device::STATE_IDLE; in GetDeviceState()
248 return std::make_tuple(Device::STATE_IDLE, 0, 0); in GetDeviceInformation()
1197 InitState(STATE_IDLE); in StateMachine()
1268 : StateBase(STATE_IDLE, stateMachine, device) in Idle()
Dgatt_client_service.cpp597 …(std::get<TUPLE_INDEX_FIRST>(deviceInfo).compare(GattConnectionManager::Device::STATE_IDLE) == 0 || in Connect()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
Davplayer_napi.cpp466 if (state == AVPlayerState::STATE_IDLE || in JsStop()
504 } else if (GetCurrentState() == AVPlayerState::STATE_IDLE) { in ResetTask()
981 if (state != AVPlayerState::STATE_IDLE) { in SetSource()
1007 if (state != AVPlayerState::STATE_IDLE) { in SetSource()
1038 if (jsPlayer->GetCurrentState() != AVPlayerState::STATE_IDLE) { in JsSetUrl()
1087 if (jsPlayer->GetCurrentState() != AVPlayerState::STATE_IDLE) { in JsSetAVFileDescriptor()
1153 if (jsPlayer->GetCurrentState() != AVPlayerState::STATE_IDLE) { in JsSetDataSrc()
1732 {PLAYER_IDLE, AVPlayerState::STATE_IDLE}, in GetCurrentState()
Davplayer_napi.h33 const std::string STATE_IDLE = "idle"; variable
Davplayer_callback.cpp524 { PLAYER_IDLE, AVPlayerState::STATE_IDLE }, in OnStateChangeCb()
/foundation/multimedia/player_framework/frameworks/js/recorder/
Dvideo_recorder_napi.cpp525 threadCtx->napi->currentStates_ = VideoRecorderState::STATE_IDLE; in Reset()
575 threadCtx->napi->currentStates_ = VideoRecorderState::STATE_IDLE; in Release()
/foundation/multimedia/player_framework/frameworks/js/player/
Daudio_player_napi.cpp37 const std::string STATE_IDLE = "idle"; variable
806 result = STATE_IDLE; in GetJSState()
Dvideo_player_napi.cpp34 const std::string STATE_IDLE = "idle"; variable
51 result = VideoPlayState::STATE_IDLE; in GetJSState()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_host_server.cpp765 state_ = ServiceRunningState::STATE_IDLE; in OnStop()