Home
last modified time | relevance | path

Searched refs:GetDeviceObject (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/include/
H A Dget_device_object.h31 class GetDeviceObject {
33 DISALLOW_COPY_AND_MOVE(GetDeviceObject);
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/
H A Dsample_driver.h31 struct HdfDeviceObject *GetDeviceObject(void);
/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/
H A Dsample_driver_test.h25 struct HdfDeviceObject *GetDeviceObject(void);
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
H A Dhdf_main_test.h109 struct HdfDeviceObject *GetDeviceObject(void);
/ohos5.0/drivers/hdf_core/framework/test/unittest/common/
H A Dhdf_main_test.h89 struct HdfDeviceObject *GetDeviceObject(void);
H A Dhdf_main_test.c267 struct HdfDeviceObject *GetDeviceObject(void) in GetDeviceObject() function
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/test/
H A Dget_device_object_test.cpp77 auto ret = GetDeviceObject::CreateDeviceObject(deviceName);
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dget_device_object.cpp41 DeviceBase* GetDeviceObject::CreateDeviceObject(const std::string deviceName) in CreateDeviceObject()
H A Dmanage_inject_device.cpp48 auto devicePtr = GetDeviceObject::CreateDeviceObject(deviceName); in TransformJsonData()