Searched refs:StopReason (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | screen_capture_server.h | 111 enum StopReason: int8_t { enum 138 StopReason stopReason = StopReason::STOP_REASON_INVALID; 357 …void SetErrorInfo(int32_t errCode, const std::string &errMsg, StopReason stopReason, bool userAgre…
|
H A D | screen_capture_server.cpp | 844 void ScreenCaptureServer::SetErrorInfo(int32_t errCode, const std::string &errMsg, StopReason stopR… in SetErrorInfo() 886 StopReason::RECEIVE_USER_PRIVACY_AUTHORITY_FAILED, IsUserPrivacyAuthorityNeeded()); in OnReceiveUserPrivacyAuthority() 1172 StopReason::POST_START_SCREENCAPTURE_HANDLE_FAILURE, IsUserPrivacyAuthorityNeeded()); in PostStartScreenCapture() 1417 StopReason::REQUEST_USER_PRIVACY_AUTHORITY_FAILED, IsUserPrivacyAuthorityNeeded()); in StartScreenCaptureInner() 2544 …SetErrorInfo(MSERR_OK, "normal stopped", StopReason::NORMAL_STOPPED, IsUserPrivacyAuthorityNeeded(… in StopScreenCaptureInner() 2562 …SetErrorInfo(MSERR_OK, "normal stopped", StopReason::NORMAL_STOPPED, IsUserPrivacyAuthorityNeeded(… in StopScreenCaptureInner()
|