Home
last modified time | relevance | path

Searched defs:errorcode (Results 1 – 20 of 20) sorted by relevance

/foundation/multimedia/player_framework/frameworks/cj/soundpool/src/
Dcj_soundpool.cpp21 …ool::CreatSoundPool(int32_t maxStreams, AudioStandard::CAudioRendererInfo info, int32_t &errorcode) in CreatSoundPool()
49 int32_t CJSoundPool::Load(char *uri, int32_t &errorcode) in Load()
63 int32_t &errorcode) in Load()
76 int32_t CJSoundPool::Play(int32_t soundID, int32_t &errorcode) in Play()
96 int32_t &errorcode) in Play()
126 int32_t errorcode = MSERR_OK; in Stop() local
144 int32_t errorcode = MSERR_OK; in SetLoop() local
162 int32_t errorcode = MSERR_OK; in SetPriority() local
180 int32_t errorcode = MSERR_OK; in SetRate() local
199 int32_t errorcode = MSERR_OK; in SetVolume() local
[all …]
Dsoundpool_ffi.cpp27 …PoolCreateSoundPool(int32_t maxStreams, AudioStandard::CAudioRendererInfo info, int32_t *errorcode) in FfiSoundPoolCreateSoundPool()
32 int32_t FfiSoundPoolLoadURI(int64_t id, char *uri, int32_t *errorcode) in FfiSoundPoolLoadURI()
42 …nt32_t FfiSoundPoolLoad(int64_t id, int32_t fd, int64_t offset, int64_t length, int32_t *errorcode) in FfiSoundPoolLoad()
52 …32_t FfiSoundPoolPlayParam(int64_t id, int32_t soundID, CPlayParameters params, int32_t *errorcode) in FfiSoundPoolPlayParam()
62 int32_t FfiSoundPoolPlay(int64_t id, int32_t soundID, int32_t *errorcode) in FfiSoundPoolPlay()
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
Dnapi_error_utils.h43 #define ASSERT_ERR(env, assertion, errorcode, message) \ argument
51 #define ASSERT_ERR_VOID(env, assertion, errorcode, message) \ argument
59 #define ASSERT_ERR_STATUS(env, assertion, errorcode, message) \ argument
67 #define ASSERT_BUSINESS_ERR(ctxt, assertion, errorcode, message) \ argument
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/
Ddsched_all_connect_manager_test.cpp140 int32_t errorcode = 0; variable
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/mock/
Dall_connect_manager_mock.cpp77 int32_t AllConnectManager::ApplyResult(int32_t errorcode, int32_t result, const char *reason) in ApplyResult()
/foundation/multimedia/av_session/services/session/adapter/
Dcollaboration_manager.cpp101 __attribute__((no_sanitize("cfi")))static int32_t ApplyResult(int32_t errorcode, in ApplyResult()
/foundation/multimedia/player_framework/frameworks/cj/avscreen_capture/src/
Dcj_avscreen_capture.cpp21 int64_t CJAVScreenCapture::CreateAVScreenCaptureRecorder(int32_t* errorcode) in CreateAVScreenCaptureRecorder()
Davscreen_capture_ffi.cpp25 int64_t FfiAVScreenCaptureCreateAVScreenCaptureRecorder(int32_t* errorcode) in FfiAVScreenCaptureCreateAVScreenCaptureRecorder()
/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_session/
Djs_dialog_session.cpp112 …auto errorcode = AbilityManagerClient::GetInstance()->SendDialogResult(want, dialogSessionId, isAl… in OnSendDialogResult() local
/foundation/filemanagement/app_file_service/interfaces/kits/cj/src/
Dfile_grant_permission_utils.h70 int32_t errorcode; member
/foundation/arkui/ace_engine/frameworks/core/components/camera/
Dcamera_element.cpp420 const std::string& errorcode, const std::string& errormsg) { in CreateTexture()
638 …auto onError = [weak = WeakClaim(this), uiTaskExecutor](const std::string& errorcode, const std::s… in InitListener()
742 void CameraElement::OnError(const std::string& errorcode, const std::string& errormsg) in OnError()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/
Ddsched_all_connect_manager.cpp280 int32_t DSchedAllConnectManager::ApplyResult(int32_t errorcode, int32_t result, const char *reason) in ApplyResult()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/all_connect/
Dall_connect_manager.cpp270 int32_t AllConnectManager::ApplyResult(int32_t errorcode, int32_t result, const char *reason) in ApplyResult()
/foundation/distributedhardware/distributed_camera/services/channel/src/allconnect/
Ddistributed_camera_allconnect_manager.cpp244 int32_t DCameraAllConnectManager::ApplyResult(int32_t errorcode, int32_t result, const char *reason) in ApplyResult()
/foundation/multimedia/player_framework/frameworks/cj/avtranscoder/src/
Dcj_avtranscoder.cpp79 int64_t CJAVTranscoder::CreateAVTranscoder(int32_t* errorcode) in CreateAVTranscoder()
/foundation/filemanagement/file_api/interfaces/kits/hyperaio/src/
Dhyperaio.cpp117 void HyperAio::HandleRequestError(std::vector<uint64_t> &errorVec, int32_t errorcode) in HandleRequestError()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
Dimage_creator.cpp229 int32_t errorcode = 0; in SaveSenderBufferAsImage() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dmedia_player_impl.cpp51 std::string errorcode = Localization::GetInstance()->GetErrorDescription(errorId); in CreateMediaPlayer() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/src/
Dimage_receiver.cpp119 int32_t errorcode = 0; in SaveBufferAsImage() local
/foundation/arkui/ace_engine/frameworks/core/components/video/
Dvideo_element.cpp1162 std::string errorcode = Localization::GetInstance()->GetErrorDescription(errorId); in OnError() local