Home
last modified time | relevance | path

Searched refs:HcsGetString (Results 1 – 5 of 5) sorted by relevance

/drivers/hdf_core/framework/core/common/src/
Dhdf_attribute.c51 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/
Ddevice_resource_if.c29 instance->GetString = HcsGetString; in HcsIfaceConstruct()
Dhcs_tree_if.c313 int32_t HcsGetString(const struct DeviceResourceNode *node, const char *attrName, const char **valu… in HcsGetString() function
/drivers/hdf_core/interfaces/inner_api/utils/
Dhcs_tree_if.h47 int32_t HcsGetString(const struct DeviceResourceNode *node, const char *attrName, const char **valu…
/drivers/hdf_core/adapter/uhdf2/security/src/
Dhdf_security.c221 HcsGetString(hostRoot, HDF_SEC_HOST_NAME, &hostName, NULL); in HdfRegisterAllDevSecId()