Searched refs:HcsGetUint8ArrayElem (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 | 18 instance->GetUint8ArrayElem = HcsGetUint8ArrayElem; in HcsIfaceConstruct()
|
H A D | hcs_tree_if.c | 132 int32_t HcsGetUint8ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t … in HcsGetUint8ArrayElem() function 233 int32_t result = HcsGetUint8ArrayElem(node, attrName, i, value + i, def); in HcsGetUint8Array()
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | hcs_tree_if.h | 26 int32_t HcsGetUint8ArrayElem(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 | 146 HcsGetUint8ArrayElem(&node, attrName, index, &value, def); in FuncHcsGetUint8ArrayElem()
|