Searched refs:GetRetInfo (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 208 RetInfo GetRetInfo(int32_t errCode, const std::string &operate, const std::string ¶m, const std::string &add = "") in GetRetInfo() function 392 GetRetInfo(MSERR_INVALID_OPERATION, option, "")); in GetPrepareTask() 395 GetRetInfo(MSERR_INVALID_OPERATION, option, "")); in GetPrepareTask() 401 CHECK_AND_RETURN_RET(ret == MSERR_OK, ((void)napi->recorder_->Reset(), GetRetInfo(ret, "Prepare", ""))); in GetPrepareTask() 419 GetRetInfo(MSERR_INVALID_OPERATION, option, "")); in GetSetOrientationHintTask() 422 GetRetInfo(MSERR_INVALID_OPERATION, option, "")); in GetSetOrientationHintTask() 598 GetRetInfo(MSERR_INVALID_OPERATION, option, "")); in GetAVRecorderProfileTask() 601 GetRetInfo(MSERR_INVALID_OPERATION, option, "")); in GetAVRecorderProfileTask() 609 GetRetInfo(MSERR_INVALID_VAL, "GetAVRecorderProfileTask", ""), "sourceId or qualityLevel is null"); in GetAVRecorderProfileTask() 612 CHECK_AND_RETURN_RET_LOG(ret == MSERR_OK, GetRetInfo(MSERR_INVALID_VA in GetAVRecorderProfileTask() [all...] |
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/ |
H A D | soundpool_napi.cpp | 869 RetInfo GetRetInfo(int32_t errCode, const std::string &operate, const std::string ¶m, const std::string &add = "") in GetRetInfo() function 895 RetInfo retInfo = GetRetInfo(errCode, operate, param, add); in SoundPoolAsyncSignError()
|
Completed in 4 milliseconds