Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dmemory_policy.cpp69 string sname = name; in GetMemAvailable() local
70 if (sname.find(mem_name) != string::npos) { in GetMemAvailable()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_message.h62 uint8_t sname[DHCP_HOST_NAME_LENGTH]; member
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp203 strcpy_s((char*)packet.sname, sizeof(packet.sname), "testcode"); in HWTEST_F()
290 strcpy_s((char*)packet.sname, sizeof(packet.sname), "testcode"); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h351 uint8_t sname[DHCP_HOST_NAME_LENGTH]; member
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_options.cpp188 pOption = packet->sname; in GetDhcpOption()
H A Ddhcp_client_state_machine.cpp1183 const uint8_t *p = packet->sname; in GetDHCPServerHostName()
1186 DHCP_LOGW("GetDHCPServerHostName() recv DHCP_ACK sname, pSname is NULL!"); in GetDHCPServerHostName()
1189 DHCP_LOGI("GetDHCPServerHostName() recv DHCP_ACK sname, original pSname is %{public}s.", pSname); in GetDHCPServerHostName()
1196 DHCP_LOGI("GetDHCPServerHostName() recv DHCP_ACK sname, save ""hostname:"" only, \ in GetDHCPServerHostName()
1204 DHCP_LOGI("GetDHCPServerHostName() recv DHCP_ACK sname, add pSname, \ in GetDHCPServerHostName()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp327 if (memset_s(reply->packet.sname, sizeof(reply->packet.sname), '\0', sizeof(reply->packet.sname)) != EOK) { in InitReply()
328 DHCP_LOGE("failed to reset message packet[sname]!"); in InitReply()

Completed in 10 milliseconds