Home
last modified time | relevance | path

Searched refs:HDF_DEV_ERR_OP (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_base.h75HDF_DEV_ERR_OP = HDF_DEV_ERR_NUM(-10), /**< Failed to operate a device module… enumerator
/ohos5.0/drivers/hdf_core/framework/model/camera/core/src/
H A Dcamera_core.c95 return HDF_DEV_ERR_OP; in HdfCameraInitInterfaces()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.cpp56 {HDF_STATUS::HDF_DEV_ERR_OP, "HDF_DEV_ERR_OP"},
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c510 ret = HDF_DEV_ERR_OP; in HostRndisInitUnion()
563 } else if (ret == HDF_DEV_ERR_OP) { in HostRndisBind()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Dhdf_kevent.c178 return HDF_DEV_ERR_OP; in HdfSysEventSend()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp103 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_DEV_ERR_OP) != "null");
H A DTestPluginSetting.cpp83 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_DEV_ERR_OP) != "null");
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/
H A Dhdf_wifi_core.c240 ret = HDF_DEV_ERR_OP; in HdfWlanInitInterface()
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h562 case HDF_DEV_ERR_OP: in ToDispErrCode()
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c576 ret = HDF_DEV_ERR_OP; in HdfListenThreadPollAdd()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1406 return HDF_DEV_ERR_OP; in ReleaseInterface()
1448 return HDF_DEV_ERR_OP; in ReleaseInterfaceByPort()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dliteos_adapter.c1012 ret = HDF_DEV_ERR_OP; in OsUrbStatusToRequestStatus()