Home
last modified time | relevance | path

Searched refs:SetErrorInfo (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Davsession_dumper.h30 void SetErrorInfo(const std::string& inErrMsg);
H A Davsession_dumper.cpp241 void AVSessionDumper::SetErrorInfo(const std::string& inErrMsg) in SetErrorInfo() function in OHOS::AVSession::AVSessionDumper
H A Davsession_service.cpp1109 dumpHelper_->SetErrorInfo(" AVSessionService::CreateSessionInner create new session failed"); in CreateSessionInner()
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Ddm_napi_common.h52 void SetErrorInfo(napi_env env, Rosen::DmErrorCode wret, const std::string& errMessage,
87 SetErrorInfo(env, info->param->wret, info->param->errMessage, result, PARAM_NUMBER); in CompleteFunc()
H A Ddm_napi_common.cpp90 void SetErrorInfo(napi_env env, Rosen::DmErrorCode wret, const std::string& errMessage, napi_value result[], int count) in SetErrorInfo() function
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_dumper_test.cpp253 g_AVSessionDumper->SetErrorInfo("***"); in HWTEST_F()
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h129 void SetErrorInfo(int32_t errCode, std::string &errMsg);
H A Drecorder_server.cpp144 SetErrorInfo(errorCode, lastErrMsg_); in OnError()
1175 void RecorderServer::SetErrorInfo(int32_t errCode, std::string &errMsg) in SetErrorInfo() function in OHOS::Media::RecorderServer
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_dumper_test.cpp165 dumper.SetErrorInfo(inputString); in HWTEST_F()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp860 void ScreenCaptureServer::SetErrorInfo(int32_t errCode, const std::string &errMsg, StopReason stopReason, in SetErrorInfo() function in OHOS::Media::ScreenCaptureServer
901 SetErrorInfo(MSERR_UNKNOWN, "OnReceiveUserPrivacyAuthority failed, screenCaptureCb is nullptr", in OnReceiveUserPrivacyAuthority()
1188 SetErrorInfo(MSERR_UNKNOWN, "PostStartScreenCapture handle failure", in PostStartScreenCapture()
1435 SetErrorInfo(ret, "StartScreenCaptureInner RequestUserPrivacyAuthority failed", in StartScreenCaptureInner()
2595 SetErrorInfo(MSERR_OK, "normal stopped", StopReason::NORMAL_STOPPED, IsUserPrivacyAuthorityNeeded()); in StopScreenCaptureInner()
2613 SetErrorInfo(MSERR_OK, "normal stopped", StopReason::NORMAL_STOPPED, IsUserPrivacyAuthorityNeeded()); in StopScreenCaptureInner()
H A Dscreen_capture_server.h362 void SetErrorInfo(int32_t errCode, const std::string &errMsg, StopReason stopReason, bool userAgree);

Completed in 19 milliseconds