Searched refs:RecorderErrorType (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_listener_stub.cpp | 49 OnError(static_cast<RecorderErrorType>(errorType), errorCode); in OnRemoteRequest() 79 callback_->OnError(static_cast<RecorderErrorType>(errorType), errorCode); in OnError()
|
H A D | recorder_listener_proxy.h | 31 void OnError(RecorderErrorType errorType, int32_t errorCode) override;
|
H A D | recorder_listener_proxy.cpp | 106 void RecorderListenerCallback::OnError(RecorderErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | recorder_callback_napi.h | 46 void OnError(RecorderErrorType errorType, int32_t errCode) override;
|
H A D | recorder_callback_napi.cpp | 87 void RecorderCallbackNapi::OnError(RecorderErrorType errorType, int32_t errCode) in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_callback.h | 42 void OnError(RecorderErrorType errorType, int32_t errCode) override;
|
H A D | avrecorder_callback.cpp | 143 void AVRecorderCallback::OnError(RecorderErrorType errorType, int32_t errCode) in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 240 enum RecorderErrorType : int32_t { enum 457 virtual void OnError(RecorderErrorType errorType, int32_t errorCode) = 0;
|
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/recorder_lite/ |
H A D | recorder.h | 174 enum RecorderErrorType : int32_t { enum
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_recorder.h | 99 void OnError(RecorderErrorType errorType, int32_t errorCode) override;
|
H A D | test_recorder.cpp | 117 void TestRecorderCallbackTest::OnError(RecorderErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/ |
H A D | recorder_mock.h | 190 void OnError(RecorderErrorType errorType, int32_t errorCode) override;
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_video.cpp | 41 void OnError(RecorderErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/ |
H A D | recorder_mock.cpp | 77 void RecorderCallbackTest::OnError(RecorderErrorType errorType, int32_t errorCode) in OnError()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.cpp | 144 recorderCb_->OnError(static_cast<RecorderErrorType>(errorType), errorCode); in OnError()
|