Searched refs:GetNodeByMatchAttr (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/ |
H A D | hcs_config_test.c | 128 nullNode = g_devResInstance->GetNodeByMatchAttr(NULL, INVALID_STRING); in TestHcsGetNodeByMatchAttrFailed() 133 nullNode = g_devResInstance->GetNodeByMatchAttr(g_testRoot, NULL); in TestHcsGetNodeByMatchAttrFailed() 242 audioNode = g_devResInstance->GetNodeByMatchAttr(g_testRoot, HW_AUDIO_INFO); in HcsTestGetUint8AttrValueSuccess() 259 audioNode = g_devResInstance->GetNodeByMatchAttr(g_testRoot, HW_AUDIO_INFO); in HcsTestGetUint8AttrValueFail() 401 audioNode = g_devResInstance->GetNodeByMatchAttr(g_testRoot, HW_AUDIO_INFO); in HcsTestGetUint16AttrValueSuccess() 423 audioNode = g_devResInstance->GetNodeByMatchAttr(g_testRoot, HW_AUDIO_INFO); in HcsTestGetUint16AttrValueFail() 560 audioNode = g_devResInstance->GetNodeByMatchAttr(g_testRoot, HW_AUDIO_INFO); in HcsTestGetUint32AttrValueSuccess() 587 audioNode = g_devResInstance->GetNodeByMatchAttr(g_testRoot, HW_AUDIO_INFO); in HcsTestGetUint32AttrValueFail() 686 audioNode = g_devResInstance->GetNodeByMatchAttr(g_testRoot, HW_AUDIO_INFO); in HcsTestGetUint64AttrValueSuccess() 718 audioNode = g_devResInstance->GetNodeByMatchAttr(g_testRoot, HW_AUDIO_INFO); in HcsTestGetUint64AttrValueFail() [all …]
|
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/ |
H A D | device_resource_if.c | 32 instance->GetNodeByMatchAttr = HcsGetNodeByMatchAttr; in HcsIfaceConstruct()
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | device_resource_if.h | 370 const struct DeviceResourceNode *(*GetNodeByMatchAttr)(const struct DeviceResourceNode *node, member
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/bus/usb/ |
H A D | hdf_usb.c | 63 return instance->GetNodeByMatchAttr(root, USB_NODE_MATCH_ATTR); in GetHdfUsbNode()
|
/ohos5.0/drivers/hdf_core/framework/model/usb/src/ |
H A D | usb_ddk_pnp_loader.c | 657 usbPnpNode = devResInstance->GetNodeByMatchAttr(rootNode, "usb_pnp_match"); in UsbDdkPnpLoaderPnpMatch()
|