Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H A Dsample_hdi_service_stub.cpp29 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceStubPing()
47 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceStubSum()
75 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceStubCallback()
95 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceStubStructTrans()
119 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceStubBufferTrans()
142 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceRegisterDevice()
158 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceUnregisterDevice()
171 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceUpdateDevice()
184 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceSmqTrans()
205 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceEndHost()
[all …]
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_object.h26 bool HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct HdfSBuf *data);
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_driver.c52 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in CodecComponentTypeDriverDispatch()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevice_service_stub.c160 bool HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct HdfSBuf *data) in HdfDeviceObjectCheckInterfaceDesc() function
/ohos5.0/drivers/peripheral/usb/gadget/function/usbfn/
H A Ddev_usbfn.c107 if (HdfDeviceObjectCheckInterfaceDesc(client->device, data) == false) { in UsbFnDispatch()
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device_object.c348 bool __attribute__((weak)) HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct Hd… in HdfDeviceObjectCheckInterfaceDesc() function
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server.cpp417 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in HdiServiceDispatch()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp148 HdfDeviceObjectCheckInterfaceDesc(nullptr, nullptr);
/ohos5.0/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c560 if (HdfDeviceObjectCheckInterfaceDesc(client->device, data) == false) { in EcmDeviceDispatch()
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_common.c1740 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in HdiServiceDispatch()
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c903 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in AcmDeviceDispatch()