Searched refs:SetErrorInfo (Results 1 - 11 of 11) sorted by relevance
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_dumper.h | 30 void SetErrorInfo(const std::string& inErrMsg);
|
H A D | avsession_dumper.cpp | 241 void AVSessionDumper::SetErrorInfo(const std::string& inErrMsg) in SetErrorInfo() function in OHOS::AVSession::AVSessionDumper
|
H A D | avsession_service.cpp | 1109 dumpHelper_->SetErrorInfo(" AVSessionService::CreateSessionInner create new session failed"); in CreateSessionInner()
|
/foundation/window/window_manager/interfaces/kits/napi/common/ |
H A D | dm_napi_common.h | 52 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 D | dm_napi_common.cpp | 90 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 D | avsession_dumper_test.cpp | 253 g_AVSessionDumper->SetErrorInfo("***");
in HWTEST_F()
|
/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 129 void SetErrorInfo(int32_t errCode, std::string &errMsg);
|
H A D | recorder_server.cpp | 144 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 D | avsession_dumper_test.cpp | 165 dumper.SetErrorInfo(inputString); in HWTEST_F()
|
/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | screen_capture_server.cpp | 860 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 D | screen_capture_server.h | 362 void SetErrorInfo(int32_t errCode, const std::string &errMsg, StopReason stopReason, bool userAgree);
|
Completed in 19 milliseconds