/ohos5.0/drivers/hdf_core/adapter/platform/gpio/ |
H A D | gpio_stm32f4xx.c | 236 if (dri->GetUint32ArrayElem(resourceNode, "pin", i, &resource->pin, 0) != HDF_SUCCESS) { in GpioParseHcs() 240 … if (dri->GetUint32ArrayElem(resourceNode, "realPin", i, &resource->realPin, 0) != HDF_SUCCESS) { in GpioParseHcs() 244 if (dri->GetUint32ArrayElem(resourceNode, "mode", i, &resource->mode, 0) != HDF_SUCCESS) { in GpioParseHcs() 248 if (dri->GetUint32ArrayElem(resourceNode, "speed", i, &resource->speed, 0) != HDF_SUCCESS) { in GpioParseHcs() 252 if (dri->GetUint32ArrayElem(resourceNode, "pull", i, &resource->pull, 0) != HDF_SUCCESS) { in GpioParseHcs() 256 … if (dri->GetUint32ArrayElem(resourceNode, "output", i, &resource->outputType, 0) != HDF_SUCCESS) { in GpioParseHcs() 260 if (dri->GetUint32ArrayElem(resourceNode, "group", i, &resource->group, 0) != HDF_SUCCESS) { in GpioParseHcs() 264 …if (dri->GetUint32ArrayElem(resourceNode, "alternate", i, &resource->alternate, 0) != HDF_SUCCESS)… in GpioParseHcs()
|
H A D | gpio_asr.c | 345 if (dri->GetUint32ArrayElem(resourceNode, "pin", i, &resource->pin, 0) != HDF_SUCCESS) { in GetGpioDeviceResource() 350 … if (dri->GetUint32ArrayElem(resourceNode, "realPin", i, &resource->realPin, 0) != HDF_SUCCESS) { in GetGpioDeviceResource() 355 … if (dri->GetUint32ArrayElem(resourceNode, "config", i, &resource->config, 0) != HDF_SUCCESS) { in GetGpioDeviceResource()
|
H A D | gpio_bes.c | 232 if (dri->GetUint32ArrayElem(resourceNode, "pin", i, &resource->pin, 0) != HDF_SUCCESS) { in GetGpioDeviceResource() 237 … if (dri->GetUint32ArrayElem(resourceNode, "realPin", i, &resource->realPin, 0) != HDF_SUCCESS) { in GetGpioDeviceResource() 242 … if (dri->GetUint32ArrayElem(resourceNode, "config", i, &resource->config, 0) != HDF_SUCCESS) { in GetGpioDeviceResource()
|
H A D | gpio_wm.c | 271 if (dri == NULL || dri->GetUint32 == NULL || dri->GetUint32ArrayElem == NULL) { in GetGpioDeviceResource() 287 … if (dri->GetUint32ArrayElem(resourceNode, "config", i, &resource->config, 0) != HDF_SUCCESS) { in GetGpioDeviceResource()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/ |
H A D | hcs_deal.cpp | 254 … hcbRet = pDevResIns->GetUint32ArrayElem(&metadataNode, "availableFpsRange", i, &nodeValue, -1); in DealAvailableFpsRange() 408 pDevResIns->GetUint32ArrayElem(&metadataNode, "aeCompensationRange", i, &nodeValue, -1); in DealAeCompensationRange() 436 pDevResIns->GetUint32ArrayElem(&metadataNode, AE_COMPENSATION_STEPS, 0, &nodeValue, -1); in DealAeCompensationSteps() 438 pDevResIns->GetUint32ArrayElem(&metadataNode, AE_COMPENSATION_STEPS, 1, &nodeValue, -1); in DealAeCompensationSteps() 482 pDevResIns->GetUint32ArrayElem(&metadataNode, "sensitivityRange", i, &nodeValue, -1); in DealSensitivityRange() 712 … pDevResIns->GetUint32ArrayElem(&metadataNode, "basicAvailableConfigurations", i, &nodeValue, -1); in DealAvaliableBasicConfigurations() 979 …hcbRet = pDevResIns->GetUint32ArrayElem(&metadataNode, "extendAvailableConfigurations", i, &nodeVa… in DealAvaliableExtendConfigurations()
|
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/ |
H A D | device_resource_if.c | 24 instance->GetUint32ArrayElem = HcsGetUint32ArrayElem; in HcsIfaceConstruct()
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | device_resource_if.h | 241 …int32_t (*GetUint32ArrayElem)(const struct DeviceResourceNode *node, const char *attrName, uint32_… member
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/ |
H A D | hcs_config_test.c | 615 int32_t ret = g_devResInstance->GetUint32ArrayElem(fingerNode, READ_U32_INDEX, i, &data[i], in HcsTestGetUint32ArrayElemSuccess() 633 ret = g_devResInstance->GetUint32ArrayElem(fingerNode, READ_U32_INDEX, DATA_TYPE_NUM_U32, &data, in HcsTestGetUint32ArrayElemFail()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/ |
H A D | light_driver.c | 441 ret = parser->GetUint32ArrayElem(node, "lightId", i, &temp, 0); in ParseLightInfo()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-light-des.md | 303 ret = parser->GetUint32ArrayElem(node, "lightId", i, &temp, 0);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-light-des.md | 305 ret = parser->GetUint32ArrayElem(node, "lightId", i, &temp, 0);
|