Home
last modified time | relevance | path

Searched refs:strProductModel (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1575 std::string strProductModel; in AddHostNameToOpts() local
1577 strProductModel = GetProductModel(); in AddHostNameToOpts()
1578 DHCP_LOGD("AddHostNameOptions strProductModel:%{public}s", strProductModel.c_str()); in AddHostNameToOpts()
1581 std::string venderClass = venderName + ":" + strProductModel; // xxxx:openharmony:yyyy in AddHostNameToOpts()
1583 AddStrToOpts(packet, HOST_NAME_OPTION, strProductModel); // add option 12 in AddHostNameToOpts()

Completed in 4 milliseconds