Home
last modified time | relevance | path

Searched defs:pNode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_option.cpp31 DhcpOptionNode *pNode = (DhcpOptionNode *)calloc(1, sizeof(DhcpOptionNode)); in CreateOptionNode() local
71 DhcpOptionNode *pNode = (DhcpOptionNode *)calloc(1, sizeof(DhcpOptionNode)); in InitOptionList() local
99 DhcpOptionNode *pNode = CreateOptionNode(pOption); in PushBackOption() local
122 PDhcpOptionNode pNode = CreateOptionNode(pOption); in PushFrontOption() local
150 DhcpOptionNode *pNode = GetOptionNode(pOptions, code); in RemoveOption() local
172 PDhcpOptionNode pNode = pOptions->first->next; in GetOptionNode() local
181 PDhcpOptionNode pNode = GetOptionNode(pOptions, code); in GetOption() local
193 DhcpOptionNode *pNode = pOptions->first->next; in ClearOptions() local
220 DhcpOptionNode *pNode = pOptions->first->next; in FreeOptionList() local
H A Ddhcp_s_server.cpp1520 DhcpOptionNode *pNode = srvIns->addressPool.fixedOptions.first->next; in AppendFixedOptions() local
1788 PDhcpOptionNode pNode = reply->options.first; in ValidateReplyOptions() local
1806 PDhcpOptionNode pNode = reply->options.first->next; in ParseReplyOptions() local
1940 DhcpOptionNode *pNode = config->options.first->next; in InitServerFixedOptions() local
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_message_sim.cpp179 PDhcpOptionNode pNode = msg->options.first->next; in ParseDhcpOptions() local
/ohos5.0/foundation/communication/wifi/wifi/base/utils/
H A Dwifi_app_parser.cpp391 xmlNodePtr pNode = nullptr; in GetLocalFileVersion() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.cpp249 xmlNodePtr pNode = curNode; in GetXMLInfo() local
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v2_0.cpp112 const mindspore::lite::LiteGraph::Node* pNode = liteGraph->all_nodes_[0]; in IsOfflineModel() local
H A Dhdi_device_v2_1.cpp112 const mindspore::lite::LiteGraph::Node* pNode = liteGraph->all_nodes_[0]; in IsOfflineModel() local
H A Dnncompiler.cpp331 const mindspore::lite::LiteGraph::Node* pNode = m_liteGraph->all_nodes_[0]; in IsOfflineModel() local