Home
last modified time | relevance | path

Searched refs:STATE_ERROR (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadatahelper_callback.h33 const std::string STATE_ERROR = "error"; member
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_video_unit_test.cpp29 const int8_t STATE_ERROR = 6; member
62 EXPECT_EQ(g_state, STATE_ERROR);
/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.h37 const std::string STATE_ERROR = "error"; member
87 {AVTransCoderState::STATE_ERROR, {
H A Davtranscoder_callback.cpp122 SendStateCallback(AVTransCoderState::STATE_ERROR, StateChangeReason::BACKGROUND); in OnError()
H A Davtranscoder_napi.cpp60 {AVTransCoderState::STATE_ERROR, {}},
/foundation/multimedia/player_framework/interfaces/kits/js/
H A Dvideo_recorder_napi.h35 const std::string STATE_ERROR = "error"; member
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture.h33 const std::string STATE_ERROR = "error"; member
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h40 const std::string STATE_ERROR = "error"; member
131 {AVRecorderState::STATE_ERROR, {
H A Davrecorder_callback.cpp161 SendStateCallback(AVRecorderState::STATE_ERROR, StateChangeReason::BACKGROUND); in OnError()
H A Davrecorder_napi.cpp1614 {AVRecorderState::STATE_ERROR, {}},
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.h41 const std::string STATE_ERROR = "error"; member
H A Davplayer_napi.cpp242 if (GetCurrentState() == AVPlayerState::STATE_ERROR) { in PrepareTask()
502 state == AVPlayerState::STATE_ERROR) { in JsStop()
2292 std::string curState = AVPlayerState::STATE_ERROR; in GetCurrentState()
2301 {PLAYER_STATE_ERROR, AVPlayerState::STATE_ERROR}, in GetCurrentState()
H A Davplayer_callback.cpp852 stateStr = AVPlayerState::STATE_ERROR; in IsValidState()
/foundation/multimedia/player_framework/frameworks/js/player/
H A Daudio_player_napi.cpp39 const std::string STATE_ERROR = "error"; member
825 result = STATE_ERROR; in GetJSState()
H A Dvideo_player_napi.cpp40 const std::string STATE_ERROR = "error"; member
70 result = VideoPlayState::STATE_ERROR; in GetJSState()
1270 std::string curState = VideoPlayState::STATE_ERROR; in GetState()
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/
H A Dringtone_player_napi.cpp43 {STATE_INVALID, AVPlayerState::STATE_ERROR},
614 std::string curState = AVPlayerState::STATE_ERROR; in GetAudioState()
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Dvideo_recorder_napi.cpp818 std::string curState = VideoRecorderState::STATE_ERROR; in GetState()

Completed in 24 milliseconds