Home
last modified time | relevance | path

Searched refs:HcsGetUint16ArrayElem (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Ddevice_resource_if.c21 instance->GetUint16ArrayElem = HcsGetUint16ArrayElem; in HcsIfaceConstruct()
H A Dhcs_tree_if.c153 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 Dhcs_tree_if.h31 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 Dhcs_fuzzer.cpp171 HcsGetUint16ArrayElem(&node, attrName, index, &value, def); in FuncHcsGetUint16ArrayElem()