Home
last modified time | relevance | path

Searched refs:HDF_DEV_ERR_NORANGE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_base.h74HDF_DEV_ERR_NORANGE = HDF_DEV_ERR_NUM(-8), /**< The device module data is out of r… enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.cpp55 {HDF_STATUS::HDF_DEV_ERR_NORANGE, "HDF_DEV_ERR_NORANGE"},
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c165 ret = HDF_DEV_ERR_NORANGE; in UsbProtocalCreatePipeObj()
H A Dusb_raw_api_library.c485 return HDF_DEV_ERR_NORANGE; in ParseInterface()
/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/src/
H A Dhdf_vnode_adapter.c176 return HDF_DEV_ERR_NORANGE; in HdfSbufCopyToUser()
260 ret = HDF_DEV_ERR_NORANGE; in EventDataProcess()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp102 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_DEV_ERR_NORANGE) != "null");
H A DTestPluginSetting.cpp82 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_DEV_ERR_NORANGE) != "null");
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c58 return HDF_DEV_ERR_NORANGE; in HdfDevEventGrowReadBuffer()
166 if (ret == -HDF_DEV_ERR_NORANGE) { in HdfDevEventReadAndDispatch()
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c107 return HDF_DEV_ERR_NORANGE; in DevmgrServiceLoadDevice()
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h561 case HDF_DEV_ERR_NORANGE: in ToDispErrCode()