Searched refs:errnoTypeString (Results 1 – 3 of 3) sorted by relevance
201 …ameraManagerAdapterImpl::ErrorTypeToString(CameraErrorType errorType, std::string& errnoTypeString) in ErrorTypeToString() argument209 errnoTypeString = item->second; in ErrorTypeToString()219 std::string errnoTypeString = ""; in ReportErrorSysEvent() local220 if (ErrorTypeToString(errorType, errnoTypeString) != CAMERA_OK) { in ReportErrorSysEvent()224 … HiSysEventAdapter::EventType::FAULT, { DEVICE_ID, wantedDeviceId_, ERROR_DESC, errnoTypeString }); in ReportErrorSysEvent()
140 int32_t ErrorTypeToString(CameraErrorType errorType, std::string& errnoTypeString);
319 std::string errnoTypeString; variable321 static_cast<CameraErrorType>(-1), errnoTypeString);