| /drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
| D | ModifyNode.js | 23 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
|
| D | NodeTools.js | 44 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 …]
|
| D | Generator.js | 37 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/ |
| D | hdf_wlan_config_parser.c | 14 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/ |
| D | regulator_virtual.c | 33 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/ |
| D | regulator_adapter.c | 26 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/ |
| D | regulator_if.c | 24 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
|
| D | regulator_core.c | 57 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/ |
| D | hcs_macro.h | 83 #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/ |
| D | hcs_tree_if.c | 15 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/ |
| D | tlv_wrapper.c | 70 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 …]
|
| D | linked_list.c | 33 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/ |
| D | eth_device.c | 79 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/ |
| D | hdf_chip_config.c | 11 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/ |
| D | thermal_hdf_config.cpp | 76 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/ |
| D | lcdkit_parse_config.c | 13 #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/ |
| D | parser.cpp | 180 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/ |
| D | AttrEditor.js | 30 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/ |
| D | usbfn_cfg_mgr.c | 84 static int32_t UsbFnCfgMgrParseUsbFnDevDesc(const struct DeviceResourceNode *node, struct UsbFnDevi… in UsbFnCfgMgrParseUsbFnDevDesc() 121 …const 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() 255 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseAccocInterfaceDesc() 279 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseInterfaceDesc() 304 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseEndpointDesc() 333 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseStringDesc() 354 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseSspIsocEndpointDesc() 378 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseSsEndpointDesc() [all …]
|
| /drivers/hdf_core/framework/utils/src/ |
| D | hdf_map.c | 50 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/ |
| D | audio_dsp_base_test.c | 19 struct DeviceResourceNode node; in DspGetServiceNameTest() local 40 struct DeviceResourceNode node; in DspGetDaiNameTest() local
|
| /drivers/hdf_core/framework/model/audio/common/src/ |
| D | audio_dsp_base.c | 16 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/ |
| D | local_node.c | 142 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/ |
| D | hdf_attribute_macro.h | 43 #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/ |
| D | sensor_ppg_config.c | 35 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()
|