Home
last modified time | relevance | path

Searched refs:HDF_ERR_BSP_PLT_API_ERR (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/gpio/
H A Dgpio_adapter.c57 return HDF_ERR_BSP_PLT_API_ERR; in LinuxGpioRead()
73 return HDF_ERR_BSP_PLT_API_ERR; in LinuxGpioSetDir()
79 return HDF_ERR_BSP_PLT_API_ERR; in LinuxGpioSetDir()
83 return HDF_ERR_BSP_PLT_API_ERR; in LinuxGpioSetDir()
103 return HDF_ERR_BSP_PLT_API_ERR; in LinuxGpioGetDir()
144 return HDF_ERR_BSP_PLT_API_ERR; in LinuxGpioSetIrq()
162 return (ret == 0) ? HDF_SUCCESS : HDF_ERR_BSP_PLT_API_ERR; in LinuxGpioSetIrq()
178 return HDF_ERR_BSP_PLT_API_ERR; in LinuxGpioUnsetIrq()
198 return HDF_ERR_BSP_PLT_API_ERR; in LinuxGpioEnableIrq()
217 return HDF_ERR_BSP_PLT_API_ERR; in LinuxGpioDisableIrq()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_errno.h21 HDF_PLT_ERR_OS_API = HDF_ERR_BSP_PLT_API_ERR,
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_base.h61HDF_ERR_BSP_PLT_API_ERR = HDF_BSP_ERR_NUM(-2), /**< The platform API of the BSP module is incorrec… enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.cpp45 {HDF_STATUS::HDF_ERR_BSP_PLT_API_ERR, "HDF_ERR_BSP_PLT_API_ERR"},
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp92 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_ERR_BSP_PLT_API_ERR) != "null");
H A DTestPluginSetting.cpp103 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_ERR_BSP_PLT_API_ERR) != "null");
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h552 case HDF_ERR_BSP_PLT_API_ERR: in ToDispErrCode()