Searched refs:HcsGetString (Results 1 – 5 of 5) sorted by relevance
/drivers/hdf_core/framework/core/common/src/ |
D | hdf_attribute.c | 51 if ((HcsGetString(hostNode, ATTR_HOST_NAME, &hostInfo->hostName, NULL) != HDF_SUCCESS) || in GetHostInfo() 127 if (HcsGetString(hostNode, ATTR_HOST_NAME, &hostName, NULL) != HDF_SUCCESS) { in GetHostNode() 165 HcsGetString(deviceNode, ATTR_DEV_MATCHATTR, &deviceNodeInfo->deviceMatchAttr, NULL); in GetDeviceNodeInfo() 167 …if (HcsGetString(deviceNode, ATTR_DEV_MODULENAME, &deviceNodeInfo->moduleName, NULL) != HDF_SUCCES… in GetDeviceNodeInfo() 172 if (HcsGetString(deviceNode, ATTR_DEV_SVCNAME, &deviceNodeInfo->svcName, NULL) != HDF_SUCCESS) { in GetDeviceNodeInfo()
|
/drivers/hdf_core/framework/utils/src/hcs_parser/ |
D | device_resource_if.c | 29 instance->GetString = HcsGetString; in HcsIfaceConstruct()
|
D | hcs_tree_if.c | 313 int32_t HcsGetString(const struct DeviceResourceNode *node, const char *attrName, const char **valu… in HcsGetString() function
|
/drivers/hdf_core/interfaces/inner_api/utils/ |
D | hcs_tree_if.h | 47 int32_t HcsGetString(const struct DeviceResourceNode *node, const char *attrName, const char **valu…
|
/drivers/hdf_core/adapter/uhdf2/security/src/ |
D | hdf_security.c | 221 HcsGetString(hostRoot, HDF_SEC_HOST_NAME, &hostName, NULL); in HdfRegisterAllDevSecId()
|