Home
last modified time | relevance | path

Searched refs:HDF_DEV_ERR_NODATA (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_base.h73HDF_DEV_ERR_NODATA = HDF_DEV_ERR_NUM(-7), /**< Failed to read data from a device … enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.cpp54 {HDF_STATUS::HDF_DEV_ERR_NODATA, "HDF_DEV_ERR_NODATA"},
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp1247 ret = HDF_DEV_ERR_NODATA; in UsbdBulkAsyncGetAsmData()
1320 return HDF_DEV_ERR_NODATA; in UsbdBulkASyncReqReadAutoSubmit()
1370 if (ret == HDF_DEV_ERR_NODATA) { in UsbdBulkASyncWriteCallbackAutoSubmit()
1411 if (ret == HDF_DEV_ERR_NODATA) { in UsbdBulkASyncReadCallbackAutoSubmit()
1489 return HDF_DEV_ERR_NODATA; in UsbdBulkASyncReqReadSubmit()
H A Dusb_impl.cpp2191 if (ret == HDF_DEV_ERR_NODATA || ret == HDF_DEV_ERR_NO_MEMORY || ret == HDF_ERR_DEVICE_BUSY) { in BulkRead()
2224 if (ret == HDF_DEV_ERR_NODATA || ret == HDF_DEV_ERR_NO_MEMORY || ret == HDF_ERR_DEVICE_BUSY) { in BulkWrite()
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Ddevhost_service.c90 ret = HDF_DEV_ERR_NODATA; in DevHostServiceAddDevice()
/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/src/
H A Dhdf_vnode_adapter.c298 return HDF_DEV_ERR_NODATA; in ReadDeviceEventInRingBuffer()
324 return HDF_DEV_ERR_NODATA; in ReadDeviceEventInEventQueue()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp101 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_DEV_ERR_NODATA) != "null");
H A DTestPluginSetting.cpp81 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_DEV_ERR_NODATA) != "null");
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h560 case HDF_DEV_ERR_NODATA: in ToDispErrCode()
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c173 if (ret == -HDF_DEV_ERR_NODATA) { in HdfDevEventReadAndDispatch()
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp823 flag = (rc == HDF_SUCCESS || rc == HDF_ERR_NOT_SUPPORT || rc == HDF_DEV_ERR_NODATA);