Home
last modified time | relevance | path

Searched refs:errnoTypeString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp201 …ameraManagerAdapterImpl::ErrorTypeToString(CameraErrorType errorType, std::string& errnoTypeString) in ErrorTypeToString() argument
209 errnoTypeString = item->second; in ErrorTypeToString()
219 std::string errnoTypeString = ""; in ReportErrorSysEvent() local
220 if (ErrorTypeToString(errorType, errnoTypeString) != CAMERA_OK) { in ReportErrorSysEvent()
224 … HiSysEventAdapter::EventType::FAULT, { DEVICE_ID, wantedDeviceId_, ERROR_DESC, errnoTypeString }); in ReportErrorSysEvent()
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_manager_adapter_impl.h140 int32_t ErrorTypeToString(CameraErrorType errorType, std::string& errnoTypeString);
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp319 std::string errnoTypeString; variable
321 static_cast<CameraErrorType>(-1), errnoTypeString);