Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 173) sorted by relevance

1234567

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
DModifyNode.js23 function getParent(node, dest, parent) { argument
27 function isNameRepeat(node, name) { argument
34 ModifyNode.modifyName = function (files, root, node, name) { argument
44 ModifyNode.modifyNodeType = function (files, root, node, type) {//节点类型改变 argument
65 ModifyNode.addChildAttr = function (root, node) { argument
79 ModifyNode.addChildNode = function (root, node) { argument
92 ModifyNode.deleteNode = function (node) { argument
107 ModifyNode.getInheritList = function (root, node) { argument
150 ModifyNode.getInheritNameList = function (root, node) { argument
158 ModifyNode.getInheritTemplete = function (root, node) { argument
DNodeTools.js44 function getRoot(node) { argument
50 NodeTools.isElders = function (node, elders) { argument
60 NodeTools.getPathByNode = function (node) { argument
72 NodeTools.getNodeByPath = function (node, path) { argument
82 NodeTools.lookupInherit = function (node) { argument
92 NodeTools.lookup = function (node) {//copy,reference,inherit argument
115 NodeTools.recursionNode = function (node, callback) {//Find all nodes argument
123 NodeTools.recursionAll = function (node, callback, isForward) { argument
135 NodeTools.redefineCheck = function (node) { argument
152 function separate(node) { argument
[all …]
DGenerator.js37 astToObjConfigNodeType(nodeType, obj, node) { argument
47 astToObjConfigNode(ret, child, node) { argument
59 astToObj(node, parent) { argument
134 expandObj(node) { argument
148 makeHcs(fn, node) { argument
159 objToHcsConfigNode(node, deep) { argument
184 objToHcs(node, deep) { argument
/drivers/hdf_core/framework/model/network/wifi/platform/src/
Dhdf_wlan_config_parser.c14 static int32_t ParseWlanStaConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanStatio… in ParseWlanStaConfig()
42 static int32_t ParseWlanApConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanHostAp … in ParseWlanApConfig()
81 static int32_t ParseWlanP2PConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanP2P *p… in ParseWlanP2PConfig()
109 static int32_t ParseWlanMac80211Config(const struct DeviceResourceNode *node, struct HdfConfigWlanM… in ParseWlanMac80211Config()
132 static int32_t ParseWlanPhyConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanPhy *p… in ParseWlanPhyConfig()
155 static int32_t ParseWlanModuleConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanMod… in ParseWlanModuleConfig()
214 static int32_t ParseWlanPowerConfig(const struct DeviceResourceNode *node, in ParseWlanPowerConfig()
251 static int32_t ParseWlanPowersConfig(const struct DeviceResourceNode *node, struct HdfConfWlanPower… in ParseWlanPowersConfig()
286 static int32_t ParseWlanResetConfig(const struct DeviceResourceNode *node, struct HdfConfWlanRest *… in ParseWlanResetConfig()
323 static int32_t ParseWlanBusConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanBus *b… in ParseWlanBusConfig()
[all …]
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Dregulator_virtual.c33 static int32_t VirtualRegulatorEnable(struct RegulatorNode *node) in VirtualRegulatorEnable()
45 static int32_t VirtualRegulatorDisable(struct RegulatorNode *node) in VirtualRegulatorDisable()
57 static int32_t VirtualRegulatorSetVoltage(struct RegulatorNode *node, uint32_t minUv, uint32_t maxU… in VirtualRegulatorSetVoltage()
69 static int32_t VirtualRegulatorGetVoltage(struct RegulatorNode *node, uint32_t *voltage) in VirtualRegulatorGetVoltage()
81 static int32_t VirtualRegulatorSetCurrent(struct RegulatorNode *node, uint32_t minUa, uint32_t maxU… in VirtualRegulatorSetCurrent()
93 static int32_t VirtualRegulatorGetCurrent(struct RegulatorNode *node, uint32_t *current) in VirtualRegulatorGetCurrent()
105 static int32_t VirtualRegulatorGetStatus(struct RegulatorNode *node, uint32_t *status) in VirtualRegulatorGetStatus()
127 …rtualRegulatorContinueReadHcs(struct RegulatorNode *regNode, const struct DeviceResourceNode *node) in VirtualRegulatorContinueReadHcs()
173 …t32_t VirtualRegulatorReadHcs(struct RegulatorNode *regNode, const struct DeviceResourceNode *node) in VirtualRegulatorReadHcs()
223 …VirtualRegulatorParseAndInit(struct HdfDeviceObject *device, const struct DeviceResourceNode *node) in VirtualRegulatorParseAndInit()
/drivers/hdf_core/adapter/khdf/linux/platform/regulator/
Dregulator_adapter.c26 static int32_t LinuxRegulatorOpen(struct RegulatorNode *node) in LinuxRegulatorOpen()
55 static int32_t LinuxRegulatorClose(struct RegulatorNode *node) in LinuxRegulatorClose()
72 static int32_t LinuxRegulatorRemove(struct RegulatorNode *node) in LinuxRegulatorRemove()
90 static int32_t LinuxRegulatorEnable(struct RegulatorNode *node) in LinuxRegulatorEnable()
115 static int32_t LinuxRegulatorDisable(struct RegulatorNode *node) in LinuxRegulatorDisable()
140 static int32_t LinuxRegulatorForceDisable(struct RegulatorNode *node) in LinuxRegulatorForceDisable()
161 static int32_t LinuxRegulatorSetVoltage(struct RegulatorNode *node, uint32_t minUv, uint32_t maxUv) in LinuxRegulatorSetVoltage()
181 static int32_t LinuxRegulatorGetVoltage(struct RegulatorNode *node, uint32_t *voltage) in LinuxRegulatorGetVoltage()
203 static int32_t LinuxRegulatorSetCurrent(struct RegulatorNode *node, uint32_t minUa, uint32_t maxUa) in LinuxRegulatorSetCurrent()
222 static int32_t LinuxRegulatorGetCurrent(struct RegulatorNode *node, uint32_t *regCurrent) in LinuxRegulatorGetCurrent()
[all …]
/drivers/hdf_core/framework/support/platform/src/regulator/
Dregulator_if.c24 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorClose() local
38 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorEnable() local
55 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorDisable() local
72 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorForceDisable() local
89 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorSetVoltage() local
112 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorGetVoltage() local
129 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorSetCurrent() local
152 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorGetCurrent() local
169 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorGetStatus() local
Dregulator_core.c57 int32_t RegulatorNodeClose(struct RegulatorNode *node) in RegulatorNodeClose()
91 int32_t RegulatorNodeSetParent(struct RegulatorNode *node) in RegulatorNodeSetParent()
162 void RegulatorNodeInitEnable(struct RegulatorNode *node) in RegulatorNodeInitEnable()
203 int32_t RegulatorNodeInitProcess(struct RegulatorNode *node) in RegulatorNodeInitProcess()
229 int32_t RegulatorNodeAdd(struct RegulatorNode *node) in RegulatorNodeAdd()
340 int32_t RegulatorNodeStatusCb(struct RegulatorNode *node) in RegulatorNodeStatusCb()
354 int32_t RegulatorNodeEnable(struct RegulatorNode *node) in RegulatorNodeEnable()
393 int32_t RegulatorNodeDisable(struct RegulatorNode *node) in RegulatorNodeDisable()
444 int32_t RegulatorNodeForceDisable(struct RegulatorNode *node) in RegulatorNodeForceDisable()
499 int32_t RegulatorNodeSetVoltage(struct RegulatorNode *node, uint32_t minUv, uint32_t maxUv) in RegulatorNodeSetVoltage()
[all …]
/drivers/hdf_core/framework/include/utils/
Dhcs_macro.h83 #define HCS_NODE_EXISTS(node) HCS_CAT(node, _exists) argument
92 #define HCS_NODE(parent, node) HCS_CAT(parent, _##node) argument
101 #define HCS_NODE_HAS_PROP(node, prop) HCS_CAT(node, _##prop##_exists) argument
110 #define HCS_PROP(node, prop) HCS_CAT(node, _##prop) argument
119 #define HCS_FOREACH_CHILD(node, func) \ argument
129 #define HCS_FOREACH_CHILD_VARGS(node, func, ...) \ argument
/drivers/hdf_core/framework/utils/src/hcs_parser/
Dhcs_tree_if.c15 static struct DeviceResourceAttr *GetAttrInNode(const struct DeviceResourceNode *node, const char *… in GetAttrInNode()
29 bool HcsGetBool(const struct DeviceResourceNode *node, const char *attrName) in HcsGetBool()
56 int32_t HcsGetUint8(const struct DeviceResourceNode *node, const char *attrName, uint8_t *value, ui… in HcsGetUint8()
69 int32_t HcsGetUint16(const struct DeviceResourceNode *node, const char *attrName, uint16_t *value, … in HcsGetUint16()
82 int32_t HcsGetUint32(const struct DeviceResourceNode *node, const char *attrName, uint32_t *value, … in HcsGetUint32()
95 int32_t HcsGetUint64(const struct DeviceResourceNode *node, const char *attrName, uint64_t *value, … in HcsGetUint64()
132 int32_t HcsGetUint8ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t … in HcsGetUint8ArrayElem()
153 int32_t HcsGetUint16ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetUint16ArrayElem()
174 int32_t HcsGetUint32ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetUint32ArrayElem()
195 int32_t HcsGetUint64ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetUint64ArrayElem()
[all …]
/drivers/peripheral/user_auth/hdi_service/common/src/
Dtlv_wrapper.c70 int32_t ParseGetHeadTag(const TlvListNode *node, int32_t *tag) in ParseGetHeadTag()
113 static uint8_t *GetTlvValue(TlvListNode *node, int32_t msgType, uint32_t *len) in GetTlvValue()
134 int32_t ParseUint64Para(TlvListNode *node, int32_t msgType, uint64_t *retVal) in ParseUint64Para()
150 int32_t ParseInt64Para(TlvListNode *node, int32_t msgType, int64_t *retVal) in ParseInt64Para()
166 int32_t ParseUint32Para(TlvListNode *node, int32_t msgType, uint32_t *retVal) in ParseUint32Para()
182 int32_t ParseInt32Para(TlvListNode *node, int32_t msgType, int32_t *retVal) in ParseInt32Para()
198 Buffer *ParseBuffPara(TlvListNode *node, int32_t msgType) in ParseBuffPara()
218 int32_t ParseUint8Para(TlvListNode *node, int32_t msgType, uint8_t *retVal) in ParseUint8Para()
240 TlvListNode *node = head; in GetUint64Para() local
261 TlvListNode *node = head; in GetUint32Para() local
[all …]
Dlinked_list.c33 LinkedListNode *node = Malloc(sizeof(LinkedListNode)); in InsertNode() local
56 LinkedListNode *node = list->head; in RemoveNode() local
160 static void DestroyLinkedListNode(const LinkedList *list, LinkedListNode *node) in DestroyLinkedListNode()
179 LinkedListNode *node = list->head; in DestroyLinkedList() local
/drivers/hdf_core/framework/model/network/ethernet/src/
Deth_device.c79 static int32_t ParseEthMacConfig(const struct DeviceResourceNode *node, struct HdfConfigEthMac *eth… in ParseEthMacConfig()
120 static int32_t ParseEthPhyConfig(const struct DeviceResourceNode *node, struct HdfConfigEthPhy *eth… in ParseEthPhyConfig()
142 static int32_t ParseEthDevInstConfig(const struct DeviceResourceNode *node, struct ConfigEthDevList… in ParseEthDevInstConfig()
199 static int32_t ParseEthDevListNode(const struct DeviceResourceNode *node, struct EthConfig *ethConf… in ParseEthDevListNode()
220 static int32_t ParseConfigFromProperty(const struct DeviceResourceNode *node, struct EthConfig *con… in ParseConfigFromProperty()
238 struct EthConfig *GetEthConfig(const struct DeviceResourceNode *node) in GetEthConfig()
/drivers/hdf_core/framework/model/network/bluetooth/
Dhdf_chip_config.c11 static int ParsePowerConfig(const struct DeviceResourceNode *node, struct HdfPowerConfig *config) in ParsePowerConfig()
48 static struct HdfPowersConfig *ParsePowersConfig(const struct DeviceResourceNode *node) in ParsePowersConfig()
100 static int ParseResetConfig(const struct DeviceResourceNode *node, struct HdfResetConfig *reset) in ParseResetConfig()
145 int32_t ParseChipConfig(const struct DeviceResourceNode *node, struct HdfChipConfig *config) in ParseChipConfig()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_hdf_config.cpp76 for (auto node = rootNode->children; node; node = node->next) { in ParseThermalHdiXMLConfig() local
91 void ThermalHdfConfig::ParseBaseNode(xmlNodePtr node) in ParseBaseNode()
117 void ThermalHdfConfig::ParsePollingNode(xmlNodePtr node) in ParsePollingNode()
162 void ThermalHdfConfig::ParsePollingSubNode(xmlNodePtr node, XMLThermalNodeInfo& tn) in ParsePollingSubNode()
179 void ThermalHdfConfig::ParseTracingNode(xmlNodePtr node) in ParseTracingNode()
201 void ThermalHdfConfig::ParseTracingSubNode(xmlNodePtr node) in ParseTracingSubNode()
241 void ThermalHdfConfig::GetThermalZoneNodeInfo(XMLThermalZoneInfo& tz, const xmlNode* node) in GetThermalZoneNodeInfo()
/drivers/hdf_core/framework/model/display/driver/lcdkit/
Dlcdkit_parse_config.c13 #define PARSE_PANEL_SYMBOL(node, ops, symbol, out) do { \ argument
94 static int32_t ParseCmdConfig(const struct DeviceResourceNode *node, struct DeviceResourceIface *dr… in ParseCmdConfig()
117 static int32_t ParsePanelInfo(const struct DeviceResourceNode *node, struct DeviceResourceIface *dr… in ParsePanelInfo()
150 static int32_t ParsePowerSetting(const struct DeviceResourceNode *node, struct DeviceResourceIface … in ParsePowerSetting()
187 static int32_t ParsePowerSequeue(const struct DeviceResourceNode *node, struct DeviceResourceIface … in ParsePowerSequeue()
224 static int32_t ParsePanelConfig(const struct DeviceResourceNode *node, struct PanelConfig *cfg) in ParsePanelConfig()
261 int32_t ParseLcdConfig(const struct DeviceResourceNode *node, struct PanelConfig *cfg) in ParseLcdConfig()
/drivers/hdf_core/framework/tools/hc-gen/src/
Dparser.cpp180 auto node = std::make_shared<ConfigNode>(name, NODE_NOREF, ""); in ParseNode() local
263 auto node = ParseNode(name, false); in ParseTemplate() local
301 std::shared_ptr<AstObject> node; in ParseNodeWithRef() local
325 auto node = ParseNode(name); in ParseNodeCopy() local
345 auto node = ParseNode(name); in ParseNodeRef() local
359 auto node = ParseNode(name); in ParseNodeDelete() local
380 auto node = ParseNode(name); in ParseNodeInherit() local
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
DAttrEditor.js30 freshEditor(fn, node) { argument
71 freshDataNodeNotInheritEditor(node) {// Edit data class node argument
100 freshcopyNodeEditor(node) { argument
127 freshdeleteNodeEditor(node) { argument
144 freshTempletNodeEditor(node) { argument
168 freshDefineAttributeEditor(node) {//Define class Attribute argument
/drivers/peripheral/usb/ddk/device/src/
Dusbfn_cfg_mgr.c84 static int32_t UsbFnCfgMgrParseUsbFnDevDesc(const struct DeviceResourceNode *node, struct UsbFnDevi… in UsbFnCfgMgrParseUsbFnDevDesc()
121const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, struct UsbFnStrin… in UsbFnCfgMgrParseString()
174 const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps) in UsbFnCfgMgrParseStrings()
221 static int32_t UsbFnCfgMgrParseUsbFnDevStrings(const struct DeviceResourceNode *node, struct UsbFnD… in UsbFnCfgMgrParseUsbFnDevStrings()
255const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseAccocInterfaceDesc()
279const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseInterfaceDesc()
304const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseEndpointDesc()
333const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseStringDesc()
354const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseSspIsocEndpointDesc()
378const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseSsEndpointDesc()
[all …]
/drivers/hdf_core/framework/utils/src/
Dhdf_map.c50 static void MapAddNode(Map *map, struct MapNode *node) in MapAddNode()
75 struct MapNode *node = NULL; in MapResize() local
98 struct MapNode *node = (struct MapNode *)OsalMemCalloc(sizeof(*node) + keySize + valueSize); in MapCreateNode() local
134 struct MapNode *node = NULL; in MapSet() local
191 struct MapNode *node = NULL; in MapGet() local
216 struct MapNode *node = NULL; in MapErase() local
260 struct MapNode *node = NULL; in MapDelete() local
/drivers/hdf_core/framework/test/unittest/model/audio/src/
Daudio_dsp_base_test.c19 struct DeviceResourceNode node; in DspGetServiceNameTest() local
40 struct DeviceResourceNode node; in DspGetDaiNameTest() local
/drivers/hdf_core/framework/model/audio/common/src/
Daudio_dsp_base.c16 const struct DeviceResourceNode *node = NULL; in DspGetServiceName() local
47 const struct DeviceResourceNode *node = NULL; in DspGetDaiName() local
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/nodes/
Dlocal_node.c142 RemoteService *CreateLocalNodeService(MessageNode *node, MessageDispatcher *dispatcher, struct Serv… in CreateLocalNodeService()
192 static ErrorCode InitLocalNode(MessageNode *node) in InitLocalNode()
245 static void DestroyLocalNode(MessageNode *node) in DestroyLocalNode()
260 ErrorCode CreateLocalNode(MessageNode **node) in CreateLocalNode()
/drivers/hdf_core/framework/core/shared/include/
Dhdf_attribute_macro.h43 #define HDF_DEAL_DEVICE_NODE(node, deviceNodes) \ argument
61 #define HDF_DEAL_DEVICE(node, devices) \ argument
73 #define HDF_FIND_HOST(node, name, host) \ argument
83 #define HDF_DEAL_HOST(node, hosts) \ argument
/drivers/hdf_core/framework/model/sensor/driver/ppg/
Dsensor_ppg_config.c35 const struct DeviceResourceNode *node, struct PpgPinCfg *pinCfg) in ParsePpgPinMuxConfig()
75 const struct DeviceResourceNode *node, struct PpgPinCfg *pinCfg) in ParsePpgGpiosConfig()
210 static int32_t GetPinConfigData(const struct DeviceResourceNode *node, struct PpgPinCfg *pinCfg) in GetPinConfigData()
241 int32_t ParsePpgCfgData(const struct DeviceResourceNode *node, struct PpgCfgData **cfgData) in ParsePpgCfgData()

1234567