Home
last modified time | relevance | path

Searched refs:HDF_DEV_ERR_NO_DEVICE_SERVICE (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_test.c249 return HDF_DEV_ERR_NO_DEVICE_SERVICE; in TestCmdLoop()
360 if (status == HDF_DEV_ERR_NO_DEVICE_SERVICE) { in main()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_base.h69HDF_DEV_ERR_NO_DEVICE_SERVICE = HDF_DEV_ERR_NUM(-3), /**< The device module has no device se… enumerator
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_device_node_ext.c75 return HDF_DEV_ERR_NO_DEVICE_SERVICE; in DeviceNodeExtPublishService()
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager_ext.c80 return HDF_DEV_ERR_NO_DEVICE_SERVICE; in DevSvcManagerExtUnRegisterListener()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.cpp50 {HDF_STATUS::HDF_DEV_ERR_NO_DEVICE_SERVICE, "HDF_DEV_ERR_NO_DEVICE_SERVICE"},
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevsvc_manager_stub.c304 return HDF_DEV_ERR_NO_DEVICE_SERVICE; in DevSvcManagerStubUpdateService()
430 return HDF_DEV_ERR_NO_DEVICE_SERVICE; in DevSvcManagerStubRemoveService()
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_wm.c336 return HDF_DEV_ERR_NO_DEVICE_SERVICE; in GpioDriverInit()
H A Dgpio_asr.c433 return HDF_DEV_ERR_NO_DEVICE_SERVICE;
H A Dgpio_bes.c316 return HDF_DEV_ERR_NO_DEVICE_SERVICE;
H A Dgpio_stm32f4xx.c404 return HDF_DEV_ERR_NO_DEVICE_SERVICE;
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device_object.c277 return HDF_DEV_ERR_NO_DEVICE_SERVICE; in HdfDeviceObjectPublishService()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp97 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_DEV_ERR_NO_DEVICE_SERVICE) != "null");
H A DTestPluginSetting.cpp98 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_DEV_ERR_NO_DEVICE_SERVICE) != "null");
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h556 case HDF_DEV_ERR_NO_DEVICE_SERVICE: in ToDispErrCode()
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-w800-combo-demo.md509 return HDF_DEV_ERR_NO_DEVICE_SERVICE;
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c733 return HDF_DEV_ERR_NO_DEVICE_SERVICE; in TrytoLoadIoService()
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-w800-combo-demo.md509 return HDF_DEV_ERR_NO_DEVICE_SERVICE;
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_host_driver.cpp154 return HDF_DEV_ERR_NO_DEVICE_SERVICE; in OnRemoteRequest()