Home
last modified time | relevance | path

Searched refs:SystemErrorCodeToString (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dadvanced_firewall_manager_win.cc25 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in Init()
31 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in Init()
84 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr); in AddUDPRule()
128 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in CreateUDPRule()
153 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in GetAllRules()
160 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in GetAllRules()
167 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr); in GetAllRules()
178 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in GetAllRules()
185 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in GetAllRules()
Dlegacy_firewall_manager_win.cc22 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in Init()
29 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in Init()
35 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in Init()
87 DLOG_IF(ERROR, FAILED(hr)) << logging::SystemErrorCodeToString(hr); in SetAllowIncomingConnection()
105 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in GetAuthorizedApplications()
119 DLOG(ERROR) << logging::SystemErrorCodeToString(hr); in CreateChromeAuthorization()
/external/chromium_org/media/video/capture/win/
Dvideo_capture_device_factory_win.cc185 << logging::SystemErrorCodeToString(hr); in GetDeviceNamesMediaFoundation()
216 << logging::SystemErrorCodeToString(hr); in GetDeviceSupportedFormatsDirectShow()
234 "capture device: " << logging::SystemErrorCodeToString(hr); in GetDeviceSupportedFormatsDirectShow()
242 << logging::SystemErrorCodeToString(hr); in GetDeviceSupportedFormatsDirectShow()
254 << logging::SystemErrorCodeToString(hr); in GetDeviceSupportedFormatsDirectShow()
295 << logging::SystemErrorCodeToString(hr); in GetDeviceSupportedFormatsMediaFoundation()
307 << logging::SystemErrorCodeToString(hr); in GetDeviceSupportedFormatsMediaFoundation()
317 << logging::SystemErrorCodeToString(hr); in GetDeviceSupportedFormatsMediaFoundation()
327 << logging::SystemErrorCodeToString(hr); in GetDeviceSupportedFormatsMediaFoundation()
Dvideo_capture_device_win.cc102 << logging::SystemErrorCodeToString(hr); in GetDeviceFilter()
254 << logging::SystemErrorCodeToString(hr); in Init()
278 << logging::SystemErrorCodeToString(hr); in Init()
285 << logging::SystemErrorCodeToString(hr); in Init()
292 << logging::SystemErrorCodeToString(hr); in Init()
305 << logging::SystemErrorCodeToString(hr); in Init()
485 "capture device: " << logging::SystemErrorCodeToString(hr); in CreateCapabilityMap()
493 << logging::SystemErrorCodeToString(hr); in CreateCapabilityMap()
499 << logging::SystemErrorCodeToString(hr); in CreateCapabilityMap()
511 << logging::SystemErrorCodeToString(hr); in CreateCapabilityMap()
[all …]
Dvideo_capture_device_mf_win.cc338 logging::SystemErrorCodeToString(hr).c_str())); in OnError()
/external/chromium_org/mojo/system/
Draw_channel_win.cc314 LOG(WARNING) << "ReadFile: " << logging::SystemErrorCodeToString(error); in OnReadCompleted()
343 LOG(WARNING) << "WriteFile: " << logging::SystemErrorCodeToString(error); in OnWriteCompleted()
386 LOG(WARNING) << "ReadFile: " << logging::SystemErrorCodeToString(error); in Read()
473 LOG(WARNING) << "WriteFile: " << logging::SystemErrorCodeToString(error); in WriteNoLock()
/external/chromium_org/base/
Dlogging.cc711 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
726 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
744 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()
760 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
Dlogging.h762 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
/external/chromium_org/device/bluetooth/
Dbluetooth_socket_win.cc211 << logging::SystemErrorCodeToString(error_code); in DoConnect()
213 logging::SystemErrorCodeToString(error_code)); in DoConnect()
Dbluetooth_low_energy_win.cc91 string_stream << logging::SystemErrorCodeToString(hr); in FormatBluetoothError()
Dbluetooth_task_manager_win.cc259 << logging::SystemErrorCodeToString(win32_error); in LogPollingError()
/external/chromium_org/chrome/browser/
Dplatform_util_win.cc108 << " hr = " << logging::SystemErrorCodeToString(hr); in ShowItemInFolderOnFileThread()
/external/chromium_org/content/browser/renderer_host/media/
Dvideo_capture_controller.cc527 logging::SystemErrorCodeToString( in OnError()