Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Ddevice_resource_if.c27 instance->GetUint64ArrayElem = HcsGetUint64ArrayElem; in HcsIfaceConstruct()
H A Dhcs_tree_if.c195 int32_t HcsGetUint64ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetUint64ArrayElem() function
286 int32_t result = HcsGetUint64ArrayElem(node, attrName, i, value + i, def); in HcsGetUint64Array()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhcs_tree_if.h41 int32_t HcsGetUint64ArrayElem(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.cpp221 HcsGetUint64ArrayElem(&node, attrName, index, &value, def); in FuncHcsGetUint64ArrayElem()