Home
last modified time | relevance | path

Searched refs:openRet (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dflow_controller.cpp298 auto openRet = traceCollector_->OpenRecording(ReloadTraceArgs()); in StartCapture()
299 if (openRet.retCode != OHOS::HiviewDFX::UCollect::UcError::SUCCESS) { in StartCapture()
300 PROFILER_LOG_ERROR(LOG_CORE, "Enable tag categories failed, trace error code is %d!", openRet.retCode); in StartCapture()
/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.cpp213 int openRet = libusb_open(device, &hUSB->devHandle); in OpenDeviceMyNeed() local
214 if (openRet != LIBUSB_SUCCESS) { in OpenDeviceMyNeed()

Completed in 3 milliseconds