Home
last modified time | relevance | path

Searched refs:GetChildNode (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_config_parser.c186 apConfigNode = drsOps->GetChildNode(node, "HostAp"); in ParseWlanModuleConfig()
187 p2pConfigNode = drsOps->GetChildNode(node, "P2P"); in ParseWlanModuleConfig()
189 phyConfigNode = drsOps->GetChildNode(node, "Phy"); in ParseWlanModuleConfig()
261 if (drsOps == NULL || drsOps->GetChildNode == NULL) { in ParseWlanPowersConfig()
265 fstPowerNode = drsOps->GetChildNode(node, "power0"); in ParseWlanPowersConfig()
274 secPowerNode = drsOps->GetChildNode(node, "power1"); in ParseWlanPowersConfig()
393 devPowerNode = drsOps->GetChildNode(node, "powers"); in ParseWlanDevInstConfig()
402 resetNode = drsOps->GetChildNode(node, "reset"); in ParseWlanDevInstConfig()
410 chipConfigNode = drsOps->GetChildNode(node, "bus"); in ParseWlanDevInstConfig()
488 chipBusNode = drsOps->GetChildNode(node, "bus"); in ParseWlanChipsCompsConfig()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/
H A Deth_device.c151 if (drsOps == NULL || drsOps->GetUint8 == NULL || drsOps->GetChildNode == NULL) { in ParseEthDevInstConfig()
180 ethMacNode = drsOps->GetChildNode(node, "MAC"); in ParseEthDevInstConfig()
188 ethPhyNode = drsOps->GetChildNode(node, "PHY"); in ParseEthDevInstConfig()
226 if (drsOps == NULL || drsOps->GetChildNode == NULL) { in ParseConfigFromProperty()
230 devListNode = drsOps->GetChildNode(node, "ethList"); in ParseConfigFromProperty()
/ohos5.0/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/
H A Dhcs_config_test.c869 audioNode = g_devResInstance->GetChildNode(g_testRoot, AUDIO_INFO); in HcsTestGetChildNodeSuccess()
873 fingerprintNode = g_devResInstance->GetChildNode(g_testRoot, FINGERPRINT_INFO); in HcsTestGetChildNodeSuccess()
877 oneNode = g_devResInstance->GetChildNode(fingerprintNode, "fingerprint_one"); in HcsTestGetChildNodeSuccess()
891 twoNode = g_devResInstance->GetChildNode(g_testRoot, "fingerprint_two"); in HcsTestGetChildNodeFail()
895 nullNode = g_devResInstance->GetChildNode(g_testRoot, INVALID_NODE); in HcsTestGetChildNodeFail()
899 nullNode = g_devResInstance->GetChildNode(NULL, INVALID_NODE); in HcsTestGetChildNodeFail()
903 nullNode = g_devResInstance->GetChildNode(g_testRoot, NULL); in HcsTestGetChildNodeFail()
917 audioNode = g_devResInstance->GetChildNode(g_testRoot, AUDIO_INFO); in HcsTestTraverseAttrInNodeSuccess()
945 fingerprintNode = g_devResInstance->GetChildNode(g_testRoot, FINGERPRINT_INFO); in HcsTestTraverseAttrInNodeFail()
1027 fingerprintNode = g_devResInstance->GetChildNode(g_testRoot, FINGERPRINT_INFO); in HcsTestGetStringArrayElemSuccess()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_parser.c100 busNode = parser->GetChildNode(node, "VibratorBusConfig"); in GetVibratorBaseConfigData()
107 attrNode = parser->GetChildNode(node, "VibratorAttr"); in GetVibratorBaseConfigData()
114 infoNode = parser->GetChildNode(node, "VibratorChipConfig"); in GetVibratorBaseConfigData()
H A Dvibrator_haptic.c132 CHECK_VIBRATOR_NULL_PTR_RETURN_VALUE(parser->GetChildNode, HDF_ERR_INVALID_PARAM); in ParserVibratorHapticConfig()
135 vibratorAttrNode = parser->GetChildNode(node, "vibratorAttr"); in ParserVibratorHapticConfig()
149 vibratorHapticNode = parser->GetChildNode(node, "vibratorHapticConfig"); in ParserVibratorHapticConfig()
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/
H A Dcamera_config_parser.c445 sensorConfigNode = drsOps->GetChildNode(node, "SensorConfig"); in ParseCameraDeviceConfig()
446 ispConfigNode = drsOps->GetChildNode(node, "IspConfig"); in ParseCameraDeviceConfig()
447 vcmConfigNode = drsOps->GetChildNode(node, "VcmConfig"); in ParseCameraDeviceConfig()
448 lensConfigNode = drsOps->GetChildNode(node, "LensConfig"); in ParseCameraDeviceConfig()
449 flashConfigNode = drsOps->GetChildNode(node, "FlashConfig"); in ParseCameraDeviceConfig()
450 streamConfigNode = drsOps->GetChildNode(node, "StreamConfig"); in ParseCameraDeviceConfig()
512 cameraConfigNode = drsOps->GetChildNode(node, "abilityConfig"); in HdfParseCameraConfig()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c94 if (drsOps == NULL || drsOps->GetChildNode == NULL) { in UsbFnCfgMgrParseUsbFnDevDesc()
155 strNode = drsOps->GetChildNode(node, strNodeName); in UsbFnCfgMgrParseString()
206 stringNode = drsOps->GetChildNode(node, stringNodeName); in UsbFnCfgMgrParseStrings()
234 if (drsOps == NULL || drsOps->GetChildNode == NULL) { in UsbFnCfgMgrParseUsbFnDevStrings()
242 fnDevStrNode = drsOps->GetChildNode(node, fnDevStrNodeName); in UsbFnCfgMgrParseUsbFnDevStrings()
623 descNode = drsOps->GetChildNode(node, descNodeName); in UsbFnCfgMgrParseFunDesc()
711 funNode = drsOps->GetChildNode(node, funNodeName); in UsbFnCfgMgrParseUsbFnFunctions()
829 if (drsOps == NULL || drsOps->GetChildNode == NULL) { in UsbFnCfgMgrParseUsbFnConfigurations()
837 configNode = drsOps->GetChildNode(node, configNodeName); in UsbFnCfgMgrParseUsbFnConfigurations()
1138 if (drsOps == NULL || drsOps->GetChildNode == NULL) { in UsbFnCfgFindPropFromHcs()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dinput_config_parser.c228 const struct DeviceResourceNode *attrNode = parser->GetChildNode(node, "inputAttr"); in ParseTouchBoardConfig()
229 const struct DeviceResourceNode *busNode = parser->GetChildNode(node, "busConfig"); in ParseTouchBoardConfig()
230 const struct DeviceResourceNode *pinsNode = parser->GetChildNode(node, "pinConfig"); in ParseTouchBoardConfig()
231 const struct DeviceResourceNode *powerNode = parser->GetChildNode(node, "powerConfig"); in ParseTouchBoardConfig()
232 const struct DeviceResourceNode *featureNode = parser->GetChildNode(node, "featureConfig"); in ParseTouchBoardConfig()
348 const struct DeviceResourceNode *pwrSeqNode = parser->GetChildNode(node, "powerSequence"); in ParseTouchChipConfig()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_config_parser.c169 regCfgNode = parser->GetChildNode(config->root, "sensorRegConfig"); in ParseSensorRegConfig()
421 spiBusNode = parser->GetChildNode(busNode, "spiBusCfg"); in ParseSensorBus()
473 directionNode = parser->GetChildNode(config->root, "sensorDirection"); in ParseSensorDirection()
560 CHECK_NULL_PTR_RETURN_VALUE(parser->GetChildNode, HDF_ERR_INVALID_PARAM); in GetSensorBaseConfigData()
562 infoNode = parser->GetChildNode(node, "sensorInfo"); in GetSensorBaseConfigData()
568 busNode = parser->GetChildNode(node, "sensorBusConfig"); in GetSensorBaseConfigData()
574 attrNode = parser->GetChildNode(node, "sensorIdAttr"); in GetSensorBaseConfigData()
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Ddevice_resource_if.c33 instance->GetChildNode = HcsGetChildNode; in HcsIfaceConstruct()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_group_node.h79 const std::vector<RefPtr<UINode>>& GetChildNode() const in GetChildNode() function
H A Dfolder_stack_layout_algorithm.cpp254 for (auto& childNode : hostNode->GetChildNode()) { in AdjustNodeTree()
259 for (auto& childNode : hostNode->GetChildNode()) { in AdjustNodeTree()
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/
H A Dlight_driver.c469 CHECK_LIGHT_NULL_PTR_RETURN_VALUE(parser->GetChildNode, HDF_ERR_INVALID_PARAM); in GetLightConfigData()
471 childNode = parser->GetChildNode(node, "lightAttr"); in GetLightConfigData()
473 light = parser->GetChildNode(childNode, "light01"); in GetLightConfigData()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Dipp_algo_parser.cpp66 …const DeviceResourceNode* ippAlgoConfig = devResInstance_->GetChildNode(rootNode_, "ipp_algo_confi… in ConstructPluginByHcsData()
/ohos5.0/drivers/hdf_core/framework/model/display/driver/lcdkit/
H A Dlcdkit_parse_config.c272 if (drsOps == NULL || drsOps->GetChildNode == NULL || drsOps->GetString == NULL) { in ParseLcdConfig()
281 const struct DeviceResourceNode *panelConfigNode = drsOps->GetChildNode(node, cfg->actPanel); in ParseLcdConfig()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Ddevice_resource_if.h382 …const struct DeviceResourceNode *(*GetChildNode)(const struct DeviceResourceNode *node, const char… member
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/hall/
H A Dsensor_hall_driver.c101 CHECK_NULL_PTR_RETURN_VALUE(parser->GetChildNode, HDF_ERR_INVALID_PARAM); in ParserHallDelayedConfigData()
103 const struct DeviceResourceNode *delayedNode = parser->GetChildNode(node, "hallDelayedConfig"); in ParserHallDelayedConfigData()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c46 codecGroupNode = iface->GetChildNode(node, nodeName); in GetGroupCapabilitiesNumber()
307 codecGroupNode = iface->GetChildNode(node, nodeName); in GetGroupCapabilities()
/ohos5.0/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.cpp95 codecGroupNode = iface->GetChildNode(&node_, nodeName.c_str()); in GetGroupCapabilities()
/ohos5.0/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_parse.c594 idNode = drsOps->GetChildNode(device->property, "idInfo"); in AudioGetRegConfig()
602 regCfgNode = drsOps->GetChildNode(device->property, "regConfig"); in AudioGetRegConfig()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/ppg/
H A Dsensor_ppg_config.c216 const struct DeviceResourceNode *pinCfgNode = parser->GetChildNode(node, "ppgPinConfig"); in GetPinConfigData()
/ohos5.0/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c562 tableNode = devResIface->GetChildNode(node, idTableName); in UsbDdkPnpLoaderParseTableList()
630 deviceIdNode = devResIface->GetChildNode(node, deviceIdName); in UsbDdkPnpLoaderParseDeviceId()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H A Dhcs_deal.cpp66 …const struct DeviceResourceNode *cameraHostConfig = pDevResIns->GetChildNode(pRootNode, "camera_ho… in DealHcsData()
112 const struct DeviceResourceNode *metadataNode = pDevResIns->GetChildNode(&node, "metadata"); in DealCameraAbility()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp163 codecGroupNode = iface->GetChildNode(&node_, nodeName.c_str()); in GetGroupCapabilities()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/als/
H A Dsensor_als_driver.c126 extendedRegCfgNode = parser->GetChildNode(config->root, "extendAlsRegConfig"); in ParseExtendedAlsRegConfig()

12