Home
last modified time | relevance | path

Searched refs:devHost (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_attribute_macro.c61 struct HdfDevHostMgr *devHost = NULL; in HdfAttributeManagerGetHostList() local
69 devHost = (struct HdfDevHostMgr *)OsalMemCalloc(sizeof(*devHost)); in HdfAttributeManagerGetHostList()
70 if (devHost == NULL) { in HdfAttributeManagerGetHostList()
74 DListHeadInit(&devHost->hosts); in HdfAttributeManagerGetHostList()
76 HCS_FOREACH_CHILD_VARGS(HDF_DEVICE_INFO, HDF_DEAL_HOST, devHost->hosts, devHost, false); in HdfAttributeManagerGetHostList()
78 DLIST_FOR_EACH_ENTRY(host, &devHost->hosts, struct HdfHostType, hostEntry) { in HdfAttributeManagerGetHostList()
98 AttributeManagerFreeDevHost(devHost); in HdfAttributeManagerGetHostList()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Dhdf_attribute_macro.h84 #define HDF_DEAL_HOST(node, hosts, devHost, retCode) \ argument
89 AttributeManagerFreeDevHost(devHost); \
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp156 struct DevHostService *devHost = reinterpret_cast<struct DevHostService *>(object); variable
157 devHost->hostName = "test_host";