Home
last modified time | relevance | path

Searched defs:devObj (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/include/
H A Ddevsvc_manager_stub.h41 struct HdfDeviceObject devObj; member
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/
H A Dsample_driver.c49 struct HdfDeviceObject *devObj = HdfRegisteDevice(moduleName, serviceName); in SampleDriverRegisteDevice() local
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevsvc_manager_proxy.c182 const struct HdfDeviceObject *devObj) in DevSvcManagerProxyRemoveService()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c822 struct HdfDeviceObject *devObj = HdfDeviceObjectAlloc(device, moduleName); in UsbPnpNotifyDriverRegisterDevice() local
860 struct HdfDeviceObject *devObj = DevSvcManagerClntGetDeviceObject(serviceName); in UsbPnpNotifyDriverUnregisterDevice() local
/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/
H A Dsample_driver_test.c70 struct HdfDeviceObject *devObj = NULL; in SampleDriverRegisterDevice() local
/ohos5.0/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c145 …struct HdfDeviceObject *devObj = HdfDeviceObjectAlloc(managerInfo->usbPnpManager, managerInfo->mod… in UsbPnpManagerRegisterDevice() local
178 struct HdfDeviceObject *devObj = GetRegistedDevice(managerInfo->serviceName); in UsbPnpManagerUnregisterDevice() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_utils.cpp101 cJSON *devObj = cJSON_GetObjectItemCaseSensitive(descJson, KEY_PEER_DEVID.c_str()); in ParseChannelDescription() local
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager.c184 …moveService(struct IDevSvcManager *inst, const char *svcName, const struct HdfDeviceObject *devObj) in DevSvcManagerRemoveService()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Dhdf_kevent.c53 struct HdfDeviceObject *devObj; member
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_context.cpp373 cJSON *devObj = cJSON_GetObjectItemCaseSensitive(messageJson, DEV_ID.c_str()); in OnMessage() local