Searched refs:sname (Results 1 - 7 of 7) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/native/src/policy/ |
H A D | memory_policy.cpp | 69 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 D | dhcp_message.h | 62 uint8_t sname[DHCP_HOST_NAME_LENGTH]; member
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_client_state_machine_test.cpp | 203 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 D | dhcp_client_def.h | 351 uint8_t sname[DHCP_HOST_NAME_LENGTH]; member
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_options.cpp | 188 pOption = packet->sname; in GetDhcpOption()
|
H A D | dhcp_client_state_machine.cpp | 1183 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 D | dhcp_s_server.cpp | 327 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