Searched refs:HcsGetUint16ArrayElem (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/ |
H A D | device_resource_if.c | 21 instance->GetUint16ArrayElem = HcsGetUint16ArrayElem; in HcsIfaceConstruct()
|
H A D | hcs_tree_if.c | 153 int32_t HcsGetUint16ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetUint16ArrayElem() function 251 int32_t result = HcsGetUint16ArrayElem(node, attrName, i, value + i, def); in HcsGetUint16Array()
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | hcs_tree_if.h | 31 int32_t HcsGetUint16ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t…
|
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/framework_fuzzer/hcs_fuzzer/ |
H A D | hcs_fuzzer.cpp | 171 HcsGetUint16ArrayElem(&node, attrName, index, &value, def); in FuncHcsGetUint16ArrayElem()
|